Results 1 to 2 of 2
Hi, I've got a raw UFS2 partition image and I would like to write on it. On the web I've found that UFS2 write support in linux is dangerous/experimental, but ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-01-2013 #1Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
UFS write support enabled in kernel, but UFS partition mouted as read
Hi, I've got a raw UFS2 partition image and I would like to write on it. On the web I've found that UFS2 write support in linux is dangerous/experimental, but I wanted to try anyway, so I recompiled my kernel from source and enabled UFS write support but the partition is still mounted as read-only. Why?
To mount I use this command:
Then I getCode:sudo mount -t ufs -o ufstype=ufs2,rw ./image.img /mnt
I think this mean that UFS write support was enabled correctly (because when it wasn't enabled mount gave me an error). However the partition is mounted as read only..Code:mount: warning: /mnt seems to be mounted read-only.
Thanks in advance.
- 02-02-2013 #2Just Joined!
- Join Date
- Feb 2013
- Posts
- 2
bump, can it dipend from the image? Should I use an HDD?


Reply With Quote
