User Tools

Site Tools


ssd_not_mounted

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
ssd_not_mounted [2020/04/12 10:41] – created dinossd_not_mounted [2020/04/12 10:46] dino
Line 1: Line 1:
-Use blkid command-line utility to locate/print block device attributes:+1. First, use blkid command to locate block device attributes:
  
-sudo blkid+<code>sudo blkid</code> 
 + 
 +2. Use following syntax: 
 + 
 +<code>UUID={YOUR-UID}    {/path/to/mount/point}               {file-system-type}    defaults,errors=remount-ro 0       1</code> 
 + 
 +3. Open /etc/fstab 
 + 
 +<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