Thread: Permissions on Partition
how change permissions root user on partition /dev/sda3 want users able read , write it.
where mounted, , filesystem?
if linux filesystem, can set permissions either adding mount options in /etc/fstab, or chmodding filesystem itself. if mounted:
change mountpoint appropriate. in command don't need -r recursive option chmodding root of filesystem itself. changed permission still work if mount partition on mountpoint.code:sudo chmod 777 /media/mountpoint
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Permissions on Partition
Ubuntu
Comments
Post a Comment