On 01/19/2017 08:16 AM, George from the tribe wrote:
On 01/18/2017 04:53 PM, Per Jessen wrote:
//yourserver/yourdir /where/to/mount cifs user=user,password=passwd 0 0
Ok, great, I will try that. Thanks!
So, here is what happens. I am able to connect in dolphin, with the path entered in the file navigation line at the top of dolphin. At first there was a problem with my network access, but that is fixed now. However, I still need to mount this network drive in fstab, and it isn't working. I tried cifs and nfs, and I am never able to mount the drive. I tried 6 different formats for the line in fstab to mount the network drive, using either cifs or nfs, and here they are (with my password x'd out): 1 - //faith%5Cgeorge.olson@vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings/ /mounters/faithnetmnt/ cifs _netdev,rw,user=george.olson,password=xxxxxx 0 0 2 - //faith%5Cgeorge.olson@vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings/ /mounters/faithnetmnt/ nfs _netdev,rw,user=george.olson,password=xxxxxx 0 0 3 - smb://faith%5Cgeorge.olson@vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings/ /mounters/faithnetmnt/ cifs _netdev,rw,user=george.olson,password=xxxxxx 0 0 4 - smb://faith%5Cgeorge.olson@vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings/ /mounters/faithnetmnt/ nfs _netdev,rw,user=george.olson,password=xxxxxx 0 0 5 - vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings /mounters/faithnetmnt cifs auto 0 0 6 - vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings /mounters/faithnetmnt nfs auto 0 0 So, running # mount -a -v on each one, here are the results: 1 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted mount error: could not resolve address for faith%5Cgeorge.olson@vstorage1:: Unknown error 2 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted mount.nfs: timeout set for Fri Jan 20 11:49:27 2017 mount.nfs: Failed to resolve server //faith%5Cgeorge.olson@vstorage1: Name or service not known 3 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted Mounting cifs URL not implemented yet. Attempt to mount smb://faith%5Cgeorge.olson@vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings/ 4 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted mount.nfs: timeout set for Fri Jan 20 11:51:28 2017 mount.nfs: Failed to resolve server smb: Name or service not known 5 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted mount.cifs: bad UNC (vstorage1:/Faculty-Staff%20Data/fsCampusDevFacilities$/Drawings) 6 - # mount -a -v swap : ignored / : ignored /home : already mounted /windows/C : already mounted mount.nfs: timeout set for Fri Jan 20 11:52:53 2017 mount.nfs: trying text-based options 'vers=4,addr=10.1.3.35,clientaddr=10.1.33.10' mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=10.1.3.35' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Unable to receive mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused mount.nfs: trying text-based options 'vers=4,addr=10.1.3.35,clientaddr=10.1.33.10' mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=10.1.3.35' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Unable to receive mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused mount.nfs: trying text-based options 'vers=4,addr=10.1.3.35,clientaddr=10.1.33.10' mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=10.1.3.35' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Unable to receive mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused ^C ----------- So you see that none of those formats seem to be getting it right, either with nfs or cifs. Any suggestions? I would really like to be able to mount this drive. I can access it right now without mounting it only using dolphin's file manager, but I need to access it as a mounted drive, and apart from dolphin. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org