Is it possible to remount a filesystem read-only, if it has open fifos?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
If a file is still open for writing on the root file system, for example, the filesystem cannot be remounted read-only for a clean shutdown.
At least this is true for regular files. But what about named pipes, aka fifos?
linux mount fifo
add a comment |Â
up vote
0
down vote
favorite
If a file is still open for writing on the root file system, for example, the filesystem cannot be remounted read-only for a clean shutdown.
At least this is true for regular files. But what about named pipes, aka fifos?
linux mount fifo
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
If a file is still open for writing on the root file system, for example, the filesystem cannot be remounted read-only for a clean shutdown.
At least this is true for regular files. But what about named pipes, aka fifos?
linux mount fifo
If a file is still open for writing on the root file system, for example, the filesystem cannot be remounted read-only for a clean shutdown.
At least this is true for regular files. But what about named pipes, aka fifos?
linux mount fifo
asked Jul 12 at 21:32
sourcejedi
18k22375
18k22375
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Yes. Opening a fifo special file for writing, does not prevent the filesystem from being remounted read-only.
# unshare -rm
# mount -ttmpfs tmp /mnt
# mknod /mnt/fifo p
# exec 3<>/mnt/fifo
# mount /mnt -oremount,ro
# exit
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Yes. Opening a fifo special file for writing, does not prevent the filesystem from being remounted read-only.
# unshare -rm
# mount -ttmpfs tmp /mnt
# mknod /mnt/fifo p
# exec 3<>/mnt/fifo
# mount /mnt -oremount,ro
# exit
add a comment |Â
up vote
0
down vote
accepted
Yes. Opening a fifo special file for writing, does not prevent the filesystem from being remounted read-only.
# unshare -rm
# mount -ttmpfs tmp /mnt
# mknod /mnt/fifo p
# exec 3<>/mnt/fifo
# mount /mnt -oremount,ro
# exit
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Yes. Opening a fifo special file for writing, does not prevent the filesystem from being remounted read-only.
# unshare -rm
# mount -ttmpfs tmp /mnt
# mknod /mnt/fifo p
# exec 3<>/mnt/fifo
# mount /mnt -oremount,ro
# exit
Yes. Opening a fifo special file for writing, does not prevent the filesystem from being remounted read-only.
# unshare -rm
# mount -ttmpfs tmp /mnt
# mknod /mnt/fifo p
# exec 3<>/mnt/fifo
# mount /mnt -oremount,ro
# exit
answered Jul 12 at 21:32
sourcejedi
18k22375
18k22375
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f454986%2fis-it-possible-to-remount-a-filesystem-read-only-if-it-has-open-fifos%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password