How to mount a partition from live usb
Try this:
sudo mount /dev/sdc6 /mnt
sudo nano /mnt/etc/fstab
You may need to know UUID as normally the mount in fstab is or should be by UUID.
sudo blkid -o list
Try this:
sudo mount /dev/sdc6 /mnt
sudo nano /mnt/etc/fstab
You may need to know UUID as normally the mount in fstab is or should be by UUID.
sudo blkid -o list