mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
19 lines
669 B
Plaintext
19 lines
669 B
Plaintext
# netmount.conf
|
|
#
|
|
# This configuration file allows you to setup network mounts via
|
|
# CIFS (Samba) while the system is booting
|
|
#
|
|
# This is an sample file, please rename or copy this file to
|
|
# netmount.conf in the samba share "Configfiles" (or /storage/.config/)
|
|
#
|
|
# Usage:
|
|
# service | share on server | local mountpoint | mount options
|
|
#
|
|
# - Please use an "|" as delimiter
|
|
# - Don't use spaces in usernames, passwords and options
|
|
# - Local mountpoints should only be on /storage
|
|
#
|
|
# Examples:
|
|
# cifs | //192.168.1.44/videos | /storage/mount/videos | username=user,password=secret
|
|
# cifs | //192.168.1.44/tv shows | /storage/mount/tvshows | username=user,password=secret
|