Logo Microtux

MicroTux

After new partitioning no access to partition

11-03-2018

Your partition is formatted with filesystem which is owned by user root and group root.
Change it to your user id for rw access:
First make yourself root.
mount /dev/sda3 /mnt/   (sda3 by example)
chown -R ron:ron /mnt/
umount /dev/sda3
Remount the partition.
Now you have r/w access!