Petter Adsen wrote:
> Renaud (Ron) OLGIATI wrote:
> > # dd bs=4M if=debian-live-7.6.0-amd64-rescue.iso of=/dev/sdi && sync
> > dd: opening `/dev/sdi': Read-only file system
> > 
> > Is there a way to force it to mount read-write ?
> 
> Try
> 
> mount -o remount,rw /dev/sdi

That would actually be bad.  Because the poster is trying to write to
the raw device.  You don't want it actively mounted when writing to it
like that.  Therefore any suggestion to mount it works against not
having it mounted.  :-(

Bob

Attachment: signature.asc
Description: Digital signature

Reply via email to