Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Windows FS from dual boot

Status
Not open for further replies.

skyl1nev6

Technical User
Mar 12, 2002
5
0
0
US
Is it possible for me to access a Windows (ntfs) file systems from LINUX? I am dual booting and would like to take advanted of such things like mp3s etc...while running LINUX... Matt
Sr. Systems Administrator
 
I've never tried it out, but the Linux kernel does come with a read-only support for NTFS. Just make sure the kernel module for it has been compiled, mount your partition, and you should be all set. If you want to write to the NTFS partition, there is kernel support for that, but it's considered very experimental, and is not recommended. It probably isn't compiled in by default.
 
I use my MP3 partition (NTFS) to play while doing something in Linux. editing /etc/fstab and mounting the NTFS partition as type NTFS , umask = 022,ro,users in the options sorts it out easily.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top