Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /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/nvme0n1p6 during installation
- UUID=2f258f2d-7d8d-4e7d-9330-2b80ed49a683 / ext4 errors=remount-ro 0 1
- # /boot/efi was on /dev/nvme0n1p2 during installation
- UUID=11D4-63F6 /boot/efi vfat umask=0077 0 1
- /swapfile none swap sw 0 0
- # mount Windows chapter read only
- # 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
- # mount other Windows chapter read only
- ##UUID=D48B7326A04997CD /media/student/D48B7326A04997CD ntfs3 ro,nosuid,nodev,relatime,uid=1000,gid=1000,windows_names,iocharset=utf8 0 0
- //172.16.90.24/f /mnt/f cifs credentials=/etc/credentials,uid=1000,gid=1000 0 0
- //192.168.250.5/это\040обменник /mnt/obmen cifs credentials=/etc/credentials1,uid=1000,gid=1000 0 0
- # mount chapter Files where is Many Progs for link runs without manually mounting this chapter
- ##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