Ubuntu
Abstract
# 安装Ubuntu后另外磁盘出现只读的解决办法
mount
blkid
sudo ntfsfix /dev/sdb1
mount -a
## 其他
### 卸载硬盘:
chen@ilaptop:/$ sud
安装Ubuntu后另外磁盘出现只读的解决办法
mount blkid sudo ntfsfix /dev/sdb1 mount -a
其他
卸载硬盘:
chen@ilaptop:/$ sudo umount /dev/sdb1
读写挂载硬盘
chen@ilaptop:/$ sudo mount -o rw /dev/sdb1
参考:https://jakting.com/archives/ubuntu-rw-windows-files.html
ppa源管理
在Ubuntu中,每个PPA源是单独存放在/etc/apt/sources.list.
Login required to read the rest of the content
登录 to comment~
Guess you like
Recommended articles