daily pastebin goal
51%
SHARE
TWEET

Untitled

a guest Jul 11th, 2010 77 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # /etc/fstab: static file system information.
  2. #
  3. # Use 'vol_id --uuid' 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.  
  8. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  9.  
  10. #this caused the problem !!
  11. /dev/sdb1       /var            ext2    defaults,relatime       0 1
  12.  
  13.  
  14.  
  15. proc            /proc           proc    defaults        0       0
  16. # / was on /dev/sda1 during installation
  17. UUID=e15cccca-cffc-4432-971c-8e7a564d42aa /               ext3    relatime,errors=remount-ro 0       1
  18. # swap was on /dev/sda5 during installation
  19. UUID=b08aceab-c34f-47bd-ac05-ac08f6287afb none            swap    sw              0       0
  20. #/dev/sdb1      /var            ext2            relatime        0 1
  21. #/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
RAW Paste Data
Top