reub2000 Premium Member join:2001-12-28 Evanston, IL |
reub2000
Premium Member
2004-Jun-4 1:18 am
Packet writing to CD-RWDoes Linux support any packet writing to CD-RW? How would I do this? |
|
Happyrat6Google Is Your Best Friend Premium Member join:2002-07-01 Disneyland 2 edits |
I've never used it myself but K3B offers options to format and erase UDF disks. I'd assume it's as simple as formatting the disk in K3B and allowing the kernel to handle the writes. You might as well give it a try.  [EDIT] My bad. I just took a look. K3B has the option to erase a CDRW but no UDF formatter. My mistake. [EDIT] You might want to start looking here. » sourceforge.net/projects ··· nux-udf/ |
|
jdongEat A Beaver, Save A Tree. Premium Member join:2002-07-09 Rochester, MI |
to reub2000
» packet-cd.sourceforge.net/How's your Linux/Programming skills? It seems like you'll have to patch your kernel. To add insult to injury, it's an old patch for 2.4.x, so it's probably gonna reject hunks and you'll have to go in with a text editor and manually merge. Just give up packet writing; go with ISO multisession. Packet writing was always a nightmare for me. |
|
davidsmindThe Eye's Mind Premium Member join:2001-07-04 Canada |
It's not an updated because it was already accepted into kernel proper.
File systems ---> CD-ROM/DVD Filesystems ---> UDF file system support
bling-bling. |
|
reub2000 Premium Member join:2001-12-28 Evanston, IL |
reub2000
Premium Member
2004-Jun-4 5:32 pm
So I need udf support in the kernel, then format a disc as udf, then just "mount -o rw /dev/cdrom"? |
|
| reub2000 |
reub2000
Premium Member
2004-Jun-4 7:29 pm
I burned a UDF cd in nero. I try to mount it as read-write, buit it's now working. gentoo root # mount -o rw -t udf /dev/cdroms/cdrom1 /mnt/cdrom1/ mount: block device /dev/cdroms/cdrom1 is write-protected, mounting read-only
|
|
jdongEat A Beaver, Save A Tree. Premium Member join:2002-07-09 Rochester, MI |
to davidsmind
said by davidsmind: It's not an updated because it was already accepted into kernel proper.
File systems ---> CD-ROM/DVD Filesystems ---> UDF file system support
bling-bling.
no, that's not packet writing. That's support for UDF. UDF != packet writing -- you need the /dev/packetcd# block devices, which are from the packetcd patch I linked. |
|
reub2000 Premium Member join:2001-12-28 Evanston, IL |
reub2000
Premium Member
2004-Jun-5 4:06 pm
So I'm going to have to wait for someone to port packet writing to linux 2.6? |
|
jdongEat A Beaver, Save A Tree. Premium Member join:2002-07-09 Rochester, MI |
to reub2000
Yes. It seems like the DVD+RW guys are going to port DVD packet writing when DVD+RW's MRW format is finalized -- maybe they'll add support for Cd packet writing while they're at it.
Meanwhile, use K3b or some other nice CD mastering GUI and ISO multisession , it feels almost as nice as packet writing. |
|