Then mount them as directories in the NTFS file system instead of giving them drive letters. Easy to do, just right-click My Computer > Manage > Disk Management. Now in the Disk Management window, right-click the drive of your choice, such as CD-ROM 1 or whatever, and use the Change Drive Letter & Path option. Remove the drive letter. Now do this again, and you can assign it a path instead of a drive letter.
Good question. Let me give it a reality check using a CompactFlash card, assuming I can find one around here.Originally posted by: Nothinman
Then mount them as directories in the NTFS file system instead of giving them drive letters. Easy to do, just right-click My Computer > Manage > Disk Management. Now in the Disk Management window, right-click the drive of your choice, such as CD-ROM 1 or whatever, and use the Change Drive Letter & Path option. Remove the drive letter. Now do this again, and you can assign it a path instead of a drive letter.
I know one of the filesystems has to be NTFS, the one holding the mount point, but does the other have to be NTFS too or will it work with FAT as well?
Originally posted by: Nothinman
It still sucks that the filesystem holding the mount point has to be NTFS, it's a limitation that I can't fathom as to why it would be there. But it's better than nothing I suppose. Now if they would only include a mount point editor in the installer so that you could mount places like Documents and Settings on seperate volumes at install time.
Care to explain / link? I would love to get all of \Documents and Settings\, not just My Documents, on a separate drive.Originally posted by: Rilex
You certainly can do that with an unattended install of Windows...
Originally posted by: nweaver
what happens if you have more then 25 network mount points
I really detest windows directory structure after learning how/why *nix's work. It's so much more intuitive and makes more sense.
You certainly can do that with an unattended install of Windows...
Nothinman.. Yeah the standards for the FAT filesystem simply don't include that capability. As you know it's a pretty basic filesystem.
Originally posted by: Nothinman
It still sucks that the filesystem holding the mount point has to be NTFS, it's a limitation that I can't fathom as to why it would be there. But it's better than nothing I suppose. Now if they would only include a mount point editor in the installer so that you could mount places like Documents and Settings on seperate volumes at install time.
is DFS supported in Debian? Thats what most of our fileservers run...
I can't fathom why anyone wouldn't use the NTFS filesystem. It is so superior to FAT in so many ways, that the only convincing argument I've heard to use FAT is to support dual-booting.
If you're running a machine on which you're dual-booting, you're not running a production server, and chances are really, really low that you're going to run into a 26 drive limitation.
Why do you need a drive letter at all?
Just use the UNC name.
net use \\servername\sharename
(Same as adding to My Network Places, just w/o the drive letter assignment)
Originally posted by: Smilin
hm. I would be interested to see how the mount point works.
Does it render the directories unusable to other devices and OSs that can read FAT?
The mount point is implemented as a reparse point (which is why NTFS is required; FAT doesn't support reparse points). Your question doesn't make sense; the volume has to be NTFS... that in and of itself renders the directories unusable to other OSes that can only read FAT fileystems.
Originally posted by: Nothinman
Why do you need a drive letter at all?
Just use the UNC name.
net use \\servername\sharename
(Same as adding to My Network Places, just w/o the drive letter assignment)
Because IME UNC paths generally perform worse than drive mappings.