Configuration
沒有安裝的 FreeBSD 磁碟元件。這是如何運作的?
我正在使用 VPS 服務。我安裝了 FreeBSD 8.1,現在正在配置。而今天,我發現了真正有線的東西。這是我的磁碟標籤編輯器螢幕
sysinstall
。FreeBSD Disklabel Editor Disk: ad0 Partition name: ad0s1 Free: 0 blocks (0MB) Part Mount Size Newfs Part Mount Size Newfs ---- ----- ---- ----- ---- ----- ---- ----- ad0s1a <none> 512MB * ad0s1b swap 987MB SWAP ad0s1d <none> 1517MB * ad0s1e <none> 512MB * ad0s1f <none> 16951MB * The following commands are valid here (upper or lower case): C = Create D = Delete M = Mount pt. W = Write N = Newfs Opts Q = Finish S = Toggle SoftUpdates Z = Custom Newfs T = Toggle Newfs U = Undo A = Auto Defaults R = Delete+Merge Use F1 or ? to get more help, arrow keys to select.
sysinstall
從執行 FreeBSD 的盒子執行。這不是安裝。我不明白現在這是如何工作的!我什至安裝了一些軟體包!%pkg_info ca_root_nss-3.12.4 The root certificate bundle from the Mozilla Project curl-7.20.1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) gettext-0.18_1 GNU gettext package gmake-3.81_4 GNU version of 'make' utility gmp-5.0.1 A free library for arbitrary precision arithmetic libiconv-1.13.1_1 A character set conversion library perl-5.10.1_1 Practical Extraction and Report Language sudo-1.7.3 Allow others to run commands as root %
我不知道我的 VPS 服務的硬體配置。這是正常的嗎?請向我解釋一下它現在是如何工作的,我應該如何處理。
Sysinstall 的磁碟標籤編輯器不讀取
/etc/fstab
,因此它無法顯示目前的掛載點。Sysinstall 相當醜陋,僅適用於初始安裝,因此最好在安裝後忘記它。如果您想知道如何在沒有 sysinstall 的情況下更改掛載點,請閱讀手冊。