Forum Moderators: open
Ex: I mounted the drive to c:\mnt\usb\lifebook1. I can create a new subfolder, but cannot delete the subfolder. If I access the drive as k:\ (the letter it's set to right now) I have full access.
Any suggestions?
How to create and use NTFS mounted drives in Windows XP [support.microsoft.com]
A mounted drive is a drive that is mapped to an empty folder on a volume that uses the NTFS file system. Mounted drives function as any other drives, but they are assigned drive paths instead of drive letters. When you view a mounted drive in Windows Explorer, it appears as a drive icon in the path in which it is mounted. Because mounted drives are not subject to the 26-drive-letter limit for local drives and mapped network connections, use mounted drives when you want to gain access to more than 26 drives on your computer. For example, if you have a CD-ROM drive with the drive letter E, and an NTFS volume with the drive letter F, mount the CD-ROM drive as F:\CD-ROM. You can then free the drive letter E, and gain access to your CD-ROM drive directly by using F:\CD-ROM.
But it's odd that only causing problems deleting folders and not files, and then not at the command prompt.
What makes no sense to me is that it's only folders. I can add folders and rename them. I just can't delete them from within Explorer or dialog boxes. And it doesn't matter if it's /folder/ or /folder/folder/folder/. But I can drop to the command prompt and rmdir folder and it's gone. Files are no problem - I can delete them.
If, for whatever reason, Windows is unable to clear read-only attributes, it is likely that all delete operations will fail. It may be possible to delete using the command prompt by virtue of the fact that different API function calls are involved - for instance, files deleted from the command prompt don't normally end up in the recycle bin.
I've never attempted to mount a drive as a folder (I didn't know you could) so I can't offer any solid advice, however, I would check that Windows understands it's a hard disk rather than a CD/DVD rom drive. I vaguely recall a problem many years ago resulting from a confusion of this sort.
Kaled.
And kaled, that's why being allowed to move the folder is making me think it's something quirky.
[edited by: Nutter at 6:08 pm (utc) on Sep. 18, 2006]
How do I check and see if it's being treated like a CD / DVD?
So, as much for myself as anything, a list of what I've tried.
Files
- Can add, delete, move, whatever
Folders
- Can add
- Can rename
- Can delete from the command prompt
- Can move - both within the same drive and to other drives
- Cannot delete from within explorer when browsing through the NTFS mount point folder
- Can delete from within explorer when browsing through drive letter
According to this kb article [support.microsoft.com...] the problem is because the Recycle Bin doesn't recognize mounted volumes.
The explanation is that Windows mistakenly assumes that c:\mnt\lifebook1\folder is on C:\ when it is really on K:\ and tries to put it in the recycle bin for C:\
What's important is that shift-delete works.