解決:ubuntu下windows分割槽掛載不上、nvidia顯示卡驅動重灌時kernel錯誤
阿新 • • 發佈:2019-02-20
遇到2個問題,把解決過程記錄一下:
1、ubuntu下windows分割槽掛載不上
問題:
進了一次windows系統之後,掛載ntfs分割槽出現錯誤:
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
解決:(參考)
核對ntfs分割槽的裝置id:
sudo fdisk -l
修復該分割槽(例如該分割槽為/dev/sda4):
sudo ntfsfix /dev/sda4
再次掛載正常。
2、nvidia顯示卡驅動重灌時kernel錯誤
問題:
某次重啟後又出現迴圈登陸問題,按慣例重灌顯示卡驅動就可解決(1080Ti顯示卡,之前為了和caffe相容裝的375.66驅動檔案),但這次遇到如下錯誤安裝失敗:
ERROR: an error occurred while performing the step: building kernel modules
解決:(參考)
下載了更新版本的驅動安裝成功,下載連結。(可能是這段時間有人確認了伺服器的ubuntu系統自動更新T.T)