On Saturday 03 May 2008 19:59, Daniel Hill wrote: > anyone else having this problem?
> [ 7225.992719] sdc: unknown partition table > and more importantly got it fixed? > just got a DSE mp3 player 1GiB for $30 can't put any songs on it :( > also something happens with an iPod and a DSE flash drive > > $ sudo modprobe -r ehci_hcd > > doesn't seam to do anything any Ideas? I've found that some mp3 players don't have a partition table - there is just a FAT filesystem only. I have a directory /mnt/mp3player I have a line in my /etc/fstab which reads /dev/sda /mnt/mp3player auto noauto,users,rw 0 0 and I mount it with mount /mnt/mp3player Note that I am mounting the device (/dev/sda) and not a partition (/dev/sda1) Cheers, Wayne
