Click to See Complete Forum and Search --> : fat 32 hdd


dijit
02-05-2003, 11:22 AM
hi
i have 2 hard drives in my pc

one of them is on a fat32 file system and it has all my mp3's on

the other drive is linux

will i be able to access my mp3s on the other drive ?

if so how ?

Raoul_Duke
02-05-2003, 11:27 AM
Yes, that's no problem.

Press the "search" button at the top of the page.....you will yeild many results ;)

angelfly91
02-05-2003, 12:52 PM
simply speaking if your hd with mp3's is 'hdb' and you want to mount it at '/mnt/music' given you've created the folder just type the following:

mount /dev/hdb1 -t vfat /mnt/music

you could also add it to you /etc/fstab to have it mount at boot