Re: Boot hangs / loops

2014-07-10 Thread Connie Sieh

On Thu, 10 Jul 2014, Dormition Skete (Hotmail) wrote:


In looking at my previous post, it occurred to me that =93fsck didn=92t =
help=94 was not very explanatory.

fsck finds no errors on /dev/sda6  (my / file system)

fsck found and fixed 2 errors in my /dev/sda7 (home) file system.


I=92ve run this on both several times today, and it finds them both =
clean every time now.

It still will not boot. =20=



Have you tried commenting out all of the lines in the fstab that are not 
needed for booting.  You should verify that /dev/sda6 and /dev/sda7 are 
the actual partitions that you think they are.


-Connie Sieh


Re: Boot hangs / loops

2014-07-10 Thread Dormition Skete (Hotmail)
On Jul 10, 2014, at 3:52 PM, Connie Sieh cs...@fnal.gov wrote:
 
 
 Have you tried commenting out all of the lines in the fstab that are not 
 needed for booting.  You should verify that /dev/sda6 and /dev/sda7 are the 
 actual partitions that you think they are.
 
 -Connie Sieh
 

All I have in /etc/fstab are for:

/
/home
swap
tempfs
sysfs
proc

Can I comment out those last three?

I am sure the /dev/sda6 and 7 partitions are / and /home.


Re: Boot hangs / loops

2014-07-10 Thread Dormition Skete (Hotmail)
On Jul 10, 2014, at 4:20 PM, John Lauro john.la...@covenanteyes.com wrote:

 
 Filesystem   SizeUsedAvail   Use%
 Mounted on
 /dev/sda63.9G133M3.8G
 4%  /
 tmpfs3.9G0   3.9G
 0%  /dev/shm
 /dev/sda73.9G133M3.8G
 4%  /home
 
 
 Well, that is not looking good.  Was that booted from the rescue cd?
 
 Sometimes when you boot from a different drive (such as CD) it can switch the 
 devices around.  Maybe they are on SDB?
 What does fdisk -l show?
 


Well, I don’t remember for sure how I booted to get into that, but I’m pretty 
sure I booted it from the hard drive.

I just rebooted it using the rescue disk, and “df -h” now shows:


Filesystem  SizeUsedAvail   Use%
Mounted on
/dev4.0G220K4.0G
1%  /dev
none250M137M114M55% 
/tmp
/dev/loop0  137M137M0   100%
/mnt/runtime
/dev/sda6   20G 11M 8.6G
55% /mnt/sysimage
/dev4.0G220K4.0G
1%  /mnt/sysimage/dev
/dev/tmpfs  4.0G0   4.0G
0%  /mnt/sysimage/dev/shm
/dev/sda7   111G80G 26G 
76% /mnt/sysimage/home


fdisk -l

Gives too much to type and get back with you in a timely manner, but they are 
on /dev/sda, not /sdb.

If you’d like that output, though, I’ll be happy to post it for you.

I’ll start typing it now…

I just wanted to get back with you as quickly as I could.