使用 Kubuntu 17.04。我无法从内部硬盘添加或删除文件。HDD 通过 Dolphin 安装并显示我是所有者并且我有权读取/写入它。
但是如果我使用重新安装它
sudo mount -o remount,rw '/media/salu/B66697C066978033'
Run Code Online (Sandbox Code Playgroud)
然后我就可以写入硬盘了。
我的问题是为什么我通过 Dolphin 安装时无法写入?我如何让 Dolphin 自行正确安装它
这是一些额外的信息,可以帮助你们解决我的问题。
输出fdisk -l:
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe782d87a
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7
HPFS/NTFS/exFAT
/dev/sda2 206848 212721663 212514816 101.3G 7 HPFS/NTFS/exFAT
/dev/sda3 212721664 1881840590 …Run Code Online (Sandbox Code Playgroud)