-
Notifications
You must be signed in to change notification settings - Fork 48
fstab.user
Calin Crisan edited this page Aug 6, 2017
·
3 revisions
The file lives at /data/etc/fstab.user
. It's not present by default and should be created by the user if additional filesystems not specific to the OS should be mounted automatically at startup.
Normally, there's no need to add a fstab.user
entry for external drives that are connected to the system. The udev
daemon will take care to automatically mount common partitions found on these drives.
The standard fstab
file format is expected, e.g.:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/sdc1 /data/mydisk ext4 defaults 0 0
- bluetooth.conf
- captive-portal.conf
- cpufreq.conf
- date.conf
- dnsmasq.conf
- docker-compose.yml
- dtoverlays
- dyndns-update.sh
- environment
- firewall.sh
- fstab.user
- hostapd.conf
- ifalias.conf
- localtime
- modprobe.conf
- modules
- mongodb.conf
- netwatch.conf
- ntp.conf
- os.conf
- proftpd.conf
- redis.conf
- smb.conf
- ssh/config
- ssh/sshd_config
- ssl/domain
- ssl/email
- static_ip.conf
- sysctl.conf
- toemmc.conf
- version
- watchdog.conf
- wpa_supplicant.conf