SYSTEMD-REMOUNT-FS.SERVICE(8) systemd-remount-fs.service SYSTEMD-REMOUNT-FS.SERVICE(8)NAME
systemd-remount-fs.service, systemd-remount-fs - Remount root and kernel file systems
SYNOPSIS
systemd-remount-fs.service
/lib/systemd/systemd-remount-fs
DESCRIPTION
systemd-remount-fs.service is an early boot service that applies mount options listed in fstab(5) to the root file system, the /usr file
system, and the kernel API file systems. This is required so that the mount options of these file systems -- which are pre-mounted by the
kernel, the initial RAM disk, container environments or system manager code -- are updated to those listed in /etc/fstab. This service
ignores normal file systems and only changes the root file system (i.e. /), /usr and the virtual kernel API file systems such as /proc,
/sys or /dev. This service executes no operation if /etc/fstab does not exist or lists no entries for the mentioned file systems.
For a longer discussion of kernel API file systems see API File Systems[1].
SEE ALSO systemd(1), fstab(5), mount(8)NOTES
1. API File Systems
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
systemd 237SYSTEMD-REMOUNT-FS.SERVICE(8)
Check Out this Related Man Page
SYSTEMD-REMOUNT-FS.SERVICE(8) systemd-remount-fs.service SYSTEMD-REMOUNT-FS.SERVICE(8)NAME
systemd-remount-fs.service, systemd-remount-fs - Remount root and kernel file systems
SYNOPSIS
systemd-remount-fs.service
/lib/systemd/systemd-remount-fs
DESCRIPTION
systemd-remount-fs.service is an early boot service that applies mount options listed in fstab(5) to the root file system, the /usr file
system, and the kernel API file systems. This is required so that the mount options of these file systems -- which are pre-mounted by the
kernel, the initial RAM disk, container environments or system manager code -- are updated to those listed in /etc/fstab. This service
ignores normal file systems and only changes the root file system (i.e. /), /usr and the virtual kernel API file systems such as /proc,
/sys or /dev. This service executes no operation if /etc/fstab does not exist or lists no entries for the mentioned file systems.
For a longer discussion of kernel API file systems see API File Systems[1].
SEE ALSO systemd(1), fstab(5), mount(8)NOTES
1. API File Systems
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
systemd 237SYSTEMD-REMOUNT-FS.SERVICE(8)
Hi all,
I am doing the following to mount
mount -o remount rw /
mount -o remount rw /abc
and each time i reboot i have to do this. Cant i put this in /etc/fstab.
If so how can i put . I dont understand this files. It says something like as
/dev/hda1 / ext3 ... (2 Replies)
For this command: mount -F UFS -o rw,remount /usr
mount -F UFS -o ro,remount /usr -- doesn't work for me (read only mode).
Frankly speaking, I've only been able to remount for read/write (rw). I've always had to reboot the system for read only (ro) to take effect.
Thanks. (2 Replies)
We are using AIX 5.2 using jfs2 almost all excpt one mount.
Is it possible for a non root user id to mount one file system without journaling turned on, perform some activities and then remount (un-mount and mount) the same file system again.
Please advise if this is possible
Thanks (2 Replies)
HI All,
I am trying to remount a file system using teh remount option as belwo;
gws210i122: mount -o remount /tmp
mount: Operation not supported
But i am getting the error as mentioned.
Please suggest.
Regards,
Sag. (3 Replies)
I see this when tried to create a dir using root
fstab entries are pretty normal
tried to remount with rw but it is still the same
block device /dev/sda2 is write-protected
---------- Post updated at 04:57 PM ---------- Previous update was at 03:51 PM ----------
fstab entry ... (4 Replies)
I know how to mount my share via /etc/fstab automatically when the system boots but since I do not have root permission to access the /etc/fstab nor do I think that the system admin wants me to add an entry in /etc/fstab all together. So what file could I add my mount entry in?
mount -t cifs... (8 Replies)
on RHEL 5.3 i did
mount -o remount,rw /dev/hda8 ( this is /tmp directory )
now OS not coming up.
How to resolve ??
---------- Post updated at 04:57 PM ---------- Previous update was at 03:36 PM ----------
one of my friend told me that you have changed sticky bit permissions on /tmp... (6 Replies)
Hi
I need to have a piece of code that check if all file systems are mounted or not.
I have to pieces of information like the output of the bdfcommand, and the file /etc/fstab.
The first is:
bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 266656... (3 Replies)