IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Okay Step by step
1) dd if=/dev/zero of=/dev/hdb bs=1024 count=1024
2) cfdisk /dev/hdb (create and write new partition table one primary partition)
3) mkfs.ext3 /dev/hdb1 (this one you missed)
4) mount -text3 /dev/hdb1 /c

Cheers!
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
New Better
..but this is still bad advice. Let's see what Drew says.
-drl
New No... not bad advice.
Give us YOUR advice then.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
New Re: No... not bad advice.
It's not wrong, it's uncommented, making it bad.

It's like an obession among admins. Say nothing to the proles.
-drl
New No, the *first* one was bad for that reason
He assumed I'd know the step I missed. I didn't. But since setting up new disks is something I have to do rarely, and expect to do very few times in the future, I really don't have any desire to absorb the lore. A real sysadmin knew what I wanted (a working filesystem[*]) and told me the steps to do it. It's all magic incantations at some level. This is one I just needed done.


* Actually, all I cared about is that ever since I tried to put XP on the second disk I haven't been able to boot it without being there to hit Ctrl-D halway into the process. If that goes away, without having to crack the case (again) and unplug the damn drive I'm happy.
===

Implicitly condoning stupidity since 2001.
New No. With Drew I ass-u-me a certain base level.
But, I can see from your comments YOU don;t think of it that way.

He understand what "man foo" does. He understands command line switches. He understands what "shift" will do inside a shell script. Basically he is a very competent user.

I address the level of the user typically, when I am proven to have aimed a bit to high... I aim lower.

And to Address you "undocumented advice" concern.

Watch out. You give advice that isn't documented properly (cumbersomely documented not be be enough) I'll be on you like flies on Shiite.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
New Looks like that got it
Do I need to modify my fstab to have it mount ext3 instead of ext2?
===

Implicitly condoning stupidity since 2001.
New Nah... but it won't use the journaling of ext3
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
New Re: Looks like that got it
tune2fs -j <partition>


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New It was formatted as EXT3... :)
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
     How do I fix a bad superblock? - (drewk) - (29)
         should be able to relocate it - (daemon) - (4)
             Tried it, no luck - (drewk) - (3)
                 Re: Tried it, no luck - (JayMehaffey) - (2)
                     correct -NT - (pwhysall)
                     Will try tonight, didn't notice that, thanks -NT - (drewk)
         dd if=/dev/zero of=/dev/hdb bs=1024 count=1024 - (folkert) - (23)
             Tried it, no dice - (drewk) - (10)
                 Okay Step by step - (folkert) - (9)
                     Better - (deSitter) - (4)
                         No... not bad advice. - (folkert) - (3)
                             Re: No... not bad advice. - (deSitter) - (2)
                                 No, the *first* one was bad for that reason - (drewk)
                                 No. With Drew I ass-u-me a certain base level. - (folkert)
                     Looks like that got it - (drewk) - (3)
                         Nah... but it won't use the journaling of ext3 -NT - (folkert)
                         Re: Looks like that got it - (pwhysall) - (1)
                             It was formatted as EXT3... :) -NT - (folkert)
             Amateur. - (inthane-chan) - (6)
                 Funny ... think I found my next April 1 disk -NT - (drewk) - (1)
                     I keep mine next to the NT admin password reset disk. - (inthane-chan)
                 bookmarked ta -NT - (daemon)
                 idiot -NT - (deSitter) - (2)
                     Stop being a moron, Ross. -NT - (pwhysall)
                     Nice to know you can't take a joke. -NT - (inthane-chan)
             glib -NT - (deSitter) - (4)
                 HUH? -NT - (folkert) - (3)
                     Re: HUH? - (deSitter) - (2)
                         Better idea. - (pwhysall)
                         Ahhh, yeah. *I* built this machine he - (folkert)

We have wet blue cow.
163 ms