gnome disks mount read write code example
Example 1: gnome disks mount read write
mount -v | grep "^/" | awk '{print "\nPartition identifier: " $1 "\n Mountpoint: " $3}'
Example 2: gnome disks mount read write
sudo mount -o remount,rw /partition/identifier /mount/point