5

Possible Duplicate:
Which hard disk drive is which?

How can I get more information about devices?

For example how do I determine what /dev/sda1 is?

Adam
  • 177

1 Answers1

7

To get information about the file system on the device use

udisks --show-info /dev/sda1

Use just sda instead of sda1 to get information about the disk.