Difference between revisions of "CIFS"
From Hack Sphere Labs Wiki
(Created page with "==Mounting== ===Command Line=== mkdir /mnt/somename sudo mount -t cifs //name.or.addy.of.server/sharename -o username=elitehacker,password=supersecretpassword /mnt/location/") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | ==Mounting | + | =cache= |
− | + | I really recommend | |
+ | cache=none | ||
+ | As one of your options | ||
+ | |||
+ | =Mounting= | ||
+ | ==Command Line== | ||
mkdir /mnt/somename | mkdir /mnt/somename | ||
− | sudo mount -t cifs //name.or.addy.of.server/sharename -o username=elitehacker,password=supersecretpassword /mnt/location/ | + | sudo mount -t cifs //name.or.addy.of.server/sharename -o username=elitehacker,password=supersecretpassword,uid=linuxuser,gid=linuxgroup /mnt/location/ |
Latest revision as of 22:03, 29 August 2015
cache
I really recommend
cache=none
As one of your options
Mounting
Command Line
mkdir /mnt/somename sudo mount -t cifs //name.or.addy.of.server/sharename -o username=elitehacker,password=supersecretpassword,uid=linuxuser,gid=linuxgroup /mnt/location/