- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- mount cd rom
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 03:20 AM
тАО06-13-2003 03:20 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 03:22 AM
тАО06-13-2003 03:22 AM
Re: mount cd rom
edp//dev> ll -d cdrom
lrwxrwxrwx 1 root sys 8 Jun 27 17:52 cdrom -> /dev/hda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 03:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 04:46 AM
тАО06-13-2003 04:46 AM
Re: mount cd rom
Try this:
mount /dev/cdrom /mnt/cdrom
assuming that you have a /mnt/cdrom directory created for the mountpoint.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 05:55 AM
тАО06-13-2003 05:55 AM
Re: mount cd rom
You do not need -t argument, as only iso 9660 is supposed.
From graphical interface, right click on your screen, on the menu click disk /cdrom...
Same procedure with 'eject' at the end to umount.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 06:35 AM
тАО06-13-2003 06:35 AM
Re: mount cd rom
In RH you have kudzu that in the boot if
see cdrom make entry in /etc/fstab for
mount cdrom so you just need:
mount /mnt/cdrom (you can check in /etc/fstab)
If you want mount another way:
mount
If you know where you connected your CDrom
you can know if it's hda, hdb, hdc or hdd
so the device will be /dev/hdX
hda -> prim. master
hdb -> prim. slave
hdc -> sec. master
hdd -> sec.slave
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 09:59 AM
тАО06-18-2003 09:59 AM
Re: mount cd rom
mount -t iso9660 /dev/cdrom /mnt/cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 11:25 PM
тАО06-18-2003 11:25 PM
Re: mount cd rom
I tried r method , but pop up the below error , how to fix ? Thx
---------------------------------
edp//mnt> mount /dev/cdrom /mnt/cdrom
/dev/cdrom: Input/output error
mount: you must specify the filesystem type
----------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2003 11:48 PM
тАО06-18-2003 11:48 PM
Re: mount cd rom
#mount -t iso9660 /dev/cdrom /mnt/cdrom
#cd /mnt/cdrom
#ls
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 12:54 AM
тАО06-19-2003 12:54 AM
Re: mount cd rom
# mount -r /mnt/cdrom
# mount -r /dev/cdrom /mnt/cdrom
# mount -t iso9660 -r /dev/cdrom /mnt/cdrom
you may try above command to mount your cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 02:05 AM
тАО06-19-2003 02:05 AM
Re: mount cd rom
I tried the command , but still error .
--------------------------------------
edp//root > mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
--------------------------------------
can suggest how to fix? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2003 02:37 AM
тАО06-19-2003 02:37 AM
Re: mount cd rom
show me the output of
#ll -d /dev/cdrom
Also think error will come if mount command cannot read the superblock of the CDROM disc to find out the filesystem type , in case the current CDROM disc tracks are scratched.
Try using atleast 3 different CDs and see if problem persists ?.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 07:33 PM
тАО10-26-2003 07:33 PM
Re: mount cd rom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 07:50 PM
тАО10-26-2003 07:50 PM
Re: mount cd rom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2003 08:00 PM
тАО10-26-2003 08:00 PM
Re: mount cd rom
where /dev/scd0 should be the device for you scsi cdrom.
hth
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 09:04 PM
тАО10-29-2003 09:04 PM
Re: mount cd rom
It automatically mounts the CDROM. The device will be in /dev/cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2003 10:10 PM
тАО10-29-2003 10:10 PM
Re: mount cd rom
Could you check the following log in as root type
This is just to make sure all as it should be with your cdrom enviroment.
#cat /proc/scsi/scsi
you should see your scsi device's' here
#cdrecord -scanbus
This should show you your scsi and you cdrom drive
#lsmod
there should be an ide-cd entry in there if your cdrom device is an ide-atapi
#cat /etc/fstab
There should be an entry fro cdrom in there
There is something else I find "funny" that there should be a softlink for /dev/cdrom --> /dev/hda ... this is posible But unless you have only scsi disk device this is more frequently something like /dev/scd0
to check the above please type the following
#dmesg | grep "CD"
---------result on my system--------
hdc: UJDA730 DVD/CDRW, ATAPI CD/DVD-ROM drive
Vendor: MATSHITA Model: UJDA730 DVD/CDRW Rev: 1.00
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0
----------------------------------------
Tell us whay you find and if there is one of the above that does not return true
J-P (hello, everyone)