Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

LEAP 15.1 What is "/dev/sdd"?

$
0
0
I did not post this in hardware, because I think it's a software issue.

I list disk drives:
Code:

# ls -l /dev/sd?
brw-rw---- 1 root disk 8,  0 Apr  2 22:22 /dev/sda
brw-rw---- 1 root disk 8, 16 Apr  2 22:22 /dev/sdb
brw-rw---- 1 root disk 8, 32 Apr  2 22:22 /dev/sdc
brw-rw---- 1 root disk 8, 48 Apr  3 11:53 /dev/sdd

I have three hard drives on this desktop. So what is "/dev/sdd"?

The timestamp for the first three drives is when I last booted. The time stamp shown for "/dev/sdd" was the time when I used that command.

I cannot access that ghost disk:
Code:

# fdisk -l /dev/sdd
fdisk: cannot open /dev/sdd: No medium found

Maybe it is referring to the SATA port. But that should already be connected to the DVD reader:
Code:

# ls -l /dev/sr0
brw-rw----+ 1 root cdrom 11, 0 Apr  2 22:22 /dev/sr0

And it is not just this computer. If I try on my laptop, with only one hard drive:
Code:

# ls -l /dev/sd?
brw-rw---- 1 root disk 8,  0 Mar 31 14:26 /dev/sda
brw-rw---- 1 root disk 8, 16 Apr  3 12:12 /dev/sdb

Again, the timestamp for the actual drive (/dev/sda) is when that computer was last booted. And the timestamp for the ghost drive is the time of the "ls" command.

Viewing all articles
Browse latest Browse all 40713

Trending Articles