View difference between Paste ID: japGhvZE and XnR7Ku2N
SHOW: | | - or go back to the newest paste.
1
Welcome to crosh, the Chrome OS developer shell.
2
chronos@localhost / $ lsblk
3
lsblk: dm-0: failed to get device path
4
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
5
sda             8:0    0 14.9G  0 disk 
6
├─sda1          8:1    0 10.8G  0 part /mnt/stateful_partition
7
├─sda2          8:2    0   16M  0 part 
8
├─sda3          8:3    0    2G  0 part 
9
├─sda4          8:4    0   16M  0 part 
10
├─sda5          8:5    0    2G  0 part /
11
├─sda6          8:6    0  512B  0 part 
12
├─sda7          8:7    0  512B  0 part 
13
├─sda8          8:8    0   16M  0 part 
14
├─sda9          8:9    0  512B  0 part 
15
├─sda10         8:10   0  512B  0 part 
16
├─sda11         8:11   0    8M  0 part 
17
└─sda12         8:12   0   16M  0 part 
18
sdb             8:16   1 28.9G  0 disk 
19
└─sdb1          8:17   1 28.9G  0 part 
20
loop0           7:0    0  3.1G  0 loop 
21
└─encstateful 254:1    0  3.1G  0 dm   /mnt/stateful_partition/encrypted
22
zram0         253:0    0  5.6G  0 disk [SWAP]
23
chronos@localhost / $
24
25
26
27
28
Welcome to crosh, the Chrome OS developer shell.
29
30
If you got here by mistake, don't panic!  Just close this tab and carry on.
31
32
Type 'help' for a list of commands.
33
34
crosh> shell
35
chronos@localhost / $ sudo fdisk -l /dev/sdb
36
37
Disk /dev/sdb: 28.9 GiB, 31009800192 bytes, 60566016 sectors
38
Units: sectors of 1 * 512 = 512 bytes
39
Sector size (logical/physical): 512 bytes / 512 bytes
40
I/O size (minimum/optimal): 512 bytes / 512 bytes
41
Disklabel type: dos
42
Disk identifier: 0xf12f7589
43
44
Device     Boot Start      End  Sectors  Size Id Type
45
/dev/sdb1        2048 60566015 60563968 28.9G 83 Linux
46
47
chronos@localhost / $