systemd-remount-fs.service(8) [opendarwin 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)
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)
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)
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)