Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. mkfs -t ext4 /dev/vgall/opt
  2. cp -r -R /opt/* /temp-opt
  3. mount -t ext4 /dev/vgall/opt /temp-opt
  4.  
  5. #this is volume-opt
  6. UUID=b3d302be-68f6-4804-abb1-ab806326b5a4 /opt ext4 defaults 0 2
  7.  
  8. # /etc/fstab: static file system information.
  9. #
  10. # Use 'blkid' to print the universally unique identifier for a
  11. # device; this may be used with UUID= as a more robust way to name devices
  12. # that works even if disks are added and removed. See fstab(5).
  13. #
  14. # <file system> <mount point> <type> <options> <dump> <pass>
  15. # / was on /dev/sda7 during installation
  16. UUID=54458154-6f44-44c9-be44-f91d093d63e6 / ext4 errors=remount-ro 0 1
  17. # /boot/efi was on /dev/sda2 during installation
  18. UUID=E467-1A3B /boot/efi vfat defaults 0 1
  19. # swap was on /dev/sda6 during installation
  20. UUID=74a0518b-2eed-404a-aaa1-a302dbf9f18c none swap sw 0 0
  21. /dev/sdb3 /media/mynewdrive ext4 defaults 0 2
  22. (rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)
  23.  
  24. # /etc/fstab: static file system information.
  25. #
  26. # Use 'blkid' to print the universally unique identifier for a
  27. # device; this may be used with UUID= as a more robust way to name devices
  28. # that works even if disks are added and removed. See fstab(5).
  29. #
  30. # <file system> <mount point> <type> <options> <dump> <pass>
  31. # / was on /dev/sda7 during installation
  32. UUID=54458154-6f44-44c9-be44-f91d093d63e6 / ext4 errors=remount-ro 0 1
  33. # /boot/efi was on /dev/sda2 during installation
  34. UUID=E467-1A3B /boot/efi vfat defaults 0 1
  35. # swap was on /dev/sda6 during installation
  36. UUID=74a0518b-2eed-404a-aaa1-a302dbf9f18c none swap sw 0 0
  37. #/dev/vgall/tmp /tmp ext4 defaults 0 2
  38. #this is volume-opt
  39. UUID=b3d302be-68f6-4804-abb1-ab806326b5a4 /opt ext4 defaults 0 2
  40. #/dev/mapper/vgall-var
  41. #UUID=35d84c0b-d29b-4677-bc0f-26ef945d1ebf /var ext4 defaults 0 1
  42. #/dev/mapper/vgall-usr
  43. #UUID=e67910d0-09c9-4249-ba20-c4e471b30e63 /usr ext4 defaults 0 2
  44. #/dev/vgall/home
  45. #UUID=5d610ba0-5ed4-4d08-99dd-946fed50ddd0 /home ext4 defaults 0 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement