Guest User

Untitled

a guest
Dec 11th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  2. #/dev/BOOT /boot ext2 noauto,noatime 1 2
  3. /dev/sda1 / ext4 noatime 0 1
  4. /dev/sda5 none swap sw 0 0
  5. #/dev/cdrom /media udf,iso9660 user,noauto 0 0
  6. #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
  7. #/dev/fd0 /mnt/floppy auto noauto 0 0
  8. /dev/hdb1 /mnt/ntfs ntfs-3g user,users,gid=users,umask=0000,nls=utf8 0 0
  9. #/dev/hdb1 /mnt/disco ext3 rw,user,exec,suid 0 0
  10. #/dev/sdb1 /mnt/disco ext4 rw,user,users,auto,exec,suid 0 0
  11. #/dev/sdb1 /mnt/respaldos ntfs-3g user,users,gid=users,umask=0000,nls=utf8 0 0
  12. # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
  13. # POSIX shared memory (shm_open, shm_unlink).
  14. # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
  15. # use almost no memory if not populated with files)
  16. shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
Add Comment
Please, Sign In to add comment