DVD-R/W In Unix?
Vilorman asks: "So has
anyone been successful at writing DVD's in Unix? At work, we're
primarily a Solaris shop and we just got an IDE CD-RW working but
it's a little small. We need to archive a four gig filesystem and
DVD sounds like the way to go. I do have a few concerns:
how well does Solaris or Linux supoort the DVD media; and what type of
drive works best under either OS (IDE, SCSI, Firewire, etc)? I've
found IDE and FireWire drives but SCSI DVR-R/W still seems to be a
little scarce. One would assume (from looking at the code) that Schilly's
CD-Record and mkisofs would get the job done with a DVD, right?"
The new iMac will do it, and it's running a BSD-derived Unix. For that matter, it makes it easy. Without all the mkisofs stuff.
Apple just seems to be getting cooler all the time, I never owned a Mac until OSX tempted me into an iBook.
Microlite supports DVD-RAM on Linux. If you want to spend a lot of money, Lineo has a pricey product.
Of course, with the new Linux kernel there is native DVD-RAM support. I can't swear to Solaris but, I'm pretty sure it's in there too. Use IDE, it's cheaper, more readily available and just as fast.
Google you schmuck!
Are you licking yourself again Howard?
I'm not familiar with solaris, but I know schilly cdrecord claims to work on DVD media (right on the front page), and linux has UDF support (the filesystem used on most DVDs, though ISO9660 is used too). However, like a CD, you can put any filesystem you want on it as long as the OS can read it.
--MonMotha
I believe that linux cdrecord has to run over scsi-ide, so make sure to use the scsi-ide module.
m l
The following are some relevant docs:
cdrecord They mention something about dvd-r, so it seems that cdrecord can record dvds. They say it works on most unices.
The frontend i use
http://www.linuxdoc.org/HOWTO/CD-Writing-HOWTO.ht
and the obligatory HOWTO.
Hope that helps
badness 10000
DVD+RW on Linux
Ah, yes, that old favorite answer. Unfortunately, it's true in this case.
Some points of note:
I would love it if someone could disprove any of the above; I have a QPS (Que!) external Firewire drive (the Pioneer DVD-A03 stuffed into a firewire enclosure) that I really wish was more reliable in Linux than it is right now. Packet writing would be lovely. As it stands now, I can write DVD-Rs okay with the free patched cdrecord, but the only DVD-RW media that's writable in Linux seems to be the one that shipped with the drive. Nothing else has worked :(
Read my stuff.
A DLT or DDS tape drive will give you on the order of 2-40 GB per tape depending on the format you use, comes in scsi version, and is well supported under solaris and linux. You can get a decent 15/30GB DLT drive on ebay for about $100. With DLT drives, the media will cost about the same as a blank DVD, you'll get more storage capacity, better support and the option to upgrade to autoloading tape drives if your backup needs grow beyond the capacity of a single tape. Plus some of the newer tape drives will let you boot from tape and begin a restore automatically.
"When you sit with a nice girl for two hours, it seems like two minutes. When you sit on a hot stove for two minutes, it
You forgot to mention that the throughput to such a tape drive is going to be several orders of magnitude faster than any DVD solution.
I have a 4.7/9.2 GB SCSI DVD-RAM that works fine as a plain old filesystem ... /dev/scd0 mounts rw on /mnt/dvdram as an ext2.
:-)
(Last time I checked, mkreiserfs refused to make a filesystem on this device. Wonder why? Haven't tried under 2.4.17 though.)
I am using 2.4.17. There have been a number of DVD patches to 2.4 so use the latest version. On an earlier kernel, for example, the reported media size was off by a factor of two.
I use it for backup and storage mostly. No idea about whether it has any utility for writing something a DVD reader can use. The cost of the media is coming down. $20-25 a pop for the 9.4 GB (double-sided) media if you look around. I'm happy with it! Beats the heck out of tape if what you want to save will fit on a 4.7 GB side.
Joseph N. Hall
DVD-RW and DVD+RW are not, actually, the same thing. They're different, incompatible standards.
We just got a RS/6000 @Series, 6 CPUs and 8G of RAM, it come by default with a DVD-RAM, which actually work under AIX with a IBM proprietary software.
You too, could get a DVD-RAM writer for 100 000$!
Would someone clearly explain what Schilly's "ProDVD" is? From looking at his site, it looks like a prototype for DVD-burning which will eventually be folded into the cdrtools package. I see no clear mention of it being payware.