sudo mount -o remount,rw /dev/sda2 /media/bernardo/Macintosh
If you get an error paste it here.
Here's what I got:
sudo mount -o remount,rw /dev/sda2 /media/bernardo/Macintosh mount: /media/bernardo/Macintosh: mount point does not exist.
Create the mountpoint before mounting the device.
sudo mkdir /media/bernardo/Macintosh
sudo mount -o remount,rw /dev/sda2 /media/bernardo/Macintosh
Create the mountpoint before mounting the device.
sudo mkdir /media/bernardo/Macintosh
I did that and didn't get an error, so I didn't check, but the mount point didn't create.
(post is archived)