You are not logged in.
Hello there,
I have a Seagate 1TB external disk used mainly for backups of my personal files. I had this on NTFS because I thought it would be better for a dual boot enviroment.
As I don't even remember the last time I booted on windows, I've been changing my setup for linux-only, so I reformatted the external drive with ext4.
But after this, whenever the HD is mounted, it stays awake doing constant clicking noises and don't go to sleep mode.
The same does not happen if formatted with ntfs, or ext2/3.
Any idea what might be causing this?
Thank you in advance.
Last edited by miguelitu (2012-07-16 21:56:00)
Offline
Does this stop the clicking:
hdparm -B 255 /dev/sdbOr whatever device your drive is. Also try 254 instead of 255.
Offline
thank you
but I believe that is not supported by external disks
HDIO_DRIVE_CMD failed: Invalid argument
APM_level = not supported
I also tried to disable journalism, but nothing change.
If I keep it on EXT3 would it be a loss comparing it with EXT4?
Offline
I also tried to disable journalism, but nothing change.
If I keep it on EXT3 would it be a loss comparing it with EXT4?
That should be "journaling". Also, keep it on ext3, it's not very noticeably different from ext4, especially since you will only be using it for backups.
Offline
miguelitu wrote:I also tried to disable journalism, but nothing change.
If I keep it on EXT3 would it be a loss comparing it with EXT4?
That should be "journaling". Also, keep it on ext3, it's not very noticeably different from ext4, especially since you will only be using it for backups.
Not much of a difference until you decide to fsck the drive, which you should do regularly, more so if it is a drive with backups. Ext3 will take ages to check, specially taking into account that it is a 1TB drive on (most probably) usb2, ext4 will take a lot less time to check.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
ops, yeah, I meant journaling ![]()
well, thanks everyone for the advice, I'll keep with EXT3 then, I'll mark this as solved, although I'm still annoyed for not founding out why EXT4 did'nt work properly.
Offline
I came across ext4lazyinit the other day after formatting a 100GB drive.
Some others have too:
http://lists.fedoraproject.org/pipermai … 08441.html
http://forums.gentoo.org/viewtopic-t-92 … art-0.html
Maybe it explains your problem. Just leave it plugged in for a while and it should calm down ![]()
Offline
@ smudge
that's very interesting. Thanks for the links.
Offline
thank you smudge and everyone
now it is solved for good.
Offline