The easiest way is via the command line with:
And a further command line to see the mount points:
grep "\sro[\s,]" /proc/mounts
And a further command line to see the mount points:
mount -v | grep "^/" | awk '{print "\nPartition identifier: " $1 "\n Mountpoint: " $3}'
No comments:
Post a Comment