I got it!
Needed to install smbfs first
sudo apt-get install smbfs
Then I edited etc/fstab
sudo nano fstab
and added this line 
//10.1.100.3/music/ /media/music cifs
username=myusername,password=mypassword 0 0
Than I ran
sudo mount -a

Not sure if this is the best way or if this will stay mounted but its
working!


-- 
trans_lux
------------------------------------------------------------------------
trans_lux's Profile: http://forums.slimdevices.com/member.php?userid=9921
View this thread: http://forums.slimdevices.com/showthread.php?t=81588

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to