Results 1 to 5 of 5
  1. #1

    is my disk mounted or not?

    i have 2 disks.. first is a 500GB SATA and second is a 73SCSI..
    i'm not sure if second disk is mounted or not.. can anybody tell me is is mounted, and if is not mounted how can i mounte-it?
    Code:
    > 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          13      104391   83  Linux
    /dev/sda2              14         267     2040255   82  Linux swap / Solaris
    /dev/sda3             268       60801   486239355   83  Linux
    
    Disk /dev/sdb: 73.4 GB, 73407865856 bytes
    255 heads, 63 sectors/track, 8924 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    > df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda3             450G  2.1G  424G   1% /
    /dev/sda1              99M   12M   83M  12% /boot
    tmpfs                1002M     0 1002M   0% /dev/s

  2. #2
    Join Date
    Jun 2003
    Location
    UK
    Posts
    6,616
    It doesn't look mounted from the output there (or have a valid partition table)
    Russ Foster - Industry Curmudgeon
    Freelance Sysadmin for Hire - email vaserv@gmail.com

  3. #3
    Join Date
    Feb 2008
    Location
    USA!
    Posts
    256
    Nope, sorry!
    Cheap hosting, not cheap service:
    http://www.aqns-hosting.com

  4. #4
    Join Date
    Jan 2008
    Location
    Canada
    Posts
    445
    Any sign of it with a " dmesg | less " command?
    DILIGENThost.com, Canadian hosting based on high-availability w/ 24/7 bilingual (French) support & 100% uptime -> Toll free phone support
    cPanel/WHM 11 + Fantastico, PHP4&5, Private nameservers, Unlimited domains & features, Self Serve DNS...Shared / Reseller / VPS / Dedicated | Webmasters-Inside.com - Come join our new webmaster forum!

  5. #5
    Join Date
    Apr 2004
    Location
    Singapore
    Posts
    1,522
    You need to create partitions for sdb (your second disk) before you can mount it for usage
    tanfwc

Posting Permissions

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