Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Wd hd

  1. #11
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Wd hd

    I turned on my computer after I had reformatted the hard drive, and I won't mount. I was wondering what I could do.

  2. #12
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Wd hd

    Post the outputs of these commands from a terminal.

    Code:
    sudo fdisk -l
    cat /etc/fstab
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  3. #13
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Wd hd

    Here is what popped out.

    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x0002e839

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 18662 149902483+ 83 Linux
    /dev/sda2 18663 19457 6385837+ 5 Extended
    /dev/sda5 18663 19457 6385806 82 Linux swap / Solaris

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

    Device Boot Start End Blocks Id System
    /dev/sdb1 1 60801 488384001 83 Linux
    kevin@Wizard:~$

  4. #14
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Wd hd

    Now that you've formatted it to ext3, just mount it from a terminal with

    Code:
    sudo mkdir /media/sdb1
    sudo mount -t ext3 /dev/sdb1 /media/sdb1
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  5. #15
    Join Date
    Jan 2009
    Location
    United States
    Beans
    184
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Wd hd

    I put the code into the terminal then tried to copy a couple music files into the hard drive, and it said that i did not have permission to do that since I am not the owner? What can I do for that?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

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