Guest User

Untitled

a guest
Aug 18th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. root@UbuntuServer:/mnt/test# mount -o loop CentOS-7-x86_64-Everything-1804.iso /mnt/test2/
  2. mount: /mnt/test/CentOS-7-x86_64-Everything-1804.iso: failed to setup loop device: Operation not supported
  3.  
  4. root@UbuntuServer:~# curlftpfs ftp://randeer:randeer@192.168.0.2 /mnt/test/
  5. root@UbuntuServer:~# ls -l
  6. total 0
  7. root@UbuntuServer:~# cd /mnt/test/
  8. root@UbuntuServer:/mnt/test# ls
  9. CentOS-7-x86_64-Everything-1804.iso new public rootnewprivate.ppk
  10. fromcentos.txt randeernewprivate.ppk rootpub
  11. root@UbuntuServer:/mnt/test# mount CentOS-7-x86_64-Everything-1804.iso /mnt/test 2/ -t iso9600 -o loop
  12. mount: /mnt/test/CentOS-7-x86_64-Everything-1804.iso: failed to setup loop devic e: Operation not supported
Add Comment
Please, Sign In to add comment