如何更改新增對分區的讀取/寫入存取權限?它是在 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
怎麼修?