It should work, on a temporary basis with these commands:
mkdir /media/networkThere should be a way to do all this automatically with smbnetfs, but that software is currently fucked.
mount -t cifs "//server/share/" /media/network -o username=myusername,password=mypassword
Otherwise, this might have stood a chance:
pacman -S smbnetfsThis does stand a chance, actually. Just not with anything that should, god forbid, use some kind of username/password security. Configuration is in:
modprobe fuse
nano /etc/fuse.conf #uncomment 'user_allow_other'
/etc/rc.d/smbnetfs start
/etc/smbnetfs/.smb/smbnetfs.confWhich failing a forced manual mount would look like this:
cd /mnt/smbnet/DOMAIN:myusername:mypassword@serverBut that fails with the delightfully informative "Transport endpoint is not connected", which makes about as much intuitive sense as "Your wurfle strip has sturbified, you must re-cognificate your panzel-struder".
No comments:
Post a Comment