Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Last active July 28, 2022 09:23
Show Gist options
  • Save xiaoysh8/597b8e4d9c3d0e210f1eecbd4eef4425 to your computer and use it in GitHub Desktop.
Save xiaoysh8/597b8e4d9c3d0e210f1eecbd4eef4425 to your computer and use it in GitHub Desktop.
ubuntu remount
打开控制台,输入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