Root-Partition im Single User Mode beschreibbar machen
Startet man ein FreeBSD-System im Single User Mode, so ist die root-Partition nur lesend ins System eingebunden. Möchte man die root-Parition nun beschreibbar ins System einbinden, so können dazu die -u und die -w Optionen von mount verwendet werden:
# mount /dev/ad0s1a on / (ufs, local, read-only) devfs on /dev (devfs, local, multilabel) # echo test > /test cannot create /test: Read.only file system # mount -uw / # mount /dev/ad0s1a on / (ufs, local) devfs on /dev (devfs, local, multilabel) # echo test > /test # cat /test test
Mehr Informationen findet man in der Manpage mount(8).
Comments
add a comment
The Trackback URL to this post is:
http://www.chruetertee.ch/blog/plugin=trackback(1525).xml
Trackbacks are moderated.
This blog is gravatar enabled.
Your email adress will never be published.
Comment spam will be deleted!
