Do there exist drivers or extensions or whatnot that would enable any operating system other than NT/W2K to mount a drive formatted in NTFS?
As far as I know, the only other OS that can mount an NTFS drive would be Linux ( and possibly not all distros ) and only with a newer kernel upgrade. I don’t know about Win ME. Trust Microsoft to make an OS that can’t be read by it’s other OSes.
Hopefully someone will correct me if I’m wrong. Things change all the time after all…
Linux would do. And probably, if Linux has a driver or extension or kernel-modifiers-that-load-after-booting-whatchamacallit (can’t remember the UNIX name for it, one of those lower-case TLAs), then it can be ported for Mac OS X, at least at the BSD level.
But I’d settle for Linux, I can do Linux. (sort of). Any further info would be appreciated.
Windows ME is built on the same kernel as Win98 – I would not expect it to be able to read off a NTFS drive. Atleast if it can I havent gotten it to work yet.
The OS kernel isn’t the important part, it’s the file system drivers. Since Windows 9x OSes don’t include the NTFS drivers, they can’t read NTFS volumes. Same reason that NT couldn’t read FAT32 volumes natively but Windows 2000 can, even though NT and Win2K use the same basic architecture: NT 4 didn’t have FAT32 drivers. Check out http://www.sysinternals.com/ for tools for adding file system drivers to OSes that don’t normally include them. Incidentally, NTFS is not an OS (operating system) it’s a FS (file system).