Advertisement
Guest User

Untitled

a guest
Oct 17th, 2024
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'blkid' to print the universally unique identifier for a
  4. # device; this may be used with UUID= as a more robust way to name devices
  5. # that works even if disks are added and removed. See fstab(5).
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. # / was on /dev/nvme0n1p6 during installation
  9. UUID=2f258f2d-7d8d-4e7d-9330-2b80ed49a683 / ext4 errors=remount-ro 0 1
  10. # /boot/efi was on /dev/nvme0n1p2 during installation
  11. UUID=11D4-63F6 /boot/efi vfat umask=0077 0 1
  12. /swapfile none swap sw 0 0
  13. # mount Windows chapter read only
  14. # UUID=81EA00160CFBD0BC /media/student/Files ntfs-3g ro,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0
  15. # mount other Windows chapter read only
  16. ##UUID=D48B7326A04997CD /media/student/D48B7326A04997CD ntfs3 ro,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8 0 0
  17. //172.16.90.24/f /mnt/f cifs credentials=/etc/credentials,uid=1000,gid=1000 0 0
  18. //192.168.250.5/это\040обменник /mnt/obmen cifs credentials=/etc/credentials1,uid=1000,gid=1000 0 0
  19. # mount chapter Files where is Many Progs for link runs without manually mounting this chapter
  20. ##UUID=9478C72478C703C8 /media/student/9478C72478C703C8 ntfs3 rw,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement