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

Thread: slave hard drive not wanting to be mounted please help

  1. #11
    Join Date
    Feb 2009
    Beans
    33

    Re: slave hard drive not wanting to be mounted please help

    sorry been stareing at screen for too long missed your last set of instructions have done now and looked like this :
    @ubuntuX:~$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 18G 3.4G 14G 20% /
    tmpfs 973M 0 973M 0% /lib/init/rw
    varrun 973M 300K 972M 1% /var/run
    varlock 973M 0 973M 0% /var/lock
    udev 973M 2.8M 970M 1% /dev
    tmpfs 973M 0 973M 0% /dev/shm
    /dev/sdb1 75G 67M 75G 1% /media/Data
    am rebooting now

  2. #12
    Join Date
    Feb 2009
    Beans
    33

    Re: slave hard drive not wanting to be mounted please help

    ok sorry didnt read all your instructions at first have done all and rebooted in terminal got this :
    a@ubuntuX:~$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 18G 3.4G 14G 20% /
    tmpfs 973M 0 973M 0% /lib/init/rw
    varrun 973M 300K 972M 1% /var/run
    varlock 973M 0 973M 0% /var/lock
    udev 973M 2.8M 970M 1% /dev
    tmpfs 973M 0 973M 0% /dev/shm
    /dev/sdb1 75G 67M 75G 1% /media/Data
    a@ubuntuX:~$


    so i can see it is mounted somewhere just i cant find cos i new to linux

  3. #13
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: slave hard drive not wanting to be mounted please help

    Quote Originally Posted by aiden707 View Post
    ok sorry didnt read all your instructions at first have done all and rebooted in terminal got this :
    a@ubuntuX:~$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 18G 3.4G 14G 20% /
    tmpfs 973M 0 973M 0% /lib/init/rw
    varrun 973M 300K 972M 1% /var/run
    varlock 973M 0 973M 0% /var/lock
    udev 973M 2.8M 970M 1% /dev
    tmpfs 973M 0 973M 0% /dev/shm
    /dev/sdb1 75G 67M 75G 1% /media/Data
    a@ubuntuX:~$

    so i can see it is mounted somewhere just i cant find cos i new to linux
    /dev/sdb1 is now mounted to /media/Data. If you want to access /dev/sdb1, you need to use its mount point--/media/Data.

    Code:
    ls -la /media/Data
    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).

  4. #14
    Join Date
    Feb 2009
    Beans
    33

    Talking Re: slave hard drive not wanting to be mounted please help

    ok found out where media/data is mounted took a while still getting used to linux way. thanks a lot for your help
    aiden

  5. #15
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: slave hard drive not wanting to be mounted please help

    Keep in mind that Unix/Linux is case sensitive so /media/Data is not the same as /media/data.
    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).

  6. #16
    Join Date
    Feb 2009
    Beans
    33

    Talking Re: slave hard drive not wanting to be mounted please help

    will remeber that thanks

Page 2 of 2 FirstFirst 12

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
  •