User Tools

Site Tools


ssd_not_mounted

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
ssd_not_mounted [2020/04/12 10:43] dinossd_not_mounted [2020/04/12 10:46] dino
Line 10: Line 10:
  
 <code>$ sudo vi /etc/fstab</code> <code>$ sudo vi /etc/fstab</code>
 +
 +4. Save and close the file. To mount new partition immediately using /etc/fstab type:
 +
 +<code>$ sudo mount -a</code>
 +
 +So the fstab might look like this: 
 +
 +# /etc/fstab: static file system information.
 +#
 +# Use 'blkid' to print the universally unique identifier for a\\
 +# device; this may be used with UUID= as a more robust way to name devices\\
 +# that works even if disks are added and removed. See fstab(5).\\
 +#\\
 +# <file system> <mount point>   <type>  <options>       <dump>  <pass>\\
 +# / was on /dev/sdd2 during installation\\
 +UUID=9b5c7d7e-9194-4e57-958a-5a6a0af6dd4c /               ext4    noatime,errors=remount-ro 0       1 \\
 +# /boot/efi was on /dev/sda2 during installation\\
 +UUID=0087-3BA2  /boot/efi       vfat    umask=0077      0       1\\
 +/swapfile    \\                             none            swap    sw              0       0\\
 +
 +
 +UUID=10972c8d-8a27-44e6-8db1-41a4f6af119c    /media/dino/Secundus               ext4    noatime,defaults,errors=remount-ro 0       1
ssd_not_mounted.txt · Last modified: 2024/03/12 21:23 by 127.0.0.1