当前位置:   article > 正文

Ubuntu18挂载磁盘及修改fstab文件后无法进入系统_ubuntu修改fstab后无法进入

ubuntu修改fstab后无法进入

ubuntu 18.04 进入恢复(安全)模式修改文件内容:https://blog.csdn.net/qq_42314865/article/details/126860704
Ubuntu修改/etc/fstab 文件后系统无法启动:https://blog.csdn.net/Lay_ZRS/article/details/84671725
Ubuntu修改挂载配置文件/etc/fstab无权限:https://blog.csdn.net/qq_33406883/article/details/111902365

# Ubuntu修改挂载配置文件/etc/fstab后导致无法进入图形界面系统,尝试在文本界面将对/etc/fstab文件的修改恢复成原来的样子,但是vim却一直提示无法保存,使用sudo或者root用户也无效,出现read-only file system。

# 解决方法:
mount -o remount rw /        # 可能需要加管理员权限,即:sudo  mount -o remount rw /
vim /etc/fstab(修改fstab文件或者还原)
mount -a
reboot
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7


ubuntu 18.04 进入恢复(安全)模式修改文件内容:https://blog.csdn.net/qq_42314865/article/details/126860704
Ubuntu修改/etc/fstab 文件后系统无法启动:https://blog.csdn.net/Lay_ZRS/article/details/84671725
pip安装方法:

pip install pycocotools==2.0.0
  • 1

or

pip install pycocotools-windows
  • 1

但是,我经常会安装不成功,报以下错误:大概就是我缺一些依赖(windows OS下)

ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects
  • 1

使用以下命令安装:

pip install pycocotools-windows -i https://pypi.tuna.tsinghua.edu.cn/simple
  • 1

字母和数字键 数字小键盘的键 功能键 其它键
键 键码 键 键码 键 键码 键 键码
A 65 0 96 F1 112 Backspace 8
B 66 1 97 F2 113 Tab 9
C 67 2 98 F3 114 Clear 12
D 68 3 99 F4 115 Enter 13
E 69 4 100 F5 116 Shift 16
F 70 5 101 F6 117 Control 17
G 71 6 102 F7 118 Alt 18
H 72 7 103 F8 119 Caps Lock 20
I 73 8 104 F9 120 Esc 27
J 74 9 105 F10 121 Spacebar 32
K 75 * 106 F11 122 Page Up 33
L 76 + 107 F12 123 Page Down 34
M 77 Enter 108 End 35
N 78 - 109 Home 36
O 79 . 110 Left Arrow 37
P 80 / 111 Up Arrow 38
Q 81 Right Arrow 39
R 82 Down Arrow 40
S 83 Insert 45
T 84 Delete 46
U 85 Help 47
V 86 Num Lock 144
W 87
X 88
Y 89
Z 90
0 48
1 49
2 50
3 51
4 52
5 53
6 54
7 55
8 56
9 57

但是安装其他包时依赖还是无法解决

error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com

解决方案:
可以直接安装Microsoft C++ Build Tools,而不需要安装Visual Studio。

我们也可以去官网下载对应的文件(需要拥有一个微软的账号)

链接 Home - Visual Studio Subscriptions Portal,登录账号,点击进入下载页面
Ubuntu修改挂载配置文件/etc/fstab后导致无法进入图形界面系统,尝试在文本界面将对/etc/fstab文件的修改恢复成原来的样子,但是vim却一直提示无法保存,使用sudo或者root用户也无效,出现read-only file system。

解决方法:

mount -o remount rw / # 可能需要加管理员权限,即:sudo mount -o remount rw /
vim /etc/fstab(修改fstab文件或者还原)
mount -a
reboot

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/565373
推荐阅读
相关标签
  

闽ICP备14008679号