Recent Posts by forward

Subscribe to Recent Posts by forward 2 post(s) found

Jul 11, 2008
Avatar forward 2 post(s)

Topic: Knox / Unable to change the user or group of files, dirs

Sorry for the late reply. I thought “Monitoring topic” would notify me by email.

The manual way worked like a charm, thanks. Out of curiosity, is “-owners on” up for consideration for inclusion into the GUI in the near future?

 
Jun 26, 2008
Avatar forward 2 post(s)

Topic: Knox / Unable to change the user or group of files, dirs

I’ve created a new vault successfully. But when I try to chown or chgrp files or directories inside the vault, it will silently fail.

I’m going to hazard a guess that it is due to how it’s mounted.
/dev/disk1s2 on /Volumes/rails (hfs, local, nodev, nosuid, noowners, mounted by me)

The noowners flag seems to be the culprit:

noowners: Ignore the ownership field for the entire volume. This causes all objects to appear as owned by user ID 99 and group ID 99. User ID 99 is interpreted as the current effective user ID, while group ID 99 is used directly and translates to ``unknown’’.
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/mount.8.html

That’s as far as I got into the problem. Is there a way to mess around with how Knox mounts sparse images?