May 8, 2002 #1 alpha4eva Programmer Apr 27, 2002 43 US I would like to know how to access windows files in within linux, thanks!
May 8, 2002 Thread starter #2 alpha4eva Programmer Apr 27, 2002 43 US please don't reply to this thread, i've got it work already, Upvote 0 Downvote
May 8, 2002 Thread starter #3 alpha4eva Programmer Apr 27, 2002 43 US WRONG MESSAGE, I STILL NEED HELP ON THIS TOPIC. I WAS TRYING TO STOP POSTERS FROM THE ALCATEL POST. SOWIE! Upvote 0 Downvote
WRONG MESSAGE, I STILL NEED HELP ON THIS TOPIC. I WAS TRYING TO STOP POSTERS FROM THE ALCATEL POST. SOWIE!
May 9, 2002 #4 sleipnir214 Programmer May 6, 2002 15,350 US Accessing in what way? Via the network, of from a FAT-32-formatted drive on the system? Upvote 0 Downvote
May 9, 2002 Thread starter #5 alpha4eva Programmer Apr 27, 2002 43 US it's kinda funny how i have to answer my own question, it is as simple as typing this line to get my windows fat32 file system to be read in linux for those that don't know how, open /etc/fstab and put the line below at the end /dev/hda /mnt/winc vfat defaults 0 0 if u use scsi drive then change hda to sda and make sure the directory /mnt/winc exist as a placeholder Upvote 0 Downvote
it's kinda funny how i have to answer my own question, it is as simple as typing this line to get my windows fat32 file system to be read in linux for those that don't know how, open /etc/fstab and put the line below at the end /dev/hda /mnt/winc vfat defaults 0 0 if u use scsi drive then change hda to sda and make sure the directory /mnt/winc exist as a placeholder