Fstab (File Systems Table) is a configuration file found in most Linux distributions. It controls how disks and other memory stores integrate with the system.
1
vote
0answers
53 views
Auto-start X application from read-only file system
In order to protect the SD card in an application which may suffer a sudden loss of power I am attempting to mount the root in read-only mode.
In the working (read-write) system our full-screen ...
2
votes
1answer
53 views
How is root directory mounted on Arch?
I installed Arch Linux ARM for Raspberry Pi and it doesn't have an entry for the root directory in /etc/fstab but it's still mounted on boot somehow. How is it mounted and how can mount options be ...
2
votes
0answers
222 views
Hardrives not automounting using fstab when using “reboot command”
Hey I've been trying to auto mount 2 of external hard drives at startup.
But only one of the hardrives partition mounts fine on start up but the other one does not. They mount successfully when I use ...
3
votes
1answer
1k views
fstab not mounting partitions automatically [closed]
When I create new partitions on the flash drive I'm finding that they are not being mounted at boot. Here is my fstab:
devpts /dev/pts devpts defaults 0 0
shm ...