You are not logged in.
Pages: 1
Hi all!
In attempt to enable UFS RW mounting I've built 3.18.0 kernel with CONFIG_UFS_FS_WRITE=y option in config (as it told in many guides). When I tried to mount UFS partition with "rw" option, it mounted silently (without any warnings about read-only mode, as it was with the arch's stock kernel). However, when I try to write to this partition, I still receive errors like "The partition is mounted read-only". Did I miss something? Do I need to set any other options in kernel's config?
P.S. It is my first kernel build, so I've used arch's stock kernel config as the basis, and CONFIG_UFS_FS_WRITE is the only change I've made in it.
Offline
You may have to explicitly pass -o rw to mount and have you set -t ufs -o ufstype=???.
Last edited by nomorewindows (2015-01-15 20:10:24)
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Did you try this?
But there's a reason UFS write support is not available by default:
Linux includes a UFS implementation for binary compatibility at the read level with other Unixes, but since there is no standard implementation for the vendor extensions to UFS ...
(emphasis mine)
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
nomorewindows, yes, i specify -t ufs and -o rw,ufstype=ufs2.
alphaniner, thanks, I tried it, and now any operation with mounted UFS partition hangs on - even ls and umount (and even forced umount).
Offline
Pages: 1