| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Comments:
<0> of course i'm kidding <1> heh <1> sartan, think of a way to do it with dd? <2> ntx I can't believe we're not baned... <3> hahahah <3> i got disconnected <3> <--npx <3> i hope no one catches on to the fact that im using a vulnerable usr external v.90 =O <3> OH SNAP <0> tedski_: i was thinking dd <0> but i was also thinking about dev <0> so i didn't think of that.. <4> boired <0> plus any approprite raid headers you might have <3> what was your question tedski <0> er you know what i mean
<3> i will amaze you with my in-depth knowledge of all things useless <2> come back! <2> I feel naked without you <5> do you yahoo, deus_ex? <6> SATAN. DANT. <2> nope, sorry <5> it's a land of trolling bliss <5> there are no priveliged users <2> yeah I bet it is! <5> and everyone is dumb as a rock <2> I have this account where I filled out the date wrong and so it thinks I'm like, 13 <2> so I'm not allowed in the chat :( <5> make a new one <2> OOh <2> I KNOW <5> ahahahah <5> <3 <7> hm, anyone happen to know why my k8vse deluxe mobo would have 4 sata inputs, one set are called pri_sata/sec_sata, and then sata1/sata2? <0> becuase ti gives you lots to use <7> i have my windows hdd, a raptor drive using sata 1 and a storage drive using sata 2, but i have pri_sata that im trying to setup another hdd on and winxp won't seem to detect it <7> unless i am supposed to manually install/partition but i don't see how i would <0> i dont know honestly <7> hm, i just figured out that pri_sata/sec_sata is mostly for raid setups, but i only want to have one hdd running on pri_sata, wonder if i can still set that up <4> uh <7> digidog any advice? <4> don't do drugs, work hard in life, treat others as you want to be treated <7> lol i'll see if i can go enable promise raid and maybe it will pickup the hdd <7> thx for the help though guys, cya <5> digidog, and stock up on lube and ammo, cuz you're gonna want to kill yourself after you get ****ed in the *** for the billionth time <5> the theme of life is preemptive ****ing <4> alrighty then <5> you gotta **** everyone else before they **** you <2> what's the most uptight channel on irc? <4> this one <0> #bearcave <2> no way <2> this channel is loose <2> this channel is like a 2 dolla whore <0> #christian <4> sartan can fix that <0> yeah. <0> what am i fixin <2> if there was a giant medieval battle of linux users vs. windows users <2> the windows users would dominate <5> the linux users would be too busy refining their forging process to kick any *** <2> and leave the decaying bodies of the linux users for the apple users to come violate <8> acutally there would never be a battle <8> people would just yell insults at each other <8> and nothing would ever happen <9> that would be like the fleas trying to kick the dog out. <5> hahaha <2> apple users would violate someone either way <2> lol <2> are there any apple channels <2> I want go troll that ****... <9> the linux guys would be arguing over whether to use svn or cvs to manage the source code, and which make paradigm to use. <9> and php vs jsp <2> I can't believe someone would make his nick mrfarts <2> I mean <2> honestly <2> mrFARTS
<10> the windows guys would just get a script kiddie to send a drone army in <2> does he know what a fart is...? <10> and they'd jerk off to porn <2> dude <2> that's exactly what I'm doing right now <2> jerking off to scripts <2> ****ing asccii art <9> <azurelink> http://girls2.twistys.net/preview/066/jnnabthtub091.jpg <11> good candidate for anal bleaching <5> i dunno man <5> i mean, are we above accepting that **** comes out of ***holes? <9> DENIAL! <12> how does a mobile Sempron 3000+ compare to a mobile celeron at 1.4ghz ? ?? <11> peerce, got any ideas... want to mirror a nix system to one single drive <0> wow <0> did i ever <0> **** <0> up my laptop <0> heh <11> peerce, right now it spans multiple volumes... just want to mirror it so i can boot it all off one drive <9> Tedski; um, what do you mean mirror? <6> UH! <0> cp -R / /mnt/new <11> right now i have 2 drives, multiple partitions <0> -dRp <11> sartan, that'll work? <9> ah. k, so copy everything into yeah, what he said <9> Tedski; not quite, I'd do it file system by file system, but pretty close. <9> what flavor unix? <11> freebsd 6 <9> does that have a ufsdump command? <9> [solaris does, I know, and bsd uses ufs...] <13> bsd is just dump <9> ah. <0> Ted-Lap: yeah i'm thinking it will <13> yeah dump/restore or rsync are much better than using tar <0> but you'll have to fin da way to exclude /mnt/new <11> hmmm... rsync <13> and tar is better than using cp :-) <0> well using tar.. <0> you'll just have to untar it later <9> cp -R will have issues with /mnt itself... <11> yea <13> no you won't <13> cd /source dir <9> I'd use a dump | restore pipe to copy root to the new volume, then cp -R to cp each other file system <9> I think. <0> tar --exclude=/mnt/new <0> or is it --excempt <0> exempt <13> tar -cvBf - . | (cd /newplace ; tar -xvBf -) <13> yeah you use a pipe. same with dump and restore <13> (with tar youd wanna add a -p for perms too) <0> dereference symbollics <13> if you're doing the whole OS including device links, etc., use dump. it's by far the best for that <9> use the -l flag on tar so it stays on the same file system <9> for the source, I mean. <11> ahhh <12> how do acer notebooks compare to dell inspirons? (of similiar config) <11> so do ufsdump, pipe it to ufsrestore <13> ya <0> apples and oranges dude. <9> cd /src; tar clf - . | (cd /new; tar xvf) <13> the **** with dump is its per-filesystem <13> so if you have seven mounts that altogether make up your system (like /tmp, /var, /usr etc) and you want all that to land in /mnt <9> here's the solaris approach. <9> ufsdump 0f - / | ( cd /mnt ;ufsrestore xvf - ) <13> you have to dump/restore each one <9> Pfft; yes. <13> 'cause BSD's dump (and many other dumps) will only work on a filesystem <9> your point? <11> Pfft, that's fine, as long as it gets done right <9> thats what you WANT to do. <13> my point that he be aware of that :-) it's kind of important. :)
Return to
#windows or Go to some related
logs:
#computers #firebird #stocks #politics caught on dc++ #heroin #eggtcl bass quakin trunk shakin #winxp #gamedev
|
|