Displaying 1 result from an estimated 1 matches for "plugpul".
Did you mean:
  plugpull
  
2006 Aug 28
1
EXT3 filesystem on scsi device becoming readonly
...1)Create a ext3 file system on HDLM device
      mkfs ?t ext3 /dev/sdn
2)Mount the device
      Mount /dev/sddlmaa  /home/<dir. name>
3)Execute cp ?f command in a loop on mounted device.
      cp -f /root/install.log  /home/<dir name>/<file name>
4)Disconnect the path. (Either by plugpull or by disabling the port)
5)When all path become offline device will become read-only.
6)Now again connect the path. Though the status of the path becomes
online, device remains as read-only.
The same scenario I tried on ext2 filesystem but it is not reprocible.
I tried this on AS3 Update6.
Ple...