forked from huataihuang/cloud-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7411c2c
commit d616bfe
Showing
7 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dd if=/dev/mmcblk0 of=/dev/nvme0n1 bs=4MB status=progress |
17 changes: 17 additions & 0 deletions
17
source/raspberry_pi/storage/pi_5_nvme_boot/clone_pi_before
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Disk /dev/nvme0n1: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors | ||
Disk model: KIOXIA-EXCERIA G2 SSD | ||
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 /dev/mmcblk0: 59.48 GiB, 63864569856 bytes, 124735488 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 | ||
Disklabel type: dos | ||
Disk identifier: 0x57a11afa | ||
|
||
Device Boot Start End Sectors Size Id Type | ||
/dev/mmcblk0p1 8192 1056767 1048576 512M c W95 FAT32 (LBA) | ||
/dev/mmcblk0p2 1056768 124735487 123678720 59G 83 Linux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | ||
mmcblk0 179:0 0 59.5G 0 disk | ||
├─mmcblk0p1 179:1 0 512M 0 part /boot/firmware | ||
└─mmcblk0p2 179:2 0 59G 0 part / | ||
nvme0n1 259:0 0 1.8T 0 disk | ||
├─nvme0n1p1 259:1 0 512M 0 part | ||
└─nvme0n1p2 259:2 0 59G 0 part |