- Start the installation like normal
- Make sure you customize your install, don't just let it do everything for you.
- When it gets to the part where you choose your disk, click the "advanced" disk setup.
- Delete all your partitions.
- Click "New...", choose the maximum size possible for your drive. Click OK
- It will tell you that "Windows may create a partition..." blah blah. Click OK. You'll see a 200 MB partition in addition to another partition with the rest of your space.
- Now delete the larger partition leaving the 200MB partition intact.
- Now select the 200MB partition and expand it to fill the space. Click OK to the warning.
- Now you should have a single partition, go ahead and install windows the rest of the way.
- Encrypt your drive as normal.
Tuesday, April 14, 2009
Windows 7 & TrueCrypt Full disk Encryption
Currently installing FDE using TrueCrypt is not possible on Windows 7 without doing some trickery before you install the OS on your drive.
Monday, April 13, 2009
Windows File Shares over SSH
Create a Microsoft Loopback adapter:
- Add New Hardware
- Yes, I have already connected the hardware
- Add New Hardware
- Install the hardware that I manually Select from a list (Advanced)
- Network Adapters
- Microsoft | Microsoft Loopback Adapter
- Right Click => Properties
- Make sure "Client for Microsoft Windows" is checked
- Uncheck "File and printer sharing"
- Click TCP/IP => Properties
- Manually Set an IP, doesn't matter what I used 10.1.1.1
- Subnet Mask: 255.255.255.0
- Gateway is your "REAL" gateway
- DNS Servers are your "REAL" dns servers
- Click "Advanced"
- Click "WINS" Tab
- "Netbios Setting" should have "Disable NetBIOS over TCP/IP"
- OK your way back out.
- Open Putty
- Enter your hostname or IP Address
- Enter the correct SSH Port (default: 22)
- Open Connection >> SSH >> Tunnels
- In Source port type: "10.1.1.1:139"
- In destination type "127.0.0.1:139"
- Leave "Local" and "Auto" radio buttons alone, click "ADD"
- In Source port type: "10.1.1.1:445"
- In Destination type: "127.0.0.1:139"
- Leave "Local" and "Auto" radio buttons alone, click "ADD"
- Click On "Session"
- In "Saved Sessions", type in a name and hit "Save"
- Double-click your session
- Accept the SSH Fingerprint, if requested
- Type in yoru username and password
- Open My computer, type "\\10.1.1.1" in the address box
- You should have your shares.
Subscribe to:
Posts (Atom)