Advertisement
Guest User

Untitled

a guest
Jan 15th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. mount -t cifs //myserver/myshare -o user=user, domain=domain, password=password /mnt/gsserver
  2. dd if=/mnt/sda1 of=/mnt/gsserver/complete.bin
  3. umount /mnt/sda1
  4. ntfsclone -f -o /mnt/gsserver/onlyclone2.img /dev/sda1
  5. ntfsclone -f -o - /dev/sda1 | gzip -c > /mnt/gsserver/backup.img.gz 2>&1
  6.  
  7. ERROR(28) ftruncate failed for file '/mnt/gsserver/onlyclone2.img': No space left on device
  8. Destination filesystem type is 0xff534d42
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement