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?
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?
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.