NetBSD-Users archive

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

Re: Mount DVD disk



mount -t udf -w -r /dev/cd0 /cdrom
   # FAILS

mount -t cd9660 -w -r /dev/cd0 /cdrom
    # Works -- but I cannot delete stuff

The disk says DVD+RW.

What am I missing ?

"mount -uw /cdrom"  totally fails

"mount -rw /cdrom" works -- but cant delete (again).

On Sun, Jul 28, 2024 at 7:22 PM Benny Siegert <bsiegert%gmail.com@localhost> wrote:
>
>
>
> > cd /cdrom
> > I cannot delete files -- "override r-xr-xr-x root:wheel  for base.tar.xz"
> >
> > I have notes about this in 2/2/2023. Has something changed since then??
> >
> > AHHH! I am reading/writing   to a RW DVD ...
>
> I don't think anything has changed recently with regards to DVDs.
>
> Is the file system UDF or ISO9660? Is the latter, you can only create a new file system and write it. If UDF, maybe it is just mounted read-only? Try "mount -uw /cdrom".
>
> --
> Benny


Home | Main Index | Thread Index | Old Index