Mounting Samba Shares
From OESF
(Difference between revisions)
m |
|||
Line 15: |
Line 15: | ||
Or use the smbmounter GUI interface (remember to give it root access) | Or use the smbmounter GUI interface (remember to give it root access) | ||
| + | |||
| + | [[Category:Network Applications]] | ||
Current revision
Mounting Samba shares
Install the following packages:
* libncurses - [libncurses_5.0_arm.ipk] * smbmount - [smbmount_0.1_arm.ipk] * smbmounter - [smbmounter_0.1-2_arm.ipk]
To mount a drive type:
- smbmount //hostname/share /mnt/smb -o username=user
To unmount type
- umount /mnt/smb
Or use the smbmounter GUI interface (remember to give it root access)

