Re: UFS

2001-05-11 Thread Peter Billson
> I would imagine > > mount -w -t ufs -o ufstype=sun,rw /dev/sda1 /mnt/scsi > > The mount man page says by default UFS is mounted Read-only. According to the mount man page -w is the same as -o rw. Ended up that - and don't ask me why this works it just did - I mou

Re: UFS

2001-05-11 Thread Peter Billson
> I would imagine > > mount -w -t ufs -o ufstype=sun,rw /dev/sda1 /mnt/scsi > > The mount man page says by default UFS is mounted Read-only. According to the mount man page -w is the same as -o rw. Ended up that - and don't ask me why this works it just did - I mou

Re: UFS

2001-05-10 Thread Simon Allard
> mount -w -t ufs -o ufstype=sun /dev/sda1 /mnt/scsi I would imagine mount -w -t ufs -o ufstype=sun,rw /dev/sda1 /mnt/scsi The mount man page says by default UFS is mounted Read-only. Simon Allard (Senior Tool Monkey) IHUG Ph (09) 358-5067 Email: [EMAIL PROTECTED] The real fighting

Re: UFS

2001-05-10 Thread Simon Allard
> mount -w -t ufs -o ufstype=sun /dev/sda1 /mnt/scsi I would imagine mount -w -t ufs -o ufstype=sun,rw /dev/sda1 /mnt/scsi The mount man page says by default UFS is mounted Read-only. Simon Allard (Senior Tool Monkey) IHUG Ph (09) 358-5067 Email: [EMAIL PROTECTED] The real fighting

UFS

2001-05-08 Thread Peter Billson
Hello all, Can anyone tell me how (or even if it is possible) to mount a Sun UFS drive (SunOS 5.5.1) under Linux (2.2.19) as read-write? I have tried mount -w -t ufs -o ufstype=sun /dev/sda1 /mnt/scsi but it mounts read only. The drive is in the localhost and I am booting off a Linux floppy

UFS

2001-05-08 Thread Peter Billson
Hello all, Can anyone tell me how (or even if it is possible) to mount a Sun UFS drive (SunOS 5.5.1) under Linux (2.2.19) as read-write? I have tried mount -w -t ufs -o ufstype=sun /dev/sda1 /mnt/scsi but it mounts read only. The drive is in the localhost and I am booting off a Linux floppy