Last active
July 28, 2022 09:23
-
-
Save xiaoysh8/597b8e4d9c3d0e210f1eecbd4eef4425 to your computer and use it in GitHub Desktop.
ubuntu remount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
打开控制台,输入mount会出现一堆东西,找到想要改的硬盘得到路径,比如我的是/dev/sdb1 | |
再输入 | |
sudo mount -o rw,remount /dev/sdb1 | |
输入密码解决root问题。 | |
最后输入mount看一下硬盘括号后的读写情况是否变为rw。 | |
如果变为rw就完事了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment