Todd Gruhn <tgru...@gmail.com> 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.