Entry
Linux: Mount: Check: Device: Block: View: How to view all devices?
Dec 31st, 2003 05:48
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 17 September 2003 - 08:04 pm ------------------
Linux: Mount: Check: Device: Block: View: How to view all devices?
---
On a command line type:
ls /dev
to see all devices
---
This will basically show a directory listing
of all entries in the folder '/dev' on your
harddisk.
---
For example:
tty = a workstation connected to the UNIX system
---
---
If you want to see only a subset of this long list,
on a console command line type:
ls /dev/hd*
to see e.g. all devices starting with hd in the name
---
Internet: see also:
---
Linux: Mount: Device: View: All: How to see all mounted devices? [mtab]
http://www.faqts.com/knowledge_base/view.phtml/aid/24391/fid/107
----------------------------------------------------------------------