Site Tools


linux:general:mount

This is an old revision of the document!


Mount networkshares

Temp. mount

mount -t cifs //192.168.178.xxx/PATH/ /media/nasdir/

Make sure you can access it and that you can see files. If you already have files at “//192.168.178.xxx/PATH/” you can use

ls -al /media/nasdir/
Also create a file with
touch /media/nasdir/test
and check if it has been created.

Perm. mount

Insert in “/etc/fstab”

//<SRV>/<SHARE> /<MNTPOINT> cifs credentials=</root/.smbcreds>,iocharset=utf8,sec=ntlm 0 0

Insert in </root/.smbcreds>

username=<username>
password=<password>


linux/general/mount.1495655579.txt.gz · Last modified: 2017/05/24 21:52 (external edit)