Skip to content

Instantly share code, notes, and snippets.

@ss23
Created December 24, 2014 05:34
Show Gist options
  • Save ss23/3ac644175e0e74fc8052 to your computer and use it in GitHub Desktop.
Save ss23/3ac644175e0e74fc8052 to your computer and use it in GitHub Desktop.
crisp ~ # ls /dev/sd*
/dev/sda /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sde2 /dev/sdf /dev/sdg
crisp ~ # fdisk -l /dev/sde
Disk /dev/sde: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xeb056c95
Device Boot Start End Blocks Id System
/dev/sde1 * 2048 67583 32768 83 Linux
/dev/sde2 67584 976773167 488352792 83 Linux
crisp ~ # dmesg | grep sde
[ 2.906646] sd 4:0:0:0: [sde] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 2.906789] sd 4:0:0:0: [sde] 4096-byte physical blocks
[ 2.906957] sd 4:0:0:0: [sde] Write Protect is off
[ 2.907021] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 2.907075] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.908521] sde: sde1 sde2
[ 2.908751] sd 4:0:0:0: [sde] Attached SCSI disk
[ 15.265553] EXT4-fs (sde1): couldn't mount as ext3 due to feature incompatibilities
[ 15.265658] EXT4-fs (sde1): mounting ext2 file system using the ext4 subsystem
[ 15.267111] EXT4-fs (sde1): mounted filesystem without journal. Opts: (null)
[ 15.290480] UDF-fs: warning (device sde2): udf_fill_super: No partition found (2)
[ 15.355065] EXT4-fs (sde1): couldn't mount as ext3 due to feature incompatibilities
[ 15.355213] EXT4-fs (sde1): mounting ext2 file system using the ext4 subsystem
[ 15.356614] EXT4-fs (sde1): mounted filesystem without journal. Opts: (null)
[ 15.383630] UDF-fs: warning (device sde2): udf_fill_super: No partition found (2)
[ 55.722443] UDF-fs: warning (device sde2): udf_fill_super: No partition found (2)
[ 110.383259] UDF-fs: warning (device sde2): udf_fill_super: No partition found (2)
[ 110.456756] UDF-fs: warning (device sde2): udf_fill_super: No partition found (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment