Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. resize2fs /dev/sda 6000M
  2.  
  3. cp -avx /media/originalRootPartition /media/newRootPartition
  4.  
  5. grub-install /dev/sdb1
  6.  
  7. mkdir /mountpointsdb/data/deamon_database
  8.  
  9. cp /usr/deamon/database/* /mountpointsdb/data/deamon_database
  10.  
  11. mount --bind /mountpointsdb/data/deamon_database /usr/deamon/database
  12.  
  13. /mountpointsdb/data/deamon_database /usr/deamon/database none bind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement