Results 1 to 4 of 4

Thread: Hard drive map in linux

  1. #1

    Default Hard drive map in linux

    Hey, in all my life I have never had to really do anything like this, and I figureed it would be easy, but no such luck.

    I am working in linux and trying to get a schematic of how the hard drives and/or RAID is configured on a mystery server that I do not have access to.

    I am completely unsure as to how to do this. I checked the FSTAB and ran a df, and nothing.

    Any help will earn you a kiss.

    thanks.

  2. #2
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Why do you need to know on a server you don't have access to?

    "cat /etc/fstab" will show you where partitions are meant to be mounted.
    "cat /etc/mtab" or "mount" will show what's currently mounted where.
    If you're root, you can also try "fdisk -l {device}" to see the partition layouts on different disks if that's what you want.

    You might be able to get some information of any software RAID going on by looking at those, and almost certainly other places which I don't know of since I don't use software RAID, but I doubt you'll be able to find much if it's hardware RAID
    Problems playing downloaded videos? Try CCCP


  3. #3

    Default

    Yup, its a hardware SCSI based RAID, and the server is in a server room, but I am simply trying to check its spects with out ripping it off the rack and so on. I am the victum of poor documentation.

    I already did everything you mentioned, as I mentioned in my first post (though I forgot to mention mount table. Anywho, if that is all there is to be done, I guess that is all we can do

    btw, the distro is Red hat- I dunno if that chenges any available tools.

  4. #4
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    You'd be better off visiting the server in the server room then
    Problems playing downloaded videos? Try CCCP


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •