There is a problem, I noticed, which came along with the update to KUBUNTU 13.10:
Before 13.10, a USB drive, which was selected to remove safely in Dolphin, was removed from the device tree and was spinning down (stopping).
Now with KUBUNTU 13.10, the drive does neither disappear from the device tree in Dolphin, nor does it spin down.
Since many people make their backups on USB drives and want to remove them savely, this is quite annoying, you always have to shutdown the system first to remove the drive.
After many unsuccessfull attemps with hdparm, I finally found a workaround:
sudo sdparm --readonly --command=stop /dev/sdd
with sdd as your USB device you want to spin down.
It would be nice, if KUBUNTU would spin down the drives automatically when chosen for save removing, just as before.
Before 13.10, a USB drive, which was selected to remove safely in Dolphin, was removed from the device tree and was spinning down (stopping).
Now with KUBUNTU 13.10, the drive does neither disappear from the device tree in Dolphin, nor does it spin down.
Since many people make their backups on USB drives and want to remove them savely, this is quite annoying, you always have to shutdown the system first to remove the drive.
After many unsuccessfull attemps with hdparm, I finally found a workaround:
sudo sdparm --readonly --command=stop /dev/sdd
with sdd as your USB device you want to spin down.
It would be nice, if KUBUNTU would spin down the drives automatically when chosen for save removing, just as before.
Comment