Results 1 to 3 of 3

Thread: Seagate 2 TB Expansion Drive

  1. #1
    Join Date
    May 2009
    Beans
    19

    Seagate 2 TB Expansion Drive

    I bought a Seagate Expansion Drive, 2 TB. One of its features is that after a certain amount of time, it goes into some kind of energy save mode, where it's essentially unreadable, but still detectable. The problem is that I can't get it back online. I also can't unmount it then mount it, because after unmounting it, I can't see it anywhere. The only way I can use it again is if I unplug its power suply, and reconnect it.

    I'm assuming that I wouldn't have problems with it if I were using Windows, since it's apparently made for Windows.

    Does anybody know any way, through terminal or other means, to get the thing back online from energy save mode without having to unplug it?

    Thank you very much.

  2. #2
    Join Date
    Aug 2009
    Location
    United States
    Beans
    4,523
    Distro
    Ubuntu Development Release

    Re: Seagate 2 TB Expansion Drive

    Quote Originally Posted by kurtisnathan View Post
    I bought a Seagate Expansion Drive, 2 TB. One of its features is that after a certain amount of time, it goes into some kind of energy save mode, where it's essentially unreadable, but still detectable. The problem is that I can't get it back online. I also can't unmount it then mount it, because after unmounting it, I can't see it anywhere. The only way I can use it again is if I unplug its power suply, and reconnect it.

    I'm assuming that I wouldn't have problems with it if I were using Windows, since it's apparently made for Windows.

    Does anybody know any way, through terminal or other means, to get the thing back online from energy save mode without having to unplug it?

    Thank you very much.
    What if you label it in gparted say to "seagate"
    Then when you want to mount it.
    To Make a Directory a one time thing for your OS.
    sudo mkdir /media/seagate

    To mount drive: Use your own sdb1 (what ever it is in your machine) fdisk -l (small L)
    will tell you.
    sudo mount /dev/sdb1 /media/seagate

    To unmount:
    sudo umount /media/seagate (that is not a typo it is umount)
    Remember hence where you come and pass it down.
    Ubuntu Forums member #899097 and Ubuntu Member:


  3. #3
    Join Date
    May 2009
    Beans
    19

    Re: Seagate 2 TB Expansion Drive

    Thanks a bunch! Worked.

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
  •