求教!第二磁盘读写需要权限
Tofloor
poster avatar
ningyike
deepin
2020-04-20 03:12
Author
现在用的15.11,电脑上有两个ext4格式磁盘,一个装了系统,另一个分成三个ext4分区,但是每次读写都只能用管理员才能读写,怎么才能改成不用管理员也能运行呢
Reply Favorite View the author
All Replies
avatar
ShineWay
deepin
2020-04-20 04:40
#1
Reply View the author
avatar
yhuos
deepin
2020-04-20 19:48
#2
你这需要更改分区的属性为可读写
Reply View the author
avatar
ghostry
deepin
2020-04-20 21:45
#3
本帖最后由 ghostry 于 2020-4-20 13:47 编辑

在磁盘下建立文件夹,然后权限设置为777.

以后写到这个文件夹里.不需要用root权限

比如:


  1. sudo mkdir data
  2. sudo chmod 777 data
Copy the Code




















Reply View the author
avatar
lhwinter
deepin
2020-04-21 06:43
#4
格式化为ntfs就可以,其实有点不正宗,但是可用
Reply View the author