Posts linux mounting network drive
Post
Cancel

linux mounting network drive

  • ubuntu r debian install cifs/smbfs
1
$ sudo apt-get install smbfs
  • mount command
1
$ sudo mkdir /mnt/public
1
$  sudo mount -t cifs //192.168.0.12/Public /mnt/public
This post is licensed under CC BY 4.0 by the author.