If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
I suspect an earlier command allowed me to d the subsequent two i.e:
sudo apt-get install smbfs
As far as I know that instaled SAMBA ... there's no specific reason SAMBA is doing this, I'm just assuming the shares are SMB because I previously used the NAS with Windows.
You'll notice the use of SUDO (root) ... yeah it works but I have no real access to the shares (read only) which I suspect is due to my mount point being restricted to root.
Is there a better way to do this so I can get full read/write?
It all depends on where you want to mount it. If the mount point is owned by root then little wonder that only root has access to it. Change drvs permissions for starters and you shouldn't need to use sudo any more...
Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ
Comment