Advertisement
Guest User

Untitled

a guest
Dec 5th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. yhusha@yhusha-AOD260:~$ mkdir /tmp/live
  2. yhusha@yhusha-AOD260:~$ sudo mount -o loop /home/yhusha/Desktop/ubuntu-12.04.1-desktop-i386.iso /tmp/live
  3. mount: warning: /tmp/live seems to be mounted read-only.
  4. yhusha@yhusha-AOD260:~$ mkdir ~/live
  5. yhusha@yhusha-AOD260:~$ mkdir ~/live/usb
  6. yhusha@yhusha-AOD260:~$ rsync –exclude=/casper/filesystem.squashfs -a /tmp/live/ ~/live/usb
  7. rsync: change_dir "/home/yhusha//–exclude=/casper" failed: No such file or directory (2)
  8. ^Z
  9. [1]+ Stopped rsync –exclude=/casper/filesystem.squashfs -a /tmp/live/ ~/live/usb
  10. yhusha@yhusha-AOD260:~$ rsync –exclude=/casper/filesystem.squashfs -a /tmp/live/ ~/live/usb
  11. rsync: change_dir "/home/yhusha//–exclude=/casper" failed: No such file or directory (2)
  12. ^Z
  13. [2]+ Stopped rsync –exclude=/casper/filesystem.squashfs -a /tmp/live/ ~/live/usb
  14. yhusha@yhusha-AOD260:~$ rsync -exclude=/casper/filesystem.squashfs -a /tmp/live/usb
  15. rsync: link_stat "/tmp/live/usb" failed: No such file or directory (2)
  16. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1070) [sender=3.0.9]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement