LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Transfering files from a fat32 hd to a linux hd (https://www.linuxquestions.org/questions/linux-newbie-8/transfering-files-from-a-fat32-hd-to-a-linux-hd-83265/)

felipe_ced 08-18-2003 05:39 PM

Transfering files from a fat32 hd to a linux hd
 
I have a hd with a recently installed linux (suse 8.1). But all my files where on the windows (fat32) hd so i put the wnidows hd as a slave so the linux one could read it. The windows hd was recognized but i can't find a place where to search for my files. Is there any program or way so that i can move the files form a windows hd to a linux hd?????

oni0n56 08-18-2003 06:06 PM

all the windows files are under mnt/windows ... at least for me.. so try it.... go all the way up tothe root menu... theres like usr home mnt etc ... etc. lol ... and then inside mnt got to 'windows' and there should be all your files 'like program files' and all the windows stuff

Skyline 08-18-2003 08:08 PM

You need to mount the relevant partition from your Windows slave drive into a mount point in your Linux drive

If your slave drive is on the primary slave channel then Linux will know it as

/dev/hdb

If its on Secondary master then Linux will see it as

/dev/hdc

So - within SUSE

open a console - su to root user - then

mkdir /mnt/windows

then

kedit /etc/fstab

Put this on a new line at the bottom of your fstab file

/dev/hdb1 /mnt/windows vfat defaults,umask=000 0 0

Make sure you substitute in your partition and mount point in place of my example ones

martinman 08-18-2003 08:11 PM

onion56, that will only be true if you follow exactly what skyline said

oni0n56 08-18-2003 10:36 PM

oh :-p heh i guess my system automatically did that then ... lol sorry guys !


All times are GMT -5. The time now is 05:29 AM.