Oracle Linux DVD that I install from wont mount


 
Thread Tools Search this Thread
Operating Systems Linux Oracle Linux DVD that I install from wont mount
# 1  
Old 01-07-2013
Oracle Linux DVD that I install from wont mount

Hi, I am trying to mount my Oracle Linux 6-2 bootable disk that I installed from in order to manually copy off the packages directory onto the server ( to create a local YUM repository )

I have checked the DVD in my windows laptop and can see the packages folder ( so I know the DVD is iso9660 format ) however when I do the following on my linux server -
Code:
mkdir /cdrom
mount -t iso9660 -o ro /dev/cdrom /cdrom

I get the following -
Code:
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

when I do dmesg | tail I see

isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
attempt to access beyond end of device


any idea of how to resolve this ?
Jim
Moderator's Comments:
Mod Comment Please use code tags next time for your code and data.

Last edited by radoulov; 01-07-2013 at 12:21 PM..
# 2  
Old 01-07-2013
"

Quote:
Originally Posted by jimthompson
Code:
mount -t iso9660 -o ro /dev/cdrom /cdrom

By any chance, might your "Install-CD" be a DVD instead of a CD? If so, then "ISO9660" is the wrong filesystem type.

I hope this helps.

bakunin
# 3  
Old 01-08-2013
Yes it is a DVD in fact. What should I be using to mount it then ?
# 4  
Old 01-08-2013
See the man page of "mount" for alternatives. Off the top of my head: try "udf" ("Unversal Disk Format").

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

One package from SP wont install correctly

I recently updated one of our servers from 6100-08-05-1415 to 6100-08-06-1441 and the `oslevel -s` is showing the correct version, but when I run an `lppchk -v` I am hit with: lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state: ... (9 Replies)
Discussion started by: JAR1
9 Replies

2. UNIX for Dummies Questions & Answers

Mount the cd/dvd drive

· Next, you will need to install the software package that provides DHCP services (a.k.a. the DHCP daemon software). It is located on the installation DVD ISO image for the CentOS Linux Distribution. Associate the (Disc 1 of 2) DVD ISO with the virtual machine's CD/DVD optical drive, create a... (1 Reply)
Discussion started by: beerpong1
1 Replies

3. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

4. Linux

how to install oracle 11g on linux mandriva 2007

please help me to install a oracle 11g on mandriva, i met some problems to do this. i start ./runInstaller and i finished to install but i can't run sqlplus. i thank i mess some step to success my install. thanks. (0 Replies)
Discussion started by: banter
0 Replies

5. UNIX for Dummies Questions & Answers

After changing permissions, volume wont mount

Ok. Here it is. I limited access to my external hard disk's partition/volume on Mac os X simply by changing permissions in Get Info window. But now the hard disk icon has disappeard and wont mount. Have tried different kind of soft to mount, but no luck. Then there is the utility called Terminal,... (0 Replies)
Discussion started by: meelismalgand
0 Replies

6. UNIX for Advanced & Expert Users

Install Oracle on Fedora Linux

I have a Fedora Linux server in my office. I want to install an Oracle 10.1.0 Client on this server. I have root access to this box and I have thee zip file of the Client installation. Can anyone let me know the steps. I assume the following. . Create an Oracle user. . Assign a password and... (0 Replies)
Discussion started by: rahulrathod
0 Replies

7. AIX

Mount a DVD

Hi:- I am trying to mount a DVD using SMIT on an AIX server but getting the following error: "mount: 0506-324 Cannot mount /dev/cd0 on /cdrom: The media is not formatted or the format is not correct." Please help! (1 Reply)
Discussion started by: janet
1 Replies
Login or Register to Ask a Question