I've made a library and am trying to save it to a floppy disk so I can put it in an ender chest, to ensure that I don't lose the file until I find a suitable place to upload it. But for some reason when I run cp to copy the file from the hard drive to the floppy, nothing happens. I type "cp -r -v /lib/... /mnt/309/lib/..." into the shell, it prints that the file was copied, but when I run "ls /mnt/309" it shows nothing. No directories, no files. Why isn't this working?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I've made a library and am trying to save it to a floppy disk so I can put it in an ender chest, to ensure that I don't lose the file until I find a suitable place to upload it. But for some reason when I run cp to copy the file from the hard drive to the floppy, nothing happens. I type "cp -r -v /lib/... /mnt/309/lib/..." into the shell, it prints that the file was copied, but when I run "ls /mnt/309" it shows nothing. No directories, no files. Why isn't this working?
Link to post
Share on other sites