vote up 0 vote down star

In Windows7 and Vista, if user created or modified a file or folder with Administrator first, then switch to a guest account, the file or folder can’t be accessed by guest account any more due to the security issue, to avoid this issue in SW side, we want our HW to support it. So I want to know is it an easy task for External Hard Drive to set the permissions that all user can read and write for this disk from the factory?

flag

78% accept rate
This is not a real question. The questioner probably had one in mind, but I can't figure out what it would be. – David Thornley Mar 17 at 13:53

closed as not a real question by schnaader, bdukes, Dana, Joel Coehoorn, David Thornley Mar 17 at 13:53

2 Answers

vote up 0 vote down check

It all depends on the format (filesystem type) and machines to which it will be connected. Too many combinations to cover all possibilities, but the usual answer is to format with FAT, which does not support permissions at all.

Anything else will limit access to specific OS's.

link|flag
Even if your format with FAT (or FAT32), when mounted in Linux, you can configure permissions for the whole drive, so you can mount the entire drive as readonly, or if you want full access, you can enable read, write, and execute on the entire drive. – Kibbee Mar 17 at 13:39
vote up 0 vote down

This question doesn't really make that much sense. Unless you're using some sort of specialty hard drive, all users will always have permission to see the drive itself, unless you somehow specifically deny it. Permissions are (excepting special cases with special hardware) primarily software based, generally.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.