sudo mount -o remount,rw /partition/identifier /mount/point
mount -v | grep "^/" | awk '{print " Partition identifier: " $1 " Mountpoint: " $3}'