Advertisement
Guest User

Untitled

a guest
Nov 30th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. cat /mnt/etc/fstab
  2. #
  3. # Sample /etc/fstab
  4. #
  5. # This must be modified prior to use.
  6. #
  7. # <file system> <mount point> <type> <options> <dump> <pass>
  8. proc /proc proc defaults 0 0
  9. #
  10. # tmpfs /dev/shm tmpfs defaults 0 0
  11. #
  12. ##############################################################################
  13. # This sample fstab comes from the Slackware ARM 'build_minirootfs.sh' script.
  14. #
  15. #
  16. # The Slackware ARM installation documents recommend creating a separate /boot
  17. # partition that uses the ext2 filesystem so that u-boot can load the kernels
  18. # & initrd from it:
  19. /dev/sda1 /boot ext2 errors=remount-ro 0 1
  20.  
  21. # Swap:
  22. /dev/sda2 none swap sw 0 0
  23.  
  24. # The rest is for the root filesystem:
  25. /dev/sda3 / ext4 errors=remount-ro 0 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement