ich wollte meinen MP3Player mount und bin wie folgt vorgegangen:
Code: Alles auswählen
malte@Debian:~$ su
Password:
Debian:/home/malte# fdisk -l
Disk /dev/hda: 61.4 GB, 61492838400 bytes
255 heads, 63 sectors/track, 7476 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 851 6835626 83 Linux
/dev/hda2 852 7476 53215312+ 5 Extended
/dev/hda5 852 944 746991 82 Linux swap / Solaris
/dev/hda6 945 7476 52468258+ 83 Linux
Disk /dev/sda: 1048 MB, 1048444928 bytes
64 heads, 32 sectors/track, 999 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1000 1023882+ 6 FAT16
Debian:/home/malte# mkdir /home/malte/usb
Debian:/home/malte# mount -t vfat /dev/sda1 /home/malte/usb/
Debian:/home/malte# mc
Debian:/home/malte/Musik/WOW_Hits_# exit
exit
Debian:/home/malte#
Ich bekomme dann aber die Meldung, dass diese Operation nicht erlaubt ist.
Was habe ich falsch gemacht?
![Question :?:](./images/smilies/icon_question.gif)
Wenn ich umounten will, bekomme ich folgende Meldung:
Danke für Hilfe..
Code: Alles auswählen
Debian:/home/malte# umount /dev/sda1 /home/malte/usb/
umount: /dev/sda1: not mounted
umount: /dev/sda1: not mounted
Debian:/home/malte#