NGRhodes
December 17th, 2008, 06:52 AM
I recently converted to XFS on my Laptop.
I have laptop mode enabled, but found it was causing my laptop hang on shutdown.
After spending ages debugging the laptop mode scripts (over 1500 lines of code :|) I found the offending line of code was one that remounts the filesystem, now this remount was totally useless to me, as it uses the same mount options I already used, so I simply commented it out.
But I am still wondering why remount seems simply hangs (I left it for 3 minutes and no response, but the process cleanly terminate with a ctrl-c from bash) and it happens on both my XFS partitions and did not happen when I was running EXT3.
I have laptop mode enabled, but found it was causing my laptop hang on shutdown.
After spending ages debugging the laptop mode scripts (over 1500 lines of code :|) I found the offending line of code was one that remounts the filesystem, now this remount was totally useless to me, as it uses the same mount options I already used, so I simply commented it out.
But I am still wondering why remount seems simply hangs (I left it for 3 minutes and no response, but the process cleanly terminate with a ctrl-c from bash) and it happens on both my XFS partitions and did not happen when I was running EXT3.