반응형
- 디스크 정보 보는 방법 (fdisk -l)
> USB 메모리 스틱의 정보
ubuntu@ubuntu-VirtualBox:~$ sudo fdisk -l
[sudo] password for ubuntu:
// 중간 생략
Disk /dev/sdb: 14.33 GiB, 15376318464 bytes, 30031872 sectors
Disk model: Cruzer Force
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2C107E83-AAF0-4AE8-9EED-BF89AFF9FC5C
Device Start End Sectors Size Type
/dev/sdb1 2048 30029823 30027776 14.3G Microsoft basic data
- fdisk 사용 방법
ubuntu@ubuntu-VirtualBox:~$ fdisk --help
Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l [<disk>] list partition table(s)
Display or manipulate a disk partition table.
Options:
-b, --sector-size <size> physical and logical sector size
-B, --protect-boot don't erase bootbits when creating a new label
-c, --compatibility[=<mode>] mode is 'dos' or 'nondos' (default)
-L, --color[=<when>] colorize output (auto, always or never)
colors are enabled by default
-l, --list display partitions and exit
-o, --output <list> output columns
-t, --type <type> recognize specified partition table type only
-u, --units[=<unit>] display units: 'cylinders' or 'sectors' (default)
-s, --getsz display device size in 512-byte sectors [DEPRECATED]
--bytes print SIZE in bytes rather than in human readable format
-w, --wipe <mode> wipe signatures (auto, always or never)
-W, --wipe-partitions <mode> wipe signatures from new partitions (auto, always or never)
-C, --cylinders <number> specify the number of cylinders
-H, --heads <number> specify the number of heads
-S, --sectors <number> specify the number of sectors per track
-h, --help display this help
-V, --version display version
Available output columns:
gpt: Device Start End Sectors Size Type Type-UUID Attrs Name UUID
dos: Device Start End Sectors Cylinders Size Type Id Attrs Boot End-C/H/S
Start-C/H/S
bsd: Slice Start End Sectors Cylinders Size Type Bsize Cpg Fsize
sgi: Device Start End Sectors Cylinders Size Type Id Attrs
sun: Device Start End Sectors Cylinders Size Type Id Flags
For more details see fdisk(8).
반응형
'프로그래밍 > 기타' 카테고리의 다른 글
[Linux, Qt] QProcess로 쉘 명령어, 프로그램 시작하는 방법 (0) | 2021.05.14 |
---|---|
[Linux, Ubuntu] SCP를 이용하여 원격지로 네트워크로 파일 전송, 다운로드 하기 (0) | 2021.05.10 |
[Linux, Ubuntu] USB 메모릭 스틱/장치 ID, 마운트 위치 알아내기 (0) | 2021.05.09 |
[Linux, Ubuntu] 파일 속성 보는 방법 (파일 크기, 생성 시간, 수정 시간) (0) | 2021.05.09 |
[Linux, Ubuntu] 파일 검색하는 방법, 특정 파일 찾아서 삭제하기 (find) (0) | 2021.05.09 |