You are not logged in.
Pages: 1
When I try to..
cp /mnt/cdrom/<filename>.gz /home/<directory>/<filename>.gz
from a mounted CD to a directory in /home/ (on a differing partition), I receive an input/output error and the file isn't copied as a result (while logged in as root).
I'm brand new to Arch, and sadly, since I've a 56k and the files I'm attempting to copy from a CD are wvdial related, I can't attempt to setup an internet connection of any type until this error is solved.
Anyone have any suggestions? Maybe this is a simple fix, but unfortunately it has me beating my head against a wall.
Offline
You might try copying from /media/ instead of /mnt/
Just a thought...
Offline
You might try copying from /media/ instead of /mnt/
Just a thought...
I did try this. Initially, /media/ (/media/cdrom) wasn't an already created directory. I created said directories, mounted the drive manually, and unfortunately on copying the error still presented itself on any and all .gz compressed files as performing the same command in /mnt/ had done. All other non-compressed data copied like a champ. Thanks for the reply, nonetheless.
Offline
Ok, worth a try. I've never mounted anything under media, it gets mounted automatically, by hal I think. (which I had to install and put in rc.conf to get to work)
Offline
Caliburn,
Are you sure /mnt/cdrom is mounted. What happens when you do "ls /mnt/cdrom"?
You may need to do "mount -t iso9660 /dev/sdc /mnt/cdrom ro". Of course your cdrom may be /dev/sdb/c/d.
Good Luck.
Offline
honestly: this sounds like a hardware issue... maybe the cable is broken or something?
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Pages: 1