UNIX disk

More
3 years 4 months ago #5812 by [email protected]
UNIX disk was created by [email protected]
Hello, I would like to emulation the unix sistem by FREEAXP with a image HD saved from a old unix pc and I must the change edit the FSTAB but I don't know how to do when start with b dka0 -flags 0 file /genvmunix and after on the pront line I get $PWD, at this point how can I use edit if Im not super user?

Please Log in or Create an account to join the conversation.

More
3 years 4 months ago #5813 by John_Manger
Replied by John_Manger on topic RE: UNIX disk
>>> boot dka0 -flags 0 -file /genvmunix
will get you to a single user prompt '# '. which gives you a root (uid 0) shell.

However, the root partition '/' is not writable at that point .... so run
# mount -u /
After that '/' should be mounted 'rw'...
You can check its mount status by
# mount (no flags) .... which will show mounted partition(s) and their flag(s).

While in Single User, you will need to edit /etc/fstab using 'ed' as /usr will not
be mounted at this point. (and you will need to edit fstab to mount /usr and
any other partitions).

John M

Please Log in or Create an account to join the conversation.

More
3 years 4 months ago #5814 by [email protected]
Replied by [email protected] on topic RE: UNIX disk
Thank you Mr. John

Please Log in or Create an account to join the conversation.

Moderators: iamcamiel
Time to create page: 0.180 seconds
Powered by Kunena Forum