Port-amiga archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: More Trouble installing 1.4.1...
On Wed, Feb 23, 2000 at 06:27:34AM -0500, fheitka%attglobal.net@localhost 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
Home |
Main Index |
Thread Index |
Old Index