I want to create a mountable image with the newfs file system which can be mounted with newfs file system. How can I do that?
I have tried to create an image with the command
dd if=localfiles.tar.gz of=/root/upload/test.img
but I could not creat a newfs file system. How can I do that?
Something along the lines: