Changes between Version 55 and Version 56 of FreeBSD11_Guide
- Timestamp:
- Apr 10, 2018, 7:36:07 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD11_Guide
v55 v56 202 202 203 203 == D. Check the cf card and apply last minute changes == 204 205 === D.1. Check cf card ===206 207 While the cf card is still in your flash card reader you can check whether the image has been written correctly. Check whether you can mount the partitions, e.g.208 209 build# mount /dev/da0s1a /mnt210 build# ls /mnt211 build# umount /mnt212 213 and the configuration partition:214 215 build# mount /dev/da0s3 /mnt216 build# ls /mnt217 218 219 If you cannot mount the partitions, take a fresh cf card and start again with writing the image.220 221 204 === D.2 Adjust captive portal === 222 205
