LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Amarok - can I play MP3 from an XP FAT drive? (https://www.linuxquestions.org/questions/linux-newbie-8/amarok-can-i-play-mp3-from-an-xp-fat-drive-511310/)

ch485de 12-17-2006 07:38 AM

Amarok - can I play MP3 from an XP FAT drive?
 
I'm just trying to organise my MP3 files and have several GB on an existing XP FAT32 partition. It would make sense to leave them where they are and add them to 'my collection' in Amarok. However I can't find how to make this happen. Any ideas?

lord-fu 12-17-2006 11:00 AM

Hi,

You need to mount the FAT partition first.

mount -t fat /dev/hdXX /mnt/mountpointhere

This may help.

http://edge-op.org/grouch/mountfat.html

cyber-worx 12-17-2006 11:24 AM

Correction:

Quote:

mount -t fat /dev/hdXX /mnt/mountpointhere
With

Code:

mount -t vfat /dev/hdXX /mnt/mountpointhere
Mounting explicitly with vfat will avoid the 8.3 name concatenation
that can be found when mount interprets the file allocation table as fat16 rather than fat32

lord-fu 12-17-2006 11:28 AM

Ooops, missed my v. Thanks for the correction.

ch485de 12-17-2006 03:41 PM

Thanks for the help. I read the link and ran fdisk which showed hda4. So I entered the following:

[root@localhost ~]# mount -t vfat /dev/hda4 /mnt/home/dms05
mount: mount point /mnt/home/dms05 does not exist

However /home/dms05 does exist. What am I doing wrong?

ch485de 12-17-2006 03:48 PM

Ok, solved it! /mnt/acerdata worked!

Many many thanks.


All times are GMT -5. The time now is 02:52 PM.