Results 1 to 6 of 6
im trying to mount a mp3 player (it connects through usb cable).
when trying to access the device it says:
"mount: only root can mount /dev/sda on /mnt/removable
please check ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-17-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 27
how to mount a mp3 player
im trying to mount a mp3 player (it connects through usb cable).
when trying to access the device it says:
"mount: only root can mount /dev/sda on /mnt/removable
please check that the disk is entered correcly"
the player is entere correctly so how do i mount it?
- 10-17-2005 #2
Most likely a 'fstab' file system option issue. Can you execute the following and post the results?:
Code:cat /etc/fstab ls -ald /mnt/removable /dev/sda
- 10-17-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 27
the first line is ok, and its doing it
Originally Posted by ISOS
the second making an error:
"[root@localhost removable]# ls -ald /mnt/removable dev/sda
ls: dev/sda: No such file or directory
drwxr-xr-x 2 root root 4096 Oct 17 15:19 /mnt/removable/"
- 10-17-2005 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
It depends on the filesystem. Most are UMS, basically USB Mass Storage which means you mount them as a flash drive and write to them. If hwoever they use a database you may need to manage that. For iRiver iFPs you can get ifpline and ifp_gui.
I think because it is recognised as /dev/sda it is most likely just a fat32 partition. (Just remember the databse management if needed
)
- 10-17-2005 #5
My MP3 player manages to automount without problems. However, my girlfriend's requires the following, executed as root:
...to be run before i can use it. No problems thereafter though.Code:mount /dev/sda /media/usb -t vfat -o umask=0
Registered Linux User #379728
SuSE 10.3 :: Athlon XP 3000+ :: AsRock K7VT4A Pro :: Nvidia Geforce 6600GT :: C-Media 8738
www.psypherpunk.org.uk
- 10-17-2005 #6Just Joined!
- Join Date
- Sep 2005
- Posts
- 27
that worked, thanks man!
Originally Posted by PsypherPunk


Reply With Quote
