Talk:Mounting Filesystems in Linux

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 11:24, 22 May 2024 by Littleguy (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

large file system flag

Mount your NAS samba share with lfs (large file system) option. General syntax is as follows:

smbmount //Hostname/Username /local/mountpoint -o username=username,password=password,lfs

cache

don't understand why the default isn't "cache=none", when this seems to cause so many problems

mount -t cifs -o user=user,password=1234,uid=1000,gid=1000,cache=none //alpine/myShare myMountPoint