- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: cdrom
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
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
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
07-31-2003 04:20 AM
07-31-2003 04:20 AM
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 04:21 AM
07-31-2003 04:21 AM
Re: cdrom
If I am trying to run mondoarchive to this dvd drive, do I need to mount it first from the OS. Or does mondo take care of this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 04:43 AM
07-31-2003 04:43 AM
Re: cdrom
I suppose you have blank CDR(W) in your drive. That's why Linux can't mount it (there is no file system type yet at that level !)
You shouldn't need to mount the CD before backing up, just wait Mondo to ask you to insert the CD, the mondo burning tool will take it in charge...
Read this for an example :
http://www.microwerks.net/~hugo/docs/1.6x-howto/backupcommands.html
Hope this helps you with this great tool.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 04:48 AM
07-31-2003 04:48 AM
SolutionFirst of all, you need to configure the scsi emulation to your RW works.
To do so, assuming you have your RW in the hdb, put this in /etc/modules.conf
options ide-cd ignore=hdb # tell the ide-cd module to ignore hdb
alias scd0 sr_mod # load sr_mod upon access of scd0
pre-install sg modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod modprobe ide-scsi # load ide-scsi before sr_mod
pre-install ide-scsi modprobe ide-cd # load ide-cd before ide-scsi
You could need to change the link to the cdrom device like this:
cd /dev && rm cdrom && ln -s scd0 cdrom
reboot the sistem and it should work.
To get more information:
http://wt.xpilot.org/publications/linux/howtos/cd-writing/html/
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 05:25 AM
07-31-2003 05:25 AM
Re: cdrom
Francisco,
two questions:
1) when I apply this change, will I still be able to use the cdrom drive for normal functions, other than mondo?
2) how would I mount a blank cd-r/rw from the command line. Like, I wanted to copy my home directory to cd?
points awarded at close of discussion.
I really appreciate your help. I had no idea that you had to do something like this in Linux. Very interesting. I was clueless. I appreciate it very much.
Rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 06:29 AM
07-31-2003 06:29 AM
Re: cdrom
You're running rh8, aren't you ? I 'think' that scsi emulation is not required anymore since rh7.2 (or is it 7.1 ?).
SAd that you don't run rh9, as it has a write to cd function in nautilus, as in XP...
But you have rh8 (say win 2k !). So back to the original mount problem. You cant' mount a file system that doesn't exist (we have a guy in France called Lapalisse who was known to say many of these obvious things)...
So you must use a command to make file system as it burns, or a graphical tool that will do the same. There are several under rh8, look at :
http://www.europe.redhat.com/documentation/rhl8.0/rhl-gsg-en-8.0/s1-disks-cdrw.php3
where you'll get all commands and graphical tools.
My advice is to test graphcal tools, as they were not very powerrfull at rh8 time...
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 07:59 AM
07-31-2003 07:59 AM
Re: cdrom
1) Yes, you can use it as a normal CD, and mount cd's in the normal way.
2) Like Jerome says, you can't mount a drive without a file system in it. To burn cds you must use software to toast cd's.
There are a lot of software to burn cds, basicaly all front-ends use cdrecord or mkisofs as backend. You must install cdrecord or mkisofs and a nice front-end of your choice. I suggest you gcombust but there are alot of them.
http://www.abo.fi/~jmunsin/gcombust/
Check too:
http://www.yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html
HTH
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 12:49 PM
07-31-2003 12:49 PM
Re: cdrom
1. You use the drive as always only that
after the change ide-scsi module emulate
the cdrom that it's like a scsi.
2. You can't mount blank CD and also you
don't need to do so.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 10:33 PM
07-31-2003 10:33 PM
Re: cdrom
A lot of thanks for your points, you make me graduate.
I'm going on hollidays today, and thanks to you i'll go with a new hat.
Thanks again.
Frank.