(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
e7ba17df2e
commit
e6214b82cb
18
pages/02.linux/fstab/default.en.md
Normal file
18
pages/02.linux/fstab/default.en.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Fstab
|
||||||
|
---
|
||||||
|
|
||||||
|
## Other drives
|
||||||
|
Find uuid with `sudo blkid`
|
||||||
|
`UUID=(uuid) (mountpath) (filesystem) defaults,noatime 0 2`
|
||||||
|
|
||||||
|
## Samba shares
|
||||||
|
`//(ip)/(path)/ (mountpath) cifs uid=0,credentials=(path to credentials file),iocharset=utf8,noperm,nofail 0 0`
|
||||||
|
|
||||||
|
Example credentials file:
|
||||||
|
```
|
||||||
|
user=(user)
|
||||||
|
password=(password)
|
||||||
|
domain=WORKGROUP
|
||||||
|
```
|
||||||
|
Make sure to set permissions to the credential files to something like 700.
|
Loading…
Reference in New Issue
Block a user