Re: Writing to disks?

Sean Neakums <[email protected]> Tue, 04 Nov 2003 08:22:18 +0000
Newsgroups gmane.linux.bbc.general
Message-ID <[email protected]>
Chris Johansen <[email protected]> writes:

> 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.
>
> Using
>
>       mount -o remount,rw /dev/discs/disc0/part5"
>
> seems to work, but is it safe?

Perfectly safe.  mount should have been able to find the device given
the mount point, though.