On Sun, Aug 19, 2012 at 2:51 PM, dg1727 [off-list ref] wrote:
permissions of the directories in /dev are drwx------ for the NTFS
and dr-xr-xr-x for the Btrfs.
How can the OS be set up so that the Btrfs will automount
read/write?
try:
chmod u+w /path/to/btrfs/mount
... for whatever reason mkfs.btrfs created new subvolumes (but not
snapshots!) with 555 perms, which essentially says "writable to nobody
at all" ... IIRC, this was changed within the last year or so.
--
C Anthony