Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | howto - BackTrack2 Final in vmware fusion |
|---|---|
| Date: | Fri, 20 Jul 2007 23:38:23 -0600 |
Log in using root and root, then startx
Open a terminal and do the following:
fdisk /dev/sda
Within fdisk, issue the following commands to do this.
n p 1 <enter> +100M a 1 n p 2 <enter> +1024M t 2 82 n p 3 <enter> <enter> w
The w command within fdisk will write your changes to disk.
I'm a fan of ext3, so I then did the following:
mke2fs -j /dev/sda1 mke2fs -j /dev/sda3 mkswap /dev/sda2 swapon /dev/sda2
This will make sda1 and sda3 ext3 filesystems and enable swap on sda2.
Now cd to /tmp and do the following.
mkdir boot mkdir bt2 mount /dev/sda1 boot mount /dev/sda3 bt2
--- Tremaine Lea Network Security Consultant Intrepid ACL "Paranoia for hire"
------------------------------------------------------------------------ This list is sponsored by: Cenzic
Need to secure your web apps NOW? Cenzic finds more, "real" vulnerabilities fast. Click to try it, buy it or download a solution FREE today!
http://www.cenzic.com/downloads ------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Penetration Testing on Mac OS X, Carl Jongsma |
|---|---|
| Next by Date: | recover deleted emails from a pst, Kush Wadhwa |
| Previous by Thread: | Re: Port Scanning Issues, Mister Dookie |
| Next by Thread: | First TCP packet, va . pentest |
| Indexes: | [Date] [Thread] [Top] [All Lists] |