27-04-2019, 00:07
(Ten post był ostatnio modyfikowany: 27-04-2019, 21:43 przez yahoob3.
Powód edycji: code!
)
0
(26-04-2019, 23:57)yahoob3 napisał(a): W sumie ten kawałek mogłem wyciąć.
Pokaż wynik komnedy: sudo fdisk -l /dev/sda
Gdybyś czyścił dysk nie było by tematu. Ale jeśli masz tam kilka partycji podstawowych i dosową tablice partycji, to nie dołożysz kolejnych partycji podstawowych. Jedną z nich np. trzeba zrobić rozszerzoną i na niej dopiero postawić partycje logiczne.
Też kiedyś nie czaiłem o co w tym chodzi
Jeśli jednak masz GPT - nie ma tematu, partycji możesz mieć 128.
WYNIK KOMENDY:
Kod:
mint@mint:~$ sudo fdisk -1 /dev/sda
fdisk: invalid option -- '1'
Try 'fdisk --help' for more information.
[hr]
WYNIK KOMENDY:
mint@mint:~$ sudo fdisk -1 /dev/sda
fdisk: invalid option -- '1'
Try 'fdisk --help' for more information.
mint@mint:~$ 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