27 Sep
2003
27 Sep
'03
20:46
Das war's. Bleibt nur noch eine Frage: warum sdc1 anstatt sdc ? Werner On Saturday 27 September 2003 22:40, Marcus Meissner wrote:
Device Boot Start End Blocks Id System /dev/sdc1 * 1 990 31670+ 1 FAT12 # mount /dev/sdc /mnt/camera mount: you must specify the filesystem type # mount -t fat12 /dev/sdc /mnt/camera mount: fs type fat12 not supported by kernel # mount -t fat /dev/sdc /mnt/camera mount: fs type fat not supported by kernel
Probiere:
mount /dev/sdc1 /mnt/camera
Ciao, Marcus