← Back to team overview

kernel-packages team mailing list archive

[Bug 117713] Re: WD external drives need to be spun down, "sdparm --command=stop" doesn't work any more

 

Peter, please do not apport-collect to another person's report, as you
are not the original reporter.

Linux Mint has a different procedure and location for tracking bug
reports. If you want to file a report against Mint, please do so via
their bug tracker located at
https://bugs.launchpad.net/linuxmint/+filebug .

If you would like to file a bug in Ubuntu (not Mint), and so your problem and hardware may be tracked, please file a new report with Ubuntu by executing the following in a terminal while booted into the default Ubuntu kernel (not a mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
https://wiki.ubuntu.com/Kernel/Policies/DuplicateBugs
Ubuntu Community: https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

As well, please do not announce in this report you created a new bug
report.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Attachment removed: "BootDmesg.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285423/+files/BootDmesg.txt

** Attachment removed: "AlsaInfo.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285422/+files/AlsaInfo.txt

** Attachment removed: "CRDA.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285424/+files/CRDA.txt

** Attachment removed: "CurrentDmesg.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285425/+files/CurrentDmesg.txt

** Attachment removed: "IwConfig.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285426/+files/IwConfig.txt

** Attachment removed: "Lspci.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285427/+files/Lspci.txt

** Attachment removed: "Lsusb.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285428/+files/Lsusb.txt

** Attachment removed: "ProcCpuinfo.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285429/+files/ProcCpuinfo.txt

** Attachment removed: "ProcEnviron.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285430/+files/ProcEnviron.txt

** Attachment removed: "ProcInterrupts.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285431/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285432/+files/ProcModules.txt

** Attachment removed: "PulseList.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285433/+files/PulseList.txt

** Attachment removed: "UdevDb.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285434/+files/UdevDb.txt

** Attachment removed: "UdevLog.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285435/+files/UdevLog.txt

** Attachment removed: "WifiSyslog.txt"
   https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+attachment/4285436/+files/WifiSyslog.txt

** Tags removed: apport-collected qiana

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/117713

Title:
  WD external drives need to be spun down, "sdparm --command=stop"
  doesn't work any more

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Try to dismount a USB external Western digital passport harddrive , it
  will be ok but the cylinders will be still rotating , then if you
  unplug your hardrrive it'll do a strange noise like a violent hard
  drive parking. ( in Microsoft windows the eject the device safely
  option stop the heads ) at the moment the only solution to stop
  properly the hard drive is tu use sdparm , here is the script :

  #!/bin/sh
  WD=/dev/sdb1
  sudo umount $WD
  if [ $? -eq 0 ]
  then
  	echo Stopping heads
          #Stop properly the heads and cylinders
  	sdparm --command=stop $WD 
  else
  	echo Unmount Failed !
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/117713/+subscriptions