Subject: Re: More Trouble installing 1.4.1...
To: None <fheitka@attglobal.net>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 02/23/2000 21:23:52
On Wed, Feb 23, 2000 at 06:27:34AM -0500, fheitka@attglobal.net wrote:
> The hardest part is remembering the correct syntax for
> the mount command. On Linux you would use:
> "mount -t ext2 /dev/sda1 / -o remount" or something
> close. On BSD the command is different. Perhaps someone
> on the list could show you.
mount -u /
* -u is update, that is, update the mount with new parameters
* the parameters used are looked up in /etc/fstab. Effectively, the former
-o ro flag is removed.
For ADOSFS, you need -o ro, or the "ro" isntead of "rw" flag in fstab, as
the current code is read-only.
[Before anybody asks: this is because nobody yet has written and contributed
the write part.]
Regards,
-is