[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: MP3 Stick mounten



Am Montag 09 August 2004 21:21 schrieb Gerhard Gaußling:
> # fdisk -l /dev/sda1
>
> Disk /dev/sda1: 262 MB, 262143488 bytes
> 9 heads, 56 sectors/track, 1015 cylinders
> Units = cylinders of 504 * 512 = 258048 bytes
>
>      Device Boot      Start         End      Blocks   Id  System

Ähh ... das muß natürlich 
# fdisk -l /dev/sda
heißen, was ein fat16 (typ6) partitioniertes Laufwerk zeigte, was an den 
anderen mount Problemen jedoch nichts ändert.

Ich war dann etwas mutiger und formatierte ihn mit fat32, trotz übler 
Berichte in dieser Liste, sowie anderen Erfahrungsberichten, nach denen 
der mp3 Stick nach einer fat32 Formatierung nicht mehr starten, 
geschweige denn mp3 files anzeigen wollte.

Jetzt geht alles wie erwartet.
$ sudo  mount
/dev/sda1 on /mnt/loop type vfat (rw,umask=002,gid=1003)
$ df -h
Filesystem            Size  Used Avail Use% Mounted on
[...]
/dev/sda1             250M  249M  778K 100% /mnt/loop
# fdisk -l /dev/sda

Disk /dev/sda: 262 MB, 262144000 bytes
16 heads, 56 sectors/track, 571 cylinders
Units = cylinders of 896 * 512 = 458752 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         572      255999+   b  W95 FAT32
Partition 1 has different physical/logical endings:
     phys=(755, 15, 0) logical=(571, 6, 48)
Partition 1 does not end on cylinder boundary.
# dosfsck -vV /dev/sda1
dosfsck 2.10 (22 Sep 2003)
dosfsck 2.10, 22 Sep 2003, FAT32, LFN
[...] läuft glatt durch...

Trotzdem Danke für's Interesse.

ciao

Gerhard



Reply to: