How to temporarily mount a samba share in linux
sudo smbmount //192.168.2.28/projects /mnt/projects -o user=USERNAME
via How to mount a samba shared folder Ubuntu x Ubuntu – Ask Ubuntu.
Feeding Your Inner Developer
sudo smbmount //192.168.2.28/projects /mnt/projects -o user=USERNAME
via How to mount a samba shared folder Ubuntu x Ubuntu – Ask Ubuntu.
# Debian/Ubuntu apt-get install smbfs smbclient # Fedora/Redhat yum install smbfs samba-client #If not found try smbclient mkdir /mnt/dirname //fileserver/sharename /mnt/dirname smbfs username=root,password=mypass 0 0
NOTES:
How to find shares on a remote linux PC
smbclient -L jumbo -Uusername -I ip-address
How to manually mount fstab
mount -a
Recent Comments