![gparted를 사용하여 USB 플래시 드라이브 파티션 나누기](https://linux55.com/image/82735/gparted%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC%20USB%20%ED%94%8C%EB%9E%98%EC%8B%9C%20%EB%93%9C%EB%9D%BC%EC%9D%B4%EB%B8%8C%20%ED%8C%8C%ED%8B%B0%EC%85%98%20%EB%82%98%EB%88%84%EA%B8%B0.png)
나는해야한다나누다내 거USB 메모리 스틱두 부분으로 나뉩니다.
특히 제 목표는 두 번째 파티션에 Windows-to-go를 설치하고 첫 번째 파티션을 Linux 배포판에 대한 멀티부팅 장치로 사용하는 것입니다.현재 파티션을 삭제하지 마십시오, 가능하다면 파일에 영향을 주지 않고 크기를 조정하고 싶습니다.
이것이 내가 지금까지 시도한 것입니다.
USB 스틱을 연결하면 파일을 열고 찾아볼 수 있으며 파일을 복사하여 붙여넣고 폴더를 만드는 등의 작업도 할 수 있으므로 문제가 없는 것 같습니다. 난 달린다고팟칼리에서리눅스장치를 선택하면 볼 수 있지만느낌표마우스 오른쪽 버튼을 클릭하고 시도하면 나타납니다.크기 조정현재 파티션나는 할 수 없다해. 느낌표를 클릭하면 다음과 같은 결과가 나옵니다.실수(가운데 회색 창의 메시지를 참조하세요. 이는 장치가 설치되지 않았음을 의미합니다.):
메시지 끝에는 패키지 두 개를 놓쳤을 수도 있다는 내용도 나와 있었습니다(Dosif 도구그리고공구 상자) 그런 다음 달려가서 가져왔지만 apt-get install
이미 설치된 것 같았습니다.
또한 터미널에서 실행 parted -l
하면 fdisk -l
다음과 같은 출력이 표시됩니다.
1) parted -l
주어진 ->
Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 968GB 968GB primary ntfs boot
2 968GB 1000GB 32,2GB extended
5 968GB 999GB 30,9GB logical ext4
6 999GB 1000GB 1356MB logical linux-swap(v1)
Model: ATA INTEL SSDSC2CW06 (scsi)
Disk /dev/sdb: 60,0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 105MB 104MB primary ntfs boot
2 106MB 60,0GB 59,9GB primary ntfs
Model: KINGSTON DataTraveler 3.0 (scsi)
Disk /dev/sdc: 15,6GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 15,6GB 15,6GB fat32
2) fdisk -l
주어진 ->
Disk /dev/sdb: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders, total 117231408 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: 0x26443af5
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 204799 101376 7 HPFS/NTFS/exFAT
/dev/sdb2 206848 117227519 58510336 7 HPFS/NTFS/exFAT
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xfe2335fe
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1890607103 945302528 7 HPFS/NTFS/exFAT
/dev/sda2 1890609150 1953523711 31457281 5 Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5 1890609152 1950873599 30132224 83 Linux
/dev/sda6 1950875648 1953523711 1324032 82 Linux swap / Solaris
Disk /dev/sdc: 15.6 GB, 15552479232 bytes
64 heads, 32 sectors/track, 14832 cylinders, total 30375936 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: 0x20ac7dda
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sdc1 ? 3224498923 3657370039 216435558+ 7 HPFS/NTFS/exFAT
/dev/sdc2 ? 3272020941 5225480974 976730017 16 Hidden FAT16
/dev/sdc3 ? 0 0 0 6f Unknown
/dev/sdc4 50200576 974536369 462167897 0 Empty
Partition table entries are not in disk order
답변1
위 출력(아래 반복)에서 USB 장치에는 파티션 테이블이 포함되어 있지 않습니다. 대신 장치는 0부터 시작하는 fat32 파일 시스템을 사용하여 완전히 포맷됩니다. 이는 장치 시작 시 파티션 테이블을 위한 공간이 남지 않음을 의미합니다.
Model: KINGSTON DataTraveler 3.0 (scsi)
Disk /dev/sdc: 15,6GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 15,6GB 15,6GB fat32
파티션 테이블 없이 장치를 사용하려면 최소한 GParted v0.22.0을 사용하세요. GParted의 최신 버전은 현재 0.25.0입니다.