为分区添加读/写权限

为分区添加读/写权限

如何更改对分区的读/写访问权限?它是在 Windows 上以 exFAT 格式制作的。

当我在系统启动时将其安装cd到时/mnt/myuuid,我获得了读取权限,但没有写入权限,除非我使用 sudo。但是,我想这样做,这样我就不需要 sudo 了。

我跑了:

sudo chown -v root:root /mnt/uuid

sudo su但它说:

chown: changing ownership of '/mnt/uuid': Operation not permitted
failed to change ownership of '/mnt/uuid' from root:root to user:user

怎么修?

相关内容