NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Making / using CD-RW with CD9660



Todd Gruhn <tgruhn2%gmail.com@localhost> wrote:

> I made and then installed:
>
> mkisofs -o FOO.iso  -l -J -R -allow-leading-dots  FOO
>
> when I mount it, it is only readable. I cannot delete or add to this CD.
>
> If I do 'df' I see that the fs is 889124 and %Cap==100.
>
> How do I get a rw filesystem that is 700MB?

A UDF formatted 700MB CDRW gives:

------------------------------------------------------------------------
~$ doas mount /cdrw
~$ df -k /cdrw
Filesystem      1K-blocks         Used        Avail %Cap Mounted on
/dev/cd0d          586944          296       586648   0% /cdrw
------------------------------------------------------------------------

See `man 8 mmcformat` for details.

-- 
I do not bite, I just want to play.



Home | Main Index | Thread Index | Old Index