I've followed the instructions here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/access-shares-via-samba-fuse-t634.html"
linktext was:"antix.freeforu ms.org/access-shar ... -t634.html"
====================================
" onclick="window.open(this.href);return false
tried using both fusesmb and smbnetfs.
When i try to run either of these (ie"sudo fusesmb /media/Iomega_HDD" style) I get a message saying use the nonempty option, and when i run it with the nonempty option it gives me this:
I've set up the ~/.icewm/startup file to contain the code"fusesmb -o nonempty /media/Iomega_HDD" ... maybe it's preventing me from doing it at the command line? or maybe it fails with the same error at startup?fuse: bad mount point `/media/Iomega_HDD': Permission denied
This laptop was able to mount my share easily when i ran ubuntu, and can still mount it when i boot my desktop into windows, but since i've switched to antiX it's giving me the following error:
Then it tells me error 6: no such file or directory and to check the man page for mount.cifs, which was no help; and it WAS telling me permission denied.CIFS VFS: cifs_mount failed w/return code = -6
So I ran"smbpasswd -a indubitableness" and picked a password, at which point it stopped telling me permission denied.
This is the command I'm using:
sudo mount -t smbfs -o user=indubitableness,password=passwd //192.168.0.xx/media/Iomega_HDD /media/iomega
of course that's not the password i'm using, but the rest of it's pretty much exact. Like i said this command works fine with windows running and it used to work perfectly in ubuntu. My smb.conf share folder section looks like this:
I figured this is a problem with samba, and I was trying to avoid posting here for a while, but I can't find anything that's helped me even get a clue as to what might be going on.[MyFiles]
path = /media/Iomega_HDD
browseable = yes
read only = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = indubitableness
force group = indubitableness