cannot be upgraded if the system has readonly mountpoint #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The filesystem package cannot be upgraded if the system has readonly mountpoint such as cdrom.
Steps to reproduce
mount -o ro /dev/cdrom /mntormount -t tmpfs -o ro tmpfs /mntClosing due to not a bug in upstream. https://bugzilla.redhat.com/show_bug.cgi?id=538674
/mntis not meant to be used as a direct mount point for filesystems, we need to create mount point such as/mnt/foobarand mount other filesystem there.