Hallo!
Danke für die Antworten!
Meine fstab sieht so aus:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda1
UUID=a61d9119-dfd1-4a2c-b444-9259de71d51b /               ext3    defaults,errors=remount-ro 0       1
# /dev/hda4
UUID=fb57757c-9a68-46a8-a2f9-e9d8e93f015d /home           ext3    defaults        0       2
# /dev/hda2
UUID=2629-16F0  /media/hda2     vfat    defaults,utf8,umask=007,gid=46 0       1
# /dev/hda5
UUID=12122607-5bb9-4c13-b4d2-e54932f45621 /var            ext3    defaults        0       2
# /dev/hda6
UUID=29a81330-e72d-427f-808e-cd4f32289741 none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
Ich bin mir nicht sicher, aber ich glaube meine externe Festplatte ist da gar nicht dabei. Wenn ich fdisk -l eingebe, kriege ich dies:
Disk /dev/hda: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1            1600        2815     9767520   83  Linux
/dev/hda2   *         384        1599     9767520    c  W95 FAT32 (LBA)
/dev/hda3               1         383     3076416    5  Extended
/dev/hda4            2816        4857    16402365   83  Linux
/dev/hda5               1         267     2144614+  83  Linux
/dev/hda6             268         383      931738+  82  Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/sda2   *           2        9964    80027797+   5  Extended
/dev/sda5               2        9964    80027766    b  W95 FAT32
Bedeutet das nicht, dass die externe Platte /dev/sda heisst?
Gruß Sputnik