Re: Writing to disks?

"D. Joe Anderson" <[email protected]> Tue, 4 Nov 2003 19:11:16 -0600
Newsgroups gmane.linux.bbc.general
Message-ID <[email protected]>
On Tue, Nov 04, 2003 at 12:42:40AM -0500, Chris Johansen wrote:
> I want to write to a Win98 D: drive.
> 
> "help" (getting started) says to do
> 
>      mount -o remount,rw /mnt/discs/disc0/part5"
> 
> but that command reports it cannot find the device.

IIRC, the final path should be

/mnt/rw/discs/disc0/part5

If the documentation states it as you've written, then its a bug
in the documentation.

--Joe