GUI 환경을 사용하다 보면 ext4, NTFS, FAT 등밖에 없는데 이름을 입력해야 합니다. 거기에 입력을 시도했지만 ext2
멈춘 것 같습니다. 오랫동안 기다려도 포맷하지 않았습니다. 내 운영 체제는 Gnome 3을 사용하는 Debian입니다.
답변1
두 단계가 있습니다. 먼저 파티션을 생성한 다음 그 위에 파일 시스템을 구축해야 합니다. CLI에서 루트로 다음 명령을 실행하면 USB 스틱에 ext2 파일 시스템이 포맷되고 빌드됩니다.
디스크를 삽입합니다. 실행 dmesg
하고 추가된 새 드라이브를 확인합니다.
루트 사용자로서:
fdisk /dev/sdX # the drive letter only without a number
d (delete existing partitions.)
n (create new partition)
use the default start and end blocks.
l (list the available partition types)
t (I think? I'm working from memory here)
type the number "83" to set the partition to linux.
w (writes the partition)
mkfs -t ext2 /dev/sdX1 # the drive letter and partition number of the flash disk
디스크를 꺼냈다가 다시 연결하고 평소대로 설치하십시오.
답변2
답변3
파일 시스템 유형을 수동으로 입력해야 합니다.
선택: 사용자 정의(파일 시스템 유형 입력), 다음파일 시스템유형ext2