如何更改对分区的读/写访问权限?它是在 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
怎么修?