외부 하드 디스크 TOSHIBA 1TB USB 3이 있는데, 권한은 항상 읽기 전용입니다.
fdisk -l (출력) :
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf2198b37
Device Boot Start End Blocks Id System
/dev/sda1 * 2046 362369023 181183489 5 Extended
/dev/sda3 362371072 976771071 307200000 7 HPFS/NTFS/exFAT
/dev/sda5 2048 976895 487424 83 Linux
/dev/sda6 978944 362369023 180695040 83 Linux
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xeba6fb57
Device Boot Start End Blocks Id System
/dev/sdb1 16065 312576704 156280320 f W95 Ext'd (LBA)
/dev/sdb5 16128 312573708 156278790+ 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 1000.2 GB, 1000204885504 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525167 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x297c35de
Device Boot Start End Blocks Id System
/dev/sdc1 63 1953520064 976760001 7 HPFS/NTFS/exFAT
이 하드 드라이브의 소유자와 권한을 어떻게 변경할 수 있습니까?
@ Alaa 여전히 동일한 권한이 변경되지 않았습니다!
—
moata_u
명령의 출력 무엇
—
Alaa Ali
mount | grep sdc
과 id
? 또한 실제 "TOSHIBA"폴더가 아니라 드라이브 내부 폴더의 권한을 확인하십시오.
/ media / TOSHIBA 유형 fuseblk의 / dev / sdc1 (rw, nosuid, nodev, allow_other, blksize = 4096, uid = 1000, gid = 46, uid = 1000, gid = 46) ..... 권한은 = drwxr- xr-x 1 루트 루트
—
moata_u
답변을 게시했습니다. 첫 번째 명령은 이전에 시도한 것이므로 생략하고 번호가 매겨진 단계부터 시작할 수 있습니다.
—
Alaa Ali
sudo mount -o remount,uid=1000,gid=46,rw /dev/sdc1
터미널에서 사용해보십시오 .