Unix and Linux Discussions Tagged with root |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
19,512 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
29,343 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,757 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
18,583 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
31,061 |
Solaris |
|
|
|
1 |
30,788 |
Solaris |
|
|
|
12 |
11,436 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
13,219 |
What is on Your Mind? |
|
|
|
1 |
3,778 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
15,327 |
Red Hat |
|
|
|
5 |
2,996 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,684 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
8,068 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
8,601 |
Ubuntu |
|
|
|
6 |
4,791 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,249 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,437 |
SCO |
|
|
|
3 |
3,381 |
Shell Programming and Scripting |
|
|
|
5 |
3,666 |
Shell Programming and Scripting |
|
|
|
7 |
13,809 |
Debian |
|
|
|
8 |
25,379 |
Shell Programming and Scripting |
|
|
|
4 |
12,453 |
Solaris |
|
|
|
5 |
4,894 |
AIX |
|
|
|
1 |
5,646 |
Ubuntu |
|
|
|
8 |
10,109 |
Cybersecurity |
|
|
|
3 |
9,400 |
Shell Programming and Scripting |
|
|
|
7 |
5,083 |
Programming |
|
|
|
5 |
8,168 |
HP-UX |
|
|
|
2 |
6,261 |
AIX |
|
|
|
6 |
25,213 |
Shell Programming and Scripting |
|
|
|
1 |
3,606 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,957 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,660 |
Solaris |
|
|
|
3 |
4,091 |
Shell Programming and Scripting |
|
|
|
0 |
4,220 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
11,047 |
Solaris |
|
|
|
1 |
4,597 |
Solaris |
|
|
|
1 |
8,342 |
Solaris |
|
|
|
3 |
5,267 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,230 |
UNIX for Advanced & Expert Users |
SYSTEMD-VOLATILE-ROOT.SERVICE(8) systemd-volatile-root.service SYSTEMD-VOLATILE-ROOT.SERVICE(8)
NAME
systemd-volatile-root.service, systemd-volatile-root - Make the root file system volatile
SYNOPSIS
systemd-volatile-root.service
/lib/systemd/systemd-volatile-root
DESCRIPTION
systemd-volatile-root.service is a service that replaces the root directory with a volatile memory file system ("tmpfs"), mounting the
original (non-volatile) /usr inside it read-only. This way, vendor data from /usr is available as usual, but all configuration data in
/etc, all state data in /var and all other resources stored directly under the root directory are reset on boot and lost at shutdown,
enabling fully stateless systems.
This service is only enabled if full volatile mode is selected, for example by specifying "systemd.volatile=yes" on the kernel command
line. This service runs only in the initial RAM disk ("initrd"), before the system transitions to the host's root directory. Note that this
service is not used if "systemd.volatile=state" is used, as in that mode the root directory is non-volatile.
SEE ALSO
systemd(1), systemd-fstab-generator(8), kernel-command-line(7)
systemd 237 SYSTEMD-VOLATILE-ROOT.SERVICE(8)