[opensuse] Mounting iomega_px4-300d NAS
I have an iomega_px4-300d system as part of my home network. I would like to be able to mount it on opensuse 13.2. In the past (fedora14) I had do configure a rather ugly line for /etc/fstab which follows: dfnas:/mnt/pools/A/A0/Documents/ /mnt/nas nfs rw,nosuid,relatime, vers=3,rsize=2048,wsize=2048,namlen=255,soft,proto=tcp,timeo=10, retrans=10,sec=sys,mountaddr=192.168.7.90,mountvers=3,mountport=609, mountproto=udp,local_lock=none,addr=192.168.7.90 0 0 Pardon the wrap arounds, but I do not think fstab allows for continuation lines, hence this is all one line in my /etc/fstab. This line mounted the NAS /mnt/pools/A/A0/Documents directory on that system. When I mount the NAS under fedora it works, under openSuse the mount command hangs. I do not know how to debug network problems. I have the following entries from dmesg: [281093.136399] FS-Cache: Loaded [281093.138735] RPC: Registered named UNIX socket transport module. [281093.138737] RPC: Registered udp transport module. [281093.138737] RPC: Registered tcp transport module. [281093.138738] RPC: Registered tcp NFSv4.1 backchannel transport module. [281093.141275] FS-Cache: Netfs 'nfs' registered for caching [281093.142162] Key type dns_resolver registered [281093.143874] NFS: Registering the id_resolver key type [281093.143879] Key type id_resolver registered [281093.143880] Key type id_legacy registered Under pstree I see: sudo---mount---mount.nfs Also, where does one start the rpc-statd.service? If I mount an nfs share under root the service starts. After that, once it is started, I can mount nfs shares as user. I do not know how to tell systemd to start this. Does anybody have experience with this NAS device, or other suggestions on how to proceed. I admit to not having memory of how the entry shown in fstab was generated, probably via some google link. Thanks Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
I may have solved this one myself. I tried a simple entry in fstab that appears to work:-) dfnas:/mnt/pools/A/A0/Documents/ /mnt/nas nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0 I still would like to know how to start the rpc-statd.service. Thanks again, Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Sat, 28 Mar 2015 11:37:31 -0700 don fisher <hdf3@comcast.net> пишет:
I may have solved this one myself. I tried a simple entry in fstab that appears to work:-)
dfnas:/mnt/pools/A/A0/Documents/ /mnt/nas nfs rw,user,dev,exec,noauto,soft,timeo=10,retrans=10,bg,intr,retry=5,rsize=8192,wsize=8192 0 0
I still would like to know how to start the rpc-statd.service.
It should be started by mount.nfs (i.e. when you do "mount -t nfs"). -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 03/28/2015 12:27 PM, Andrei Borzenkov wrote:
I still would like to know how to start the rpc-statd.service.
It should be started by mount.nfs (i.e. when you do "mount -t nfs").
Why should one have to be root to do this? I have my fstab set to allow users to mount certain external devices. I received an error message that says I did not have permissions when I first tried. Don -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
В Sat, 28 Mar 2015 12:56:18 -0700 don fisher <hdf3@comcast.net> пишет:
On 03/28/2015 12:27 PM, Andrei Borzenkov wrote:
I still would like to know how to start the rpc-statd.service.
It should be started by mount.nfs (i.e. when you do "mount -t nfs").
Why should one have to be root to do this?
Because that is how Unix implements it. It had always been so, I am surprised you even ask.
I have my fstab set to allow users to mount certain external devices. I received an error message that says I did not have permissions when I first tried.
Don
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
don fisher