|
Every recognized device has an associated file in linux. Since you are talking about mounting, I assume you need to know the device file for some block device you are trying to mount. All partitions, whether mounted or not, that your system recognizes can be listed by running the following in a console:
$ su
<enter root password>
# fdisk -l
|