Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Disk Availability  (Read 3868 times)

0 Members and 1 Guest are viewing this topic.

xxxxx

  • Guest
Disk Availability
« on: November 28, 2007, 07:52:50 PM »
What command shows what disks are available to a Unix host?

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: Disk Availability
« Reply #1 on: November 28, 2007, 11:58:00 PM »
all hardware is located in /dev
type "ls /dev" in the command line and you'll see everything.
If you want to mount a drive, use the mount command.

gegefrench

  • Guest
Re: Disk Availability
« Reply #2 on: December 09, 2007, 02:53:23 AM »
if you want to see what is already mount, try this : df