LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-11-2008, 01:32 PM   #1
gordon__1
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Rep: Reputation: 0
eeexubuntu file system error during installation - creating ext2 partition


ISSUE RESOLVED-NO FURTHER HELP NEEDED-THANKS

Error creating partition installing eeexubuntu...

I'm getting the error "File system was not cleanly unmounted! during the eeexubuntu install. I'm on step 4 of 7. I've got eeexubuntu-7.10.3 installed on a cd, using an external cd drive. The eeexubuntu wiki mentions using gparted, but the gparted program didn't come up, just a regular prepare partitions partition editor window.

I'm attempting to install eeexubuntu on my 8g sdhc card. I've created a 2097mb ext 2 partition, I typed in the character / as the mount point. I've added a 1044mb partition as swap.

When I select forward, I get the above error, I click cancel, and I get the msg "the test of the file system in partition #1 of scsi2 found errors (0,0,0) (sda) found uncorrected errors.

I've tried using fsck, it shows the partition as clean. It's not mounted, (I don't think). I'm a noob, and would be grateful for some help please.

Last edited by gordon__1; 01-13-2008 at 03:57 PM. Reason: issue resolved
 
Old 01-11-2008, 04:45 PM   #2
Mark7
Member
 
Registered: Feb 2006
Location: Leicester
Distribution: xUbuntu 20.04 currently
Posts: 311

Rep: Reputation: 44
What's eeexubuntu!?
 
Old 01-11-2008, 05:37 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
I don't think that a swap partition is a good idea for a flash drive. You might want to do away with the swap partition, or create a very small one (like 50M) in case some software expects one to run. An even smaller ram drive may be better for this. Then use fdisk to repartition and mke2fs to create your ext2 filesystem. Then rerun the installation. Select your partition as root (/) but don't opt to format it. That may skip the test that was mentioned. The installer should create the /etc/fstab entry you want to mount a flash based drive.

If I understand you correctly, this is a plugin card you are installing to, correct? You may want to check what options are used by the eeepc to mount it's own flash memory partition. You don't want to use the same options used when mounting a normal hard drive. A flash card has a limited number of writes, and while reading from a flash drive is fast, writing to one isn't, so you want to use options like noatime to minimize writes.
 
Old 01-11-2008, 06:09 PM   #4
gordon__1
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Original Poster
Rep: Reputation: 0
jschiwal, thanks for your speedy reply. After reading your post i must say I'm confused. I've been following the steps at http://wiki.eeeuser.com/ubuntu:eeexubuntu:customization
I have 512mb ram, so from what I've read, I'm supposed to use a swap file. If you have a moment, maybe you could review the info at the link and make some sense out of it.
 
Old 01-11-2008, 11:42 PM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
Quote:
Originally Posted by http://www.wisegeek.com/what-is-an-ssd.htm
An SSD has many advantages over a traditional drive. Seek time is decreased significantly, making the SSD very fast. Being sold-state, the drive has no moving parts to malfunction, and does not generate significant heat. It is also lighter than a standard drive, more power efficient, and completely silent. Finally, the SSD is more durable. If dropped or banged it isn’t as likely to be damaged.

There are, however, disadvantages to an SSD over a standard hard drive. For one, standard drives have become so affordable that SSDs cannot compete except in niche markets. Industry insiders expect SSD prices to remain cost-prohibitive until 2009. The SSD also has a life expectancy of erase/write cycles, after which it no longer performs reliably. A hard disk can deliver a good ten years of solid operation. Finally, an SSD has a significantly slower write time than a standard drive.
The current OS is Linux, so you can see what your current OS is. I'm not certain if you are installing from an external card or to your internal solid state disk. Flash memory reads bits by detecting electrons trapped in insulated chambers. To write to a bit, it tunnels electrons into the chamber. This punching through is what causes a small amount of damage every time you write to it. So there is a limited number of writes possible to a flash memory device, so a computer that uses flash memory is configured to reduce the number of writes. One option usually used is "noatime". This option will not update the access time when a file is read. Without this option, a read would be followed by a write.

A swap file may be written to frequently when used because it is accessed as if it were memory. Frequently writing to disk is what you want to avoid.

If you are installing to an external usb (hard drive) than you can ignore these precautions. If you are installing to a plugin flash device, and use a swap partition, consider that device disposable. It may be cheaper in the long run to install more regular ram.

In the very least, you may want to examine how Linux system that comes with the pc is installed. In particular, does it have a swap partition? How are the partitions mounted?

Last edited by jschiwal; 01-11-2008 at 11:44 PM.
 
Old 01-13-2008, 03:40 PM   #6
gordon__1
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Issue Resolved

ISSUE RESOLVED-Thanks for the reply, I gave it some thought and have upgraded to 2gb ram, thus the issue is resolved. I was then able to get eeexubuntu installed in minutes.
 
Old 01-13-2008, 05:39 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
Glad to hear your good to go!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
about the ext2 file system chenxiaopang Linux - Kernel 0 11-25-2007 02:18 AM
how to know my current hard disk partition file system ext2,ext3... hocheetiong Linux - Newbie 2 09-09-2007 07:42 AM
ext2 file system information vipulc Linux - General 4 08-19-2006 07:48 AM
How to print out ext2 File System justmehere Linux - General 2 08-02-2005 08:13 PM
reformat file system (from ext2 to ext3) pimo Linux - General 5 03-19-2002 04:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:24 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