Hi,

I'm running a 7.4 amd64 NFS server that has a sd0 spinning disk.
Its only partition is encrypted as sd3i.

# mount | grep sd3
/dev/sd3i on /wd_4_tb type ffs (NFS exported, local)

# cat /etc/exports
/wd_4_tb -alldirs -maproot=root -network=192.168.1.0 -mask=255.255.255.0

At the Slackware Linux NFS client:
# mount -v | grep wd_4_tb
192.168.1.253:/wd_4_tb/partilha_casa on /partilha_casa type nfs
(rw,nosuid,nodev,noexec,relatime,vers=3,rsize=65536,wsize=65536,
namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,
mountaddr=192.168.1.253,mountvers=3,mountport=730,mountproto=udp,
local_lock=none,addr=192.168.1.253,_netdev,user=myuser)

To reduce electricity consumption costs, at /etc/rc.local, I set:
/sbin/atactl sd0 setidle 1800
/sbin/atactl sd0 setstandby 3600


I can mount and unmount the NFS remote filesystem from the Linux client.
But after the disk gets in standby mode, I'm unable to unmount the
remote filesystem.
Even a 'ls -l /parti'  then I press TAB and the virtual terminal is
hung.

After a couple of hours, I could unmount the remote filesystem.


Is there anything that can be setup in order to be able to unmount or
ls the remote filesystem when its disk is in standby mode?

Thanks in advance,


  -- 
  Luís Mendes

Reply via email to