Thank you very much. Could you perhaps tell me the xt3 format command? I will just run CD1 suse rescue , reformat existing partions to ext3 and swap (your command) , as they will all be the same size. Then I will run the e2fsck commands. Ales
On Wed, 2004-01-28 at 14:06, Ales Jagodnik wrote:
Thank you very much. Could you perhaps tell me the xt3 format command?
I will just run CD1 suse rescue , reformat existing partions to ext3 and swap (your command) , as they will all be the same size. Then I will run the e2fsck commands.
Ales
The command would be mkfs.ext3 /dev/hd?. Substitute your drive info for the ? -- Ken Schneider unix user since 1989 linux user since 1994 SuSE user since 1998 (5.2)
On Wed, 28 Jan 2004 14:47:51 -0500 Kenneth Schneider <suselist@rtsx.com> wrote:
The command would be mkfs.ext3 /dev/hd?.
Which is the same as mke2fs -j <device>, but he wants to check for badblocks too, so he needs to pass the -c parameter as well. Charles -- "All language designers are arrogant. Goes with the territory..." (By Larry Wall)
What I did and what I hope will work: 1)Reboot, put SuSE CD1, started install, partitioning 2)made 3 partitions, swap (no format!), / (ext3 format), /home (/ext3 format) 3)proceeded, so that Yast makes & formats the partitions, then canceled installation before any package has been installed 4) rebooted, put SuSE CD1, choose Rescue, booted to Rescue 5) SWAP: a) format: mkswap -c /dev/hdc1 b) for luck: badblock /dev/hdc1, yielded no results, great?!? 6) /: a)format again: mkfs.ext3 -j -c /dev/hdc2 b)for luck: e2fsck -c -f /dev/hdc2 yielded: File System was modified. 11/859872 files ... (0.0% non-contiguous) 35202/1716946 blocks IS THIS OK? 7) /home: format again: mkfs.ext3 -j -c /dev/hdc3, similar output 8) reboot, put SuSE CD1, started install, partitioning, choose current partition setup with NO FORMAT on swap, / and /home!, just mount points 9) package install etc... 10) WOW my third fresh install this week, I'am totally stressed out, luckily I have sort of an express backup always ready, but compiling fluxbox every time is not that great :) 3. questions remain: 1) WHAT TO DO IF MORE BAD BLOCKS HAPPEN? WHAT COMMANDS TO RUN?, SAME? WHAT DOES e2fsck DO WITH FILES SAVED ON BADBLOCKS? 2) HOW SURE CAN I BE, THAT MY PROBLEMS ARE SOLVED (BADBLOCKS SAFELY PLACED AWAY FROM USE)? IS THERE A COMMAND I CAN RUN WHILE FS IS MOUNTED TO CHECK? 3) WILL REGULAR CHECK ON BOOT (every 20 boots as it says) FIND & CORRECT POSSIBLE BADBLOCKS?
On Thu, 29 Jan 2004 04:17:55 +0100 Ale_ Jagodnik <ajagodnik@volja.net> wrote:
File System was modified. 11/859872 files ... (0.0% non-contiguous) 35202/1716946 blocks
IS THIS OK?
1) WHAT TO DO IF MORE BAD BLOCKS HAPPEN? WHAT COMMANDS TO RUN?, SAME?
Run: e2fsck -c -f <device> on an unmounted filesystem.
WHAT DOES e2fsck DO WITH FILES SAVED ON BADBLOCKS?
It will relocate them.
2) HOW SURE CAN I BE, THAT MY PROBLEMS ARE SOLVED (BADBLOCKS SAFELY PLACED AWAY FROM USE)?
Unless more bad blocks develop you are safe. This is unlikely to happen so soon again unless you hard drive is failing.
IS THERE A COMMAND I CAN RUN WHILE FS IS MOUNTED TO CHECK?
badblocks <device>
3) WILL REGULAR CHECK ON BOOT (every 20 boots as it says) FIND & CORRECT POSSIBLE BADBLOCKS?
No, it runs e2fsck without the -c option. It is like doing a scandisk without checking the disk physically in the Windows world. You really don't need to check for badblocks unless you system is acting weird again. Charles -- "By golly, I'm beginning to think Linux really *is* the best thing since sliced bread." (By Vance Petree, Virginia Power)
Hi, has anyone got a webcam with good support in suse 9.0 to recommend? I'm thinking about getting a cheap Genius Notebook WebCAM. http://www.geniusmouse.co.uk/product.asp?stock_id=153 Thanks
i got a d-link.. crappy but works.. got it running as a live webcam On Mon, 2 Feb 2004, [iso-8859-2] Ale� Jagodnik wrote:
Hi,
has anyone got a webcam with good support in suse 9.0 to recommend? I'm thinking about getting a cheap Genius Notebook WebCAM.
http://www.geniusmouse.co.uk/product.asp?stock_id=153
Thanks
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
I got a Logitech QuickCam Express.... picture quality is crappy, but it's a cheap webcam :P And I didn't have to do anything for suse to recognize it =) On Monday 02 February 2004 12:44 am, Henry Tang wrote:
i got a d-link.. crappy but works.. got it running as a live webcam
On Mon, 2 Feb 2004, [iso-8859-2] Ale¹ Jagodnik wrote:
Hi,
has anyone got a webcam with good support in suse 9.0 to recommend? I'm thinking about getting a cheap Genius Notebook WebCAM.
http://www.geniusmouse.co.uk/product.asp?stock_id=153
Thanks
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
participants (6)
-
Ales Jagodnik
-
Aleš Jagodnik
-
Charles Philip Chan
-
Henry Tang
-
Kenneth Schneider
-
Michael Yartsev