• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NTFS question that I DIDNT see answered in the FAQ

WageSlave

Banned
Sorry if I missed this in the faq but I wanted something clarified....

I know that you cannot dual boot with win98se or me and see files on an NTFS partition, BUT I have been told that you can see files on an NTFS partition from a machine using one of these os's that is networked with a machine with NTFS... How is this possible?
 
That's correct.

This is because the target machine handles all the file management calls.
 
When you request a file over the network the host OS does all the reading/writing to the files so it doesn't matter what OS or filesystem is used as long as both speak the same network protocol.

It's on reason why Linux (or any non-MS OS) can so easily be a fileserver or web server to Windows clients, I can serve my files from any filesystem I want be it ext2, reiserfs, XFS, etc and the client could care less.
 
Back
Top