![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need a help with accessing the hard drive | kataro | SCO | 4 | 03-20-2009 06:13 AM |
| Shell script for accessing a file in the network drive and invoking oracle sql loader | sayydevara | Shell Programming and Scripting | 0 | 03-20-2007 03:54 PM |
| Accessing files on external USB drive using UNIX? | Slanter | UNIX for Dummies Questions & Answers | 1 | 05-30-2006 02:47 AM |
| Accessing floppy drive with solaris 8 Intel version | eloquent99 | UNIX for Dummies Questions & Answers | 2 | 01-04-2003 01:38 PM |
| Accessing Files on another drive | PravusMentis | UNIX for Dummies Questions & Answers | 2 | 07-25-2001 01:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I've got SUSE 9 installed on a removable hard drive and the system is up and running fine.
I'm trying to copy stuff off a CD onto one of my Linux partitions but I am getting an errors : * Could not read /media/cdrom/file1.tar.tar I can browse to the file location on the CD by using the file manager or just from a shell. I just cant copy the file across... Any hints?? |
|
||||
|
tried that and...
I ensured that my pwd was not on the CD-ROM when I tried to unmount & mount it. Still said 'device busy'
I did an "ls -l" on /media/cdrom & I got back _rw_rw_rw_ Positive about the file having two .tar extensions.... just re-checked it. |
|
|||||
|
What does
Code:
grep "cdrom" /etc/fstab Code:
ls -l /dev/cdrom Code:
mount -t iso9660 -o ro /dev/cdrom /media/cdrom Cheers ZB |
|
||||
|
a further update
for the commands you gave, zazzy, here are the results
% grep "cdrom" /etc/fstab /dev/cdrom /media/cdrom auto ro, noauto, user, exec 0 0 % ls -l /dev/cdrom lrwxrwxrwx 1root root 3 June 12:51 /dev/cdrom -> hdd I'm going to try the mount command as soon as I get a chance to reboot. Ta muchily!!! ![]() |
![]() |
| Bookmarks |
| Tags |
| linux, suse linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|