ich habe soeben Squeeze (mit Gnome, i386) installiert. Leider kann ich einige FAT-Partitionen nicht mounten.
Beim Einstecken eines USB-Sticks, welcher zwei FAT-Partitionen sowie eine verschluesselte Partition enthaelt, kommt eine GNOME-Fehlermeldung
Code: Alles auswählen
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Code: Alles auswählen
[ 4156.630275] sdb: sdb1 sdb2 sdb3
[ 4156.637645] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 4156.637649] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 4157.684415] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 4157.872775] UDF-fs: No anchor found
[ 4157.872779] UDF-fs: Rescanning with blocksize 2048
[ 4157.899264] UDF-fs: No anchor found
[ 4157.899267] UDF-fs: No partition found (1)
[ 4157.981887] ISOFS: Unable to identify CD-ROM format.
[ 4159.750022] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Code: Alles auswählen
ahrens@bigfoot:~$ mount
/dev/mapper/bigfoot-root on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
/dev/mapper/bigfoot-home on /home type ext3 (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
/dev/sdb3 on /media/live_cd type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)
/dev/mapper/udisks-luks-uuid-375f62f7-32cc-4596-91e1-f2da04a62693-uid1000 on /media/ben_private type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,showexec,flush)
Das gleiche Problem tritt mit einer Festplatte auf, welche als erste Partition eine FAT-formatierte Partition hat, und als zweites eine verschluesselte Partition.
Koennt ihr mir sagen, wie ich diese Partitionen einhaengen kann?
Viele Gruesse,
ben
EDIT : Loesung : in /etc/fstab standen einige Eintraege, die dort nicht hingehoeren:
Code: Alles auswählen
#/dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto 0 0
#/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto 0 0
EDIT2 : anscheinend ist man gut beraten, die /etc/fstab zu kontrollieren, nachdem man Squeeze per USB-Stick installiert hat. Der Installer schreibt hier Unsinn in die Datei.