Results 1 to 7 of 7

Thread: powerdown USB

  1. #1
    Join Date
    Sep 2007
    Location
    Paradise, Vancouver Isl.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    powerdown USB

    I need to find the command line option to power down a USB drive.

    I know that Nautilus can powerdown the device, but I have not been successful with udisks --detach /dev/sdb or udisks --unmount /dev/sdb1 - this eludes me - I read all the udisks documentation, but no luck!

    Any ideas?

    TIA

    John
    Last edited by jefelex; January 2nd, 2012 at 08:39 PM. Reason: spelling error on sdb1
    .

  2. #2
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: powerdown USB

    You could use sudo umount /dev/sdx
    so the USB drive would no longer be mounted (no read/write activity) but I doubt you can cut power to the device for more than a few seconds, before the daemon again snoops around looking for new devices. You can power it down for safe removal per disk utility but, that isn't what you ask for, nor, do I believe, does it keep the power off for more than long enough to pull the USB plug/drive out.

    Good luck!

  3. #3
    Join Date
    Dec 2011
    Beans
    132

    Re: powerdown USB

    I've had success with umount, but I'm using Thunar, not Nautilus, so they may behave differently in terms of remounting removed partitions.

  4. #4
    Join Date
    Sep 2007
    Location
    Paradise, Vancouver Isl.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    Re: powerdown USB

    powerdown and umount work great with nautilus - no problem there, powerdowns the USB fine, as well as unmount and leave the power on in case I want to remount it.

    I have a script file that at the end calls for the USB drive to be unmounted. Currently I use

    udisks --unmount /dev/sdb1

    which works great to finish writing data to the USB and unmounting it ready for removal, which is what I then do.

    But I'd really like the option to totally powerdown the USB - there is no difference to what I have now, except that the power to the USB port has been switched off. That is supposed to happen with

    udisks --detach /dev/sdb1

    According to man udisks --detach is supposed to powerdown the USB port. I know linux can do it - nautilus can - I'd like to know what command or set of commands that it uses to do that.

    I have searched everywhere for the exact syntax -

    /udisks --detach devicefile --detach-options options

    but nowhere are there listed any options

    ???
    .

  5. #5
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: powerdown USB

    "Eject" and umount will remove power to the device for a few moments, but not completely turn power off to the port. It cannot totally powerdown the USB port because the port would no longer be able to detect/power up the next inserted device.

  6. #6
    Join Date
    Sep 2007
    Location
    Paradise, Vancouver Isl.
    Beans
    Hidden!
    Distro
    Ubuntu Mate 18.04 Bionic Beaver

    Re: powerdown USB

    Solved - you have to call the unmount before you call detach - then it works as advertized!!

    Yay

    John
    .

  7. #7
    Join Date
    Oct 2009
    Beans
    Hidden!

    Re: powerdown USB

    I disbelieve power to the port is cut completely for more than a few seconds. Nonetheless, why not post the syntax?
    Last edited by spacecheck; January 3rd, 2012 at 12:48 AM.

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
  •