Linux Lite Forums

Full Version: [SOLVED-UPDATE] New Install - Issue Persists - Accessing NAS Share - "Read Only"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Nice work Dave, will prove valuable information to others.
Hi Valtam,

I think it was some form of timing issue, network was "not actually ready" when mount was being initiated, not sure?
I also found another anomaly along the way with my Laptop/WiFi hardware, will post something in Hardware on that.

Dave
Cheers Dave Smile
Hi Just an update....

Having now gone completely LL2 on all 3 PC's, I encountered the similar "read only access" issues..
But this time it was connecting to shares From Linux Lite To Linux Lite.
Again Browsing via FM(Thunar) shows the folders/files but they are R/O
((I do have the same username/password on all 3 PC's))

The solution in my previous posts also works for this scenario, I have 2 standard shares on each LL2 machine.

Just a note re: the use of ip addresses is not ideal....
but for whatever reason I'm unable to use "share names", it gives an error "unable to resolve"..??
Some Googling led me to adding
Code:
name resolve order = bcast host lmhosts wins
in to the samba.conf file, this did not help, maybe it's for mixed Linux/Windows set-up's..??
I will keep looking....

Also,
being that this in the rc.local I need to look at how to do this without errors if one of the other PC's is Off
Unless any ones got a better solution/fix.??

Dave
(08-09-2014, 03:07 AM)Valtam link Wrote: [ -> ]Nice work Dave, will prove valuable information to others.
+1

Thank you for the information (and persistence).
(10-27-2014, 03:51 PM)AL13N link Wrote: [ -> ][quote author=Valtam link=topic=589.msg3908#msg3908 date=1407553639]
Nice work Dave, will prove valuable information to others.
+1

Thank you for the information (and persistence).
[/quote]

No problem... It's all about sharing & learning.
Hopefully a final update,,

After some more research(Google)
I can now connect to Shares by Machine Name, rather than I.P addresses.

Here's the summary:
First:
Code:
sudo apt-get install libnss-winbind winbind
Then:
Code:
gksu leafpad /etc/nsswitch.conf
Then change the line:
Code:
hosts:          files mdns4_minimal [NOTFOUND=return] dns
To this, added "wins", apparently must be before dns:
Code:
hosts:          files mdns4_minimal [NOTFOUND=return] wins dns
Then re-boot

I have also left my edited "smb.conf" with the addition of
Code:
name resolve order = host wins bcast lmhosts
In the "global" section, just in case both are required.

Dave


[Image: GeHkPd2.png]
Pages: 1 2