reformat tables
This commit is contained in:
@@ -24,11 +24,11 @@ Note the asterisk marking the boot partition.
|
||||
|
||||
# IDs
|
||||
|
||||
| ID | Meaning |
|
||||
|----|:--------|
|
||||
|83 |Linux |
|
||||
| 5 |Extended |
|
||||
| 82 |Swap |
|
||||
| ID | Meaning |
|
||||
|:----------:|:-----------|
|
||||
| 83 | Linux |
|
||||
| 5 | Extended |
|
||||
| 82 | Swap |
|
||||
|
||||
fdisk will not help with a GPT formatted drive. For this, use gdisk, which is mostly the same.
|
||||
|
||||
@@ -52,15 +52,15 @@ mkreiserfs /dev/sdc2
|
||||
|
||||
# File System Types
|
||||
|
||||
| Type | Advantages | Disadvantages |
|
||||
|------|:-----------|:--------------|
|
||||
|ext2 | |No journaling means that the file offers no crash recovery.
|
||||
|ext3 | Journaling |
|
||||
|ext4 | Journaling and handles files of up to 16TB.|
|
||||
|reiserfs| Journalin and stable.|
|
||||
|btrfs |Reliable and stable|
|
||||
|XFS |Journaling, great for large files.|
|
||||
|VFAT |Comptable with Windows, like FAT32|
|
||||
| Type | Advantages | Disadvantages |
|
||||
|----------------|:----------------------------------------------|:-------------------------------------------------------------|
|
||||
| ext2 | | No journaling means that the file offers no crash recovery. |
|
||||
| ext3 | Journaling | |
|
||||
| ext4 | Journaling and handles files of up to 16TB. | |
|
||||
| reiserfs | Journalin and stable. | |
|
||||
| btrfs | Reliable and stable | |
|
||||
| XFS | Journaling, great for large files. | |
|
||||
| VFAT | Comptable with Windows, like FAT32 | |
|
||||
|
||||
# Parted
|
||||
|
||||
|
||||
@@ -13,23 +13,23 @@ Input a command with C-b
|
||||
|
||||
In addition to Windows, there are panes.
|
||||
|
||||
|Commands | Key |
|
||||
| ---- | ---- |
|
||||
| New Window | c |
|
||||
| Previous Window | p |
|
||||
| next window | n |
|
||||
| list windows | w |
|
||||
| vertical split | % |
|
||||
| horizontal split | " |
|
||||
| name a command | : |
|
||||
| kill pane | x |
|
||||
| kill session | d |
|
||||
|Commands | Key |
|
||||
|------------------|------|
|
||||
| New Window | c |
|
||||
| Previous Window | p |
|
||||
| next window | n |
|
||||
| list windows | w |
|
||||
| vertical split | % |
|
||||
| horizontal split | " |
|
||||
| name a command | : |
|
||||
| kill pane | x |
|
||||
| kill session | d |
|
||||
|
||||
|
||||
|Name Commands|
|
||||
| --------|
|
||||
| split-window |
|
||||
| rename-window |
|
||||
### Name Commands
|
||||
|
||||
- split-window
|
||||
- rename-window
|
||||
|
||||
# Sessions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user