search for: nt2b2hm9

Displaying 2 results from an estimated 2 matches for "nt2b2hm9".

2014 Jan 29
2
Status of R/W UFS
...y dmesg | tail or so guestmount: '/dev/sda4' could not be mounted. Did you mean one of these? /dev/sda4 (ufs) I have the output from '-- guestmount --rw -a ${disk_path}/${disk_name} --trace --verbose -m /dev/sda4 /tmp/freebsd-master' here: http://pastebin.com/NT2b2HM9 This appears to be a similar problem to this one, in which I gathered that r/w to ufs is not possible: https://www.redhat.com/archives/libguestfs/2012-June/msg00077.html I get the feeling that this is something I'd need to roll my own kernel for, or perhaps just the module? If anyone could...
2014 Jan 29
0
Re: Status of R/W UFS
...pecified exactly, since the root of the problem is that UFS does not self-identify and exists in many variants. However ... > I have the output from '-- guestmount --rw -a > ${disk_path}/${disk_name} --trace --verbose -m /dev/sda4 > /tmp/freebsd-master' here: http://pastebin.com/NT2b2HM9 ... the error seems to be: [ 1.979202] ufs was compiled with read-only support, can't be mounted as read-write Basically you need to recompile your kernel with read-write UFS support (or persuade whoever compiles your kernel to do the same). > This appears to be a similar problem to t...