Guest User

fstab

a guest
Apr 12th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Static information about the filesystems.
  2. # See fstab(5) for details.
  3.  
  4. # <file system> <dir> <type> <options> <dump> <pass>
  5. # /dev/sda2
  6. UUID=9810f3cf-548e-4098-a490-455ee6d93a34 / ext4 rw,relatime 0 1
  7.  
  8. # /dev/sda3
  9. UUID=9f05e5a0-28e9-42f1-873e-102756840ec6 /home ext4 rw,relatime 0 2
  10.  
  11. # /dev/sda1
  12. UUID=3290-74C3 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment