Re: DVD-RAM?!?!?!?



Il Fri, 14 Mar 2008 00:57:03 +0100, Aragorn ha scritto:

Olindo Pindaro wrote:

I installed Ubuntu Gutsy. I correctly read my DVD_RAM but I cannot
write it in packet-writing mode (drag & drop). It is mounted read-only.


Presuming that the device for your DVD-RAM is */dev/sr0* and the
mountpoint is */mnt/dvd* - check your */etc/fstab* and/or */etc/mtab*
for the correct device if you're not sure - issue a command such as the
following...:

sudo "mount -o remount,rw /dev/sr0 /mnt/dvd

For future use, you may want to edit */etc/fstab* and replace the /ro/
by /rw/ in the record for that device.

thanks! now it works...
.