Site Tools


linux:general:mount

This is an old revision of the document!


Mount networkshares

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.

linux/general/mount.1434375431.txt.gz · Last modified: 2017/03/01 12:50 (external edit)