Use uuid with your usb stick: Difference between revisions

From Andreida
(Created page with "mount the device somehwere mount /dev/sdc /mnt/test find the uuid: ls -lF /dev/disk/by-uuid check the mount data vi /etc/mtab create an entry in fstab, here you will nee...")
 
(No difference)

Latest revision as of 11:51, 16 February 2016

mount the device somehwere

mount /dev/sdc /mnt/test

find the uuid:

ls -lF /dev/disk/by-uuid

check the mount data

vi /etc/mtab

create an entry in fstab, here you will need the UUID and the line from mtab

vi /etc/fstab

example:

 UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx /mnt/extra       ext4    errors=remount-ro 0       1