Results 11 to 14 of 14
http://www.linuxforums.org/forum/showthread.php?t=49545...
- 12-28-2005 #11Brilliant Mediocrity - Making Failure Look Good
- 12-29-2005 #12Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
I don't understand what the tabfs file means.
please tell me how to find the information that the file needs.
- 12-29-2005 #13Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
Vergil83 provided a link:
Originally Posted by theguy0000
http://www.tuxfiles.org/linuxhelp/fstab.html were you can read about the fstab file.
In short, fstab is a file in /etc directory were you define which filesystems will be mounted (made accessible) and how they will be mounted.
If you want Linux to automatically mount your Windows partition, so you can browse it, include this line at the end of your fstab file:please tell me how to find the information that the file needs.
Edit: you will also have to create a directory named windows in your /mnt directory.Code:/dev/hda1 /mnt/windows ntfs user,umask=0222 0 0
- 12-29-2005 #14Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
You also probably need to add ntfs support by running
. That only allows you to read information from the Windows NTFS partition, you can't write with it. There are attempts to get Linux to write to NTFS partitions but I don't know if any of them are safe and stable yet. If you want to be able to access Linux data from windows, it is possible to add a driver for your Linux file system to Windows.Code:apt-get install libntfs5



