Author Topic: [SOLVED] ran jumpnbump game now the computer will not work  (Read 1910 times)

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #30 on: September 26, 2010, 07:42:13 PM »
This is the email i got from here about the last commands you wanted to try

tune2fs -l /dev/sda6

tune2fs 1.41.12 (17-May-2010)
Filesystem volume name:   home2010
Last mounted on:          /home
Filesystem UUID:          aa5c9691-feaf-475a-9121-3a6eb1523fda
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Filesystem flags:         signed_directory_hash
Default mount options:    user_xattr
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              7815168
Block count:              31230352
Reserved block count:     0
Free blocks:              29845891
Free inodes:              7808120
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1016
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         8192
Inode blocks per group:   512
Flex block group size:    16
Filesystem created:       Wed Aug 18 01:31:04 2010
Last mount time:          Thu Sep 23 19:57:29 2010
Last write time:          Thu Sep 23 19:57:29 2010
Mount count:              2
Maximum mount count:      -1
Last checked:             Wed Sep 22 16:03:16 2010
Check interval:           0 (<none>)
Lifetime writes:          8 GB
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:               256
Required extra isize:     28
Desired extra isize:      28
Journal inode:            8
First orphan inode:       4719270
Default directory hash:   half_md4
Directory Hash Seed:      ca7c20f3-6035-4ea9-9dec-057bafa0333b
Journal backup:           inode blocks

Here are the blkid results -

/dev/sda1: LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4"
/dev/sda5: UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010"
/dev/sda7: UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap"
/dev/sdb1: LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4"


Still no /dev/sda6 I see.  I will await further instructions.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: ran jumpnbump game now the computer will not work
« Reply #31 on: September 26, 2010, 09:42:24 PM »
The information is there to read, but doesn't seem to be read. A few more;

[root@littleboy ~]# ls -l /etc |grep blkid

which should show at least three results;

drwxr-xr-x  2 root  root     4096 2010-08-22 19:39 blkid/
-rw-r--r--  1 root  root     5115 2010-09-25 23:48 blkid.tab
-rw-r--r--  1 root  root     5115 2010-09-25 23:47 blkid.tab.old


[root@littleboy ~]# ls -l /etc/blkid

which should show two results;

-rw-r--r-- 1 root root 5129 2010-08-22 19:39 blkid.tab
-rw-r--r-- 1 root root 5129 2010-08-22 19:39 blkid.tab.old


For comparison;

[root@littleboy ~]# cat /etc/blkid.tab

[root@littleboy ~]# cat /etc/blkid.tab.old

[root@littleboy ~]# cat /etc/blkid/blkid.tab

[root@littleboy ~]# cat /etc/blkid/blkid.tab.old

Post her results.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #32 on: September 26, 2010, 11:00:04 PM »
message sent waiting the reply




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3980
Re: ran jumpnbump game now the computer will not work
« Reply #33 on: September 27, 2010, 03:58:11 AM »
Probably nothing to do with the problem, but these two entries are accidents waiting to happen:
Quote
Errors behavior:          Continue
Maximum mount count:      -1

I have
Quote
Errors behavior:          Remount read-only
Maximum mount count:      19

The number can be anything you choose, but it's best to have periodic checking on boot. Allowing writing to continue after a file system error has been detected is asking for serious data loss, however.

But that's something to be tidied up when the problem is solved.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: ran jumpnbump game now the computer will not work
« Reply #34 on: September 27, 2010, 12:57:21 PM »
Probably nothing to do with the problem, but these two entries are accidents waiting to happen:
Quote
Errors behavior:          Continue
Maximum mount count:      -1

I have
Quote
Errors behavior:          Remount read-only
Maximum mount count:      19

The number can be anything you choose, but it's best to have periodic checking on boot. Allowing writing to continue after a file system error has been detected is asking for serious data loss, however.

But that's something to be tidied up when the problem is solved.


To speed up boot time, the filesystems are created with the default -1 mount count, (no periodic fsck) by the installer's partitioning/formatting tools. To circumvent this I use the command line tools to create the partitions and format them before installing, then choose Use Existing Partitions, and uncheck all partitions in the formatting screen. One can change the Max mount count with tune2fs at any time.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #35 on: September 28, 2010, 12:18:59 AM »
The information is there to read, but doesn't seem to be read. A few more;

[root@littleboy ~]# ls -l /etc |grep blkid

which should show at least three results;

drwxr-xr-x  2 root  root     4096 2010-08-22 19:39 blkid/
-rw-r--r--  1 root  root     5115 2010-09-25 23:48 blkid.tab
-rw-r--r--  1 root  root     5115 2010-09-25 23:47 blkid.tab.old


[root@littleboy ~]# ls -l /etc/blkid

which should show two results;

-rw-r--r-- 1 root root 5129 2010-08-22 19:39 blkid.tab
-rw-r--r-- 1 root root 5129 2010-08-22 19:39 blkid.tab.old


For comparison;

[root@littleboy ~]# cat /etc/blkid.tab

[root@littleboy ~]# cat /etc/blkid.tab.old

[root@littleboy ~]# cat /etc/blkid/blkid.tab

[root@littleboy ~]# cat /etc/blkid/blkid.tab.old

Post her results.

Ok here is the last bit of info you asked for

 [root@localhost dianne]# ls -l /etc |grep blkid
drwxr-xr-x   2 root  root     4096 2010-08-18 01:36 blkid/
-rw-r--r--   1 root  root      519 2010-09-26 20:11 blkid.tab
-rw-r--r--   1 root  root      519 2010-09-25 20:11 blkid.tab.old

[root@localhost dianne]# ls -l /etc/blkid
total 8
-rw-r--r-- 1 root root 703 2010-08-18 01:36 blkid.tab
-rw-r--r-- 1 root root 618 2010-08-18 01:36 blkid.tab.old

[root@localhost dianne]# cat /etc/blkid.tab
<device DEVNO="0x0801" TIME="1285549913" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285549913" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285549913" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285549913" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid.tab.old
<device DEVNO="0x0801" TIME="1285463517" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285463517" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285463517" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285463517" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>
<device DEVNO="0x0800" TIME="1282113400" TYPE="nvidia_raid_member">/dev/sda</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab.old
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: ran jumpnbump game now the computer will not work
« Reply #36 on: September 28, 2010, 12:41:42 AM »

Ok here is the last bit of info you asked for

 [root@localhost dianne]# ls -l /etc |grep blkid
drwxr-xr-x   2 root  root     4096 2010-08-18 01:36 blkid/
-rw-r--r--   1 root  root      519 2010-09-26 20:11 blkid.tab
-rw-r--r--   1 root  root      519 2010-09-25 20:11 blkid.tab.old

[root@localhost dianne]# ls -l /etc/blkid
total 8
-rw-r--r-- 1 root root 703 2010-08-18 01:36 blkid.tab
-rw-r--r-- 1 root root 618 2010-08-18 01:36 blkid.tab.old

[root@localhost dianne]# cat /etc/blkid.tab
<device DEVNO="0x0801" TIME="1285549913" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285549913" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285549913" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285549913" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid.tab.old
<device DEVNO="0x0801" TIME="1285463517" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285463517" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285463517" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285463517" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>
<device DEVNO="0x0800" TIME="1282113400" TYPE="nvidia_raid_member">/dev/sda</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab.old
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>


The two files in /etc/blkid are older than those in /etc, and both show the /dev/sda6 LABEL=home2010 partition, so the question is why? What has changed to make it no longer appear?

For the moment, has she tried a reboot yet? If not, it's time to try, then see if she can login as dianne. If the /home partition mounts, as it should, she should also be able to login as dianne.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #37 on: September 28, 2010, 01:54:21 PM »

Ok here is the last bit of info you asked for

 [root@localhost dianne]# ls -l /etc |grep blkid
drwxr-xr-x   2 root  root     4096 2010-08-18 01:36 blkid/
-rw-r--r--   1 root  root      519 2010-09-26 20:11 blkid.tab
-rw-r--r--   1 root  root      519 2010-09-25 20:11 blkid.tab.old

[root@localhost dianne]# ls -l /etc/blkid
total 8
-rw-r--r-- 1 root root 703 2010-08-18 01:36 blkid.tab
-rw-r--r-- 1 root root 618 2010-08-18 01:36 blkid.tab.old

[root@localhost dianne]# cat /etc/blkid.tab
<device DEVNO="0x0801" TIME="1285549913" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285549913" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285549913" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285549913" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid.tab.old
<device DEVNO="0x0801" TIME="1285463517" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1285463517" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0807" TIME="1285463517" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0811" TIME="1285463517" LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4">/dev/sdb1</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>
<device DEVNO="0x0800" TIME="1282113400" TYPE="nvidia_raid_member">/dev/sda</device>

[root@localhost dianne]# cat /etc/blkid/blkid.tab.old
<device DEVNO="0x0801" TIME="1282113399" LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4">/dev/sda1</device>
<device DEVNO="0x0805" TIME="1282113399" UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010">/dev/sda5</device>
<device DEVNO="0x0806" TIME="1282113400" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4" LABEL="home2010">/dev/sda6</device>
<device DEVNO="0x0807" TIME="1282113400" UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap">/dev/sda7</device>
<device DEVNO="0x0b00" TIME="1282113399" LABEL="livecd 2010070507:53" TYPE="iso9660">/dev/sr0</device>


The two files in /etc/blkid are older than those in /etc, and both show the /dev/sda6 LABEL=home2010 partition, so the question is why? What has changed to make it no longer appear?

For the moment, has she tried a reboot yet? If not, it's time to try, then see if she can login as dianne. If the /home partition mounts, as it should, she should also be able to login as dianne.

I will ask her to try a reboot and see what happens.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #38 on: September 29, 2010, 02:10:49 PM »
She replied that it rebooted as if nothing ever happened.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: ran jumpnbump game now the computer will not work
« Reply #39 on: September 29, 2010, 03:56:33 PM »
She replied that it rebooted as if nothing ever happened.

That part is good.  ;D

Just to satisfy my curiosity, have her run    blkid    from her now seemingly properly running system, to see if that has now corrected itself also.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #40 on: September 29, 2010, 05:49:13 PM »
She replied that it rebooted as if nothing ever happened.

That part is good.  ;D

Just to satisfy my curiosity, have her run    blkid    from her now seemingly properly running system, to see if that has now corrected itself also.

Already sent her an email asking for her to do that.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5330
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: ran jumpnbump game now the computer will not work
« Reply #41 on: September 29, 2010, 09:53:11 PM »
Here is what she sent back

[root@localhost dianne]# blkid
/dev/sda1: LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4"
/dev/sda5: UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010"
/dev/sda7: UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap"
/dev/sdb1: LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4"
/dev/sda6: LABEL="myhome" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4"
[root@localhost dianne]#




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11538
  • ----IOFLU----
Re: ran jumpnbump game now the computer will not work
« Reply #42 on: September 29, 2010, 10:10:31 PM »
Here is what she sent back

[root@localhost dianne]# blkid
/dev/sda1: LABEL="boot2010" UUID="fc114481-3b4b-4876-8682-5e2983fee70d" TYPE="ext4"
/dev/sda5: UUID="c4156a19-ef7c-4e3f-b228-9ed2c1a86d93" TYPE="ext4" LABEL="root2010"
/dev/sda7: UUID="7d44c98f-d901-415c-aaef-a6452eec0644" TYPE="swap"
/dev/sdb1: LABEL="data-storage" UUID="83a635d0-4e47-4429-bd52-1e5e91751727" TYPE="ext4"
/dev/sda6: LABEL="myhome" UUID="aa5c9691-feaf-475a-9121-3a6eb1523fda" TYPE="ext4"
[root@localhost dianne]#

It seems whatever bone was stuck in it's throat has been successfully coughed up. ;D ;D
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...