Description of problem:
Currently, fuse mounts do not support remounting with the '-o remount' option
Version-Release number of selected component (if applicable):
All
How reproducible:
1:1
Steps to Reproduce:
1. Create fuse mount in /etc/fstab
2. Mount the volume
3. Attempt to remount with the '-o remount' option
Actual results:
mount -o remount /mnt/temp
Invalid option remount
Expected results:
Remount should complete successfully
Additional info:
Fuse does not support remounting by design. This could probably changed with significant amount of work on kernel and/or low level userspace. See this thread on the topic:
https://sourceforge.net/p/fuse/mailman/message/9996801/
Comment 14Red Hat Bugzilla
2023-09-14 03:54:40 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days