Winter Knight
Group: Members
Posts: 146
Joined: April 2006 |
|
Posted: Dec. 10 2006,23:01 |
|
So, you only have one computer? That is a pain, especially when trying to learn or set up a new OS.
Did you know that you can access your hard drive from linux? If it is formatted NTFS, it is a difficult process to write to it, but reading from all popular file systems is a piece of cake.
Code Sample | cd /mnt ls mount hda1 cd /mnt/hda1/My\ Documents/ |
Depending on how you formatted your hard drive, your windows drive might not be "hda1".
So, using windows, download the files you need, and put them in a directory on your hard drive. Reboot into DSL. Set up your network, using these files.
It might also help to download some web pages from ndiswrapper's site, like the FAQs, troubleshooting, etc.
I recommend seeing about getting a free Pentium computer. Damn Small Linux runs on Pentiums. It even runs on 486's. Your card probably says something like 500 MHz minimum, but that's for a Windows PC. They factor in all the bloat that your CPU has to fight. Ask at your school's IT department if they have any "relic" PCs. It's a real pain in the ass getting something like this to work with only one computer.
Good luck, and Merry Christmas.
|