mdoc is an image containing UFS. Tested via attaching to md0 and then mounting.
Now after being compressed with gzip, I attach it:
Now when I try to mount it ...
How come kernel and sys during boot, can deal with .gz compressed images (RW mode) and how do they do it?
So I could apply same method, in my manual mode?
PS: Don't mention RO compressed images .uzip, as I successfully deal with them in all cases.
Thx in advance!
Now after being compressed with gzip, I attach it:
Code:
# mdconfig -f /usr/mdoc.gz
md0
Code:
# mount /dev/md0 /tmp/testzone
mount: /dev/md0 : Invalid argument
How come kernel and sys during boot, can deal with .gz compressed images (RW mode) and how do they do it?
So I could apply same method, in my manual mode?
PS: Don't mention RO compressed images .uzip, as I successfully deal with them in all cases.
Thx in advance!
