Thread: access to second disk sdb
ok, got additional sata cables , hooked second disk. got formatted , created partition -- type ext4 -- selected apparently default.
can mounted do grant permissions on ?
see device mounted , owned /media/ -- owned root.
sudo command going needed,--
can sudo mkdir , sudo chomod permission on directory ? if sudo mkdir new directory owned root still,-- think
firstly, assumes have added partition /etc/fstab automatically mounted
multiple users need access drive?
if not, chowning drive usershould it.code:chown -r user:user /path/to/mountpoint
otherwise, can either
a) create group can write folder, , add user wants access drive group.
b) chmod 777 - allow access it.code:chown -r root:group_name /path/to/mountpoint chmod -r 770 /path/to/mountpoint
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] access to second disk sdb
Ubuntu
Comments
Post a Comment