Re: Using cd9660

2025-01-28 Thread Alexander Schreiber
On Tue, Jan 28, 2025 at 09:26:27AM +, adr wrote: > > I remember using rewritable cd/dvds back in the Pleistocene... with > linux. For cd-rw and dvd-rw a special devices were used to achieve > random access writing, but that was very crappy. DVD-RAM could do > random access writing without thes

Re: Using cd9660

2025-01-28 Thread adr
On Mon, 27 Jan 2025, Todd Gruhn wrote: Date: Mon, 27 Jan 2025 18:54:58 -0500 From: Todd Gruhn To: Mike Pumford Cc: Netbsd-Users-List Subject: Re: Using cd9660 I have CD-RW disks that I mount using mount -t cd9660 ... Is there something I cant coppy from this CD-RW to another CD-RW ?? On

Re: Using cd9660

2025-01-27 Thread Andrew Randrianasulu
вт, 28 янв. 2025 г., 00:53 Todd Gruhn : > I wrote it to a CD-RW. > > But I can't cd to /cdrom and delete stuff (or copy to). > What did I miss here... ? > iso9660 is read-only filesystem (by design, not just in netbsd) > > I used: > > mkisofs -o FOO.iso -l -J -R -allow-leading-dots FOO >

Re: Using cd9660

2025-01-27 Thread Todd Gruhn
I have CD-RW disks that I mount using mount -t cd9660 ... Is there something I cant coppy from this CD-RW to another CD-RW ?? On Mon, Jan 27, 2025 at 5:49 PM Mike Pumford wrote: > > > > On 27/01/2025 21:52, Todd Gruhn wrote: > > I wrote it to a CD-RW. > > > > But I can't cd to /cdrom and delet

Re: Using cd9660

2025-01-27 Thread Mike Pumford
On 27/01/2025 21:52, Todd Gruhn wrote: I wrote it to a CD-RW. But I can't cd to /cdrom and delete stuff (or copy to). What did I miss here... ? I used: mkisofs -o FOO.iso -l -J -R -allow-leading-dots FOO cdrecord -v -ignsize -multi -data speed=4 dev=31,0,0 FOO.iso UDF is writable