Results 1 to 6 of 6
Hi.
im using the following command to map (1) a network drive (2) a folder on a shared pc
mount -t smbfs -o username=myname //server/share$ /mnt/Brennand$
mount -t smbfs -o ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-12-2006 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Glinsk, Galway, Irish Republic
- Posts
- 20
Samba share issue
Hi.
im using the following command to map (1) a network drive (2) a folder on a shared pc
mount -t smbfs -o username=myname //server/share$ /mnt/Brennand$
mount -t smbfs -o username=myname //computer/share /mnt/DDS
this works fine, but i cannot add or delete items from these shares, i get an error msg that "access is denied"
Has any one any idea on how i can change this so i have full control of these share??
Any Help appreaciated...
Damien
- 05-16-2006 #2Just Joined!
- Join Date
- May 2006
- Posts
- 2
??? What are your folder permissions? Start from the basic stuff up and let us know what the deal is.
- 05-16-2006 #3Did you try the cifs protocol instead?
Originally Posted by Waymo
Something like
That did for me. I had the same issues as yours with smbfsCode:mount -t cifs -o username=myname //server/share$ /mnt/Brennand$
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-16-2006 #4Just Joined!
- Join Date
- Jul 2005
- Location
- Glinsk, Galway, Irish Republic
- Posts
- 20
Thanks!!
Thanks antidrugue,
this worked perfectly, you dont know how long i have been looking for this info
what does the ci in ci file sytem stand for ? i havnt seen it before, i thought it was just samba that mounted shares in linux......thanks again!
Damien
- 05-16-2006 #5
No problemo. It's a good idea to cifs anyway, as the smbfs is now officially unmaintained in the Linux kernel:
http://www.redhat.com/archives/rhl-b.../msg00649.html
You can get all the info with:
CIFS stands for Common Internet File System:Code:man mount.cifs
http://en.wikipedia.org/wiki/Cifs
The cifs still depends on the smbfs package to work. (Which of course you have installed, otherwise it wouldn't work.)"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-16-2006 #6Just Joined!
- Join Date
- Jul 2005
- Location
- Glinsk, Galway, Irish Republic
- Posts
- 20
thanks
thats perfect. seems to be a lot quicker to map then samba too.
Damien


Reply With Quote
