LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 11-24-2015, 05:40 AM   #1
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Rep: Reputation: 11
Random freezing


Hello. I just installed this OS and I find that programs keep freezing up randomly for several seconds at a time. It seems to happen in every program no matter what I'm doing. When it happens I can still move the mouse around, move/minimize/maximize windows, and use other open programs just fine.

When I installed the OS I kept my /home partition from the previous OS without formatting it. Could this cause the problem I'm having? Besides the home partition I have a swap partition and a 20GB root partition which I did format.

I tried booting with the live disc and using fsck. The home partition had no bad blocks, the root partition gave an error. I can't remember the exact error message but it suggested this may be a zero length partition.

I have read something about partition alignment, and doing it wrong could cause bad performance. The mint installer even warned me about this and told me to re-create the root partition, which I did.

So any ideas what could be causing this and how to fix it?
 
Old 11-24-2015, 07:38 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,033

Rep: Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344Reputation: 7344
you gave almost no information. I think the exact error message would be very important to go further.... /home should be fine (as long as you kept your own user id).
 
Old 11-24-2015, 08:36 AM   #3
ahc_fan
Member
 
Registered: Jan 2009
Location: Seattle, WA
Distribution: Slackware64 14.2
Posts: 259

Original Poster
Rep: Reputation: 11
It said something along the lines of, "could not read superblock. Is this a zero length partition?"

I will try again later and get the exact message.
 
Old 11-25-2015, 07:01 AM   #4
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
You might be able to fix it.
Boot your Mint DVD or USB.
Enter the command:
Code:
e2fsck --help
You will see that -b is the option to "Use alternative superblock" - so do (for sda1):
Code:
sudo e2fsck -y -b -v /dev/sda1
To verify that /dev/sda1 is aligned, query it using /usr/bin/blockdev, if a '0' is returned, the partition is aligned:
Code:
sudo blockdev --getalignoff /dev/sda1
To check for bad blocks on /dev/sda1:
Code:
sudo e2fsck -cyv /dev/sda1
To fix bad blocks on /dev/sda1 (when that is possible):
Code:
sudo e2fsck -f -y -v -C 0 /dev/sda1
 
Old 11-25-2015, 02:00 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by ahc_fan View Post
When I installed the OS I kept my /home partition from the previous OS without formatting it. Could this cause the problem I'm having?
could be. could be something else.


Quote:
I have read something about partition alignment, and doing it wrong could cause bad performance.
butnot the sort of problem you're experiencing.


Quote:
So any ideas what could be causing this and how to fix it?
as was said before, more info is needed.
difficult to troubleshoot.
first, do the fsck recommended earlier.
then, try with a new $HOME by creating a new user and logging into that.

Last edited by ondoho; 11-25-2015 at 02:02 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware64 + UEFI - Random freezing slaka Slackware 3 05-06-2013 06:22 PM
Random freezing during install PTG Slackware - Installation 2 04-01-2006 02:07 PM
SuSE 9.2 - Random Freezing KDE achtunga SUSE / openSUSE 13 06-28-2005 05:58 PM
Random freezing hebi_akki Slackware - Installation 5 10-08-2004 04:55 AM
random computer freezing silvercat Linux - General 17 09-20-2004 12:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 03:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration