Find the answer to your Linux question:
Results 1 to 5 of 5
Hi im using Slax Linux and I go to my storage media and only find one of the hard drives there, where can I find my other hard drives that ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    2

    Exclamation Missing Storage Media

    Hi im using Slax Linux and I go to my storage media and only find one of the hard drives there, where can I find my other hard drives that are no there?

  2. #2
    Just Joined!
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    10
    It sounds like they're not mounted. Do the other hard drives have entries in /etc/fstab? If so, run

    mount -a

    as root.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this in Terminal/Konsole:
    Code:
    fdisk -l
    df -h
    Post output here.
    You must have root privileges to execute fdisk command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Feb 2008
    Posts
    2
    root@slax:~# fdisk - l

    Usage: fdisk [-b SSZ] [-u] DISK Change partition table
    fdisk -l [-b SSZ] [-u] DISK List partition table(s)
    fdisk -s PARTITION Give partition size(s) in blocks
    fdisk -v Give fdisk version
    Here DISK is something like /dev/hdb or /dev/sda
    and PARTITION is something like /dev/hda7
    -u: give Start and End in sector (instead of cylinder) units
    -b 2048: (for certain MO disks) use 2048-byte sectors
    root@slax:~# df -h
    Filesystem Size Used Avail Use% Mounted on
    aufs 1.8G 3.7M 1.8G 1% /
    /dev/sdc1 466G 376G 90G 81% /mnt/sdc1
    root@slax:~# mount -a
    mount: devpts already mounted or /dev/pts busy
    root@slax:~#

    root@slax:~# fdisk -l

    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 121603 976769024 7 HPFS/NTFS

    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Disk /dev/sdb doesn't contain a valid partition table

    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    48 heads, 46 sectors/track, 442379 cylinders
    Units = cylinders of 2208 * 512 = 1130496 bytes

    Device Boot Start End Blocks Id System
    /dev/sdc1 * 1 442379 488384512 7 HPFS/NTFS

    I have 2 other 500gb drives that I want to copy the C drive that is showing to the other ones that aren't showing

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Slax has detected three 500GB Harddisks and one of those ( /dev/sdb ) isn't partitioned.
    Have you checked third HardDisk in other machine? Does it contain data?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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