Index: en_US.ISO8859-1/articles/solid-state/article.xml =================================================================== --- en_US.ISO8859-1/articles/solid-state/article.xml (revision 44952) +++ en_US.ISO8859-1/articles/solid-state/article.xml (working copy) @@ -281,7 +281,7 @@ option. After entering the fixit environment, enter the following command: - &prompt.root; disklabel -e /dev/ad0c + &prompt.root; disklabel -e /dev/ad0s1 At this point you will have entered the vi editor under the auspices of the disklabel command. Next, you need to @@ -297,8 +297,8 @@ a: line, making sure that fstype is 4.2BSD. Save the file and exit. - &prompt.root; disklabel -B -r /dev/ad0c -&prompt.root; newfs /dev/ad0a + &prompt.root; disklabel -B -w /dev/ad0s1 +&prompt.root; newfs /dev/ad0s1a @@ -306,7 +306,7 @@ Mount the newly prepared flash media: - &prompt.root; mount /dev/ad0a /flash + &prompt.root; mount /dev/ad0s1a /flash Bring this machine up on the network so we may transfer our tar file and explode it onto our flash media filesystem.