Solaris 管理主控台裝載和共用工具無法修改根 (/)、/usr 和 /var 等系統重要檔案系統的裝載選項。
解決方法: 選擇以下其中一個解決方法:
使用帶有 remount 選項的 mount 指令。
# mount -F file-system-type -o remount,additional-mount-options \ device-to-mount mount-point |
使用帶有 -remount 選項的 mount 指令所進行的裝載屬性修改不是永久性的。另外,未在先前指令的 additional-mount-options 部份指定的所有裝載選項,都會繼承由系統所指定的預設值。請參閱線上援助頁mount_ufs(1M),以取得更多資訊。
編輯 /etc/vfstab 檔案中適當的項目來修改檔案系統裝載屬性,然後重新啟動系統。