440 B
440 B
title | visible |
---|---|
Fstab | true |
[toc]
Other drives
Find uuid with sudo blkid
UUID=[UUID] [MOUNTPATH] [FILESYSTEM] defaults,noatime 0 2
Samba shares
//[IP]/[PATH]/ [MOUNTPATH] cifs uid=0,credentials=[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.