Quote:
Guess I'm going to be blocked here to but I need to vent about my treatment by what up to now I thought was a good place to post.
|
Did you double-post? That's a no-no here.
Let's take this stepwise. It's really rather easy as long as you have the requisite knowledge.
Do you know how to mount the second hard disc?
Edit /etc/fstab and add the following lines:
Code:
# Debian
/dev/hdb1 /mnt/debian ext3 defaults 1 1
I'm assuming that you formatted as ext3 (default). If not the ext3 above needs to be changed.
Save, exit. Now create a subdirectory in /mnt named debian. I've never used Linspire but it probably has an /mnt directory. If not, create it first.
Now become root and issue
mount -a
If there's an error, report it. If all is OK you will simply be returned to the command prompt.
Now if you fire up your file manager you should see your Debian Disc under /mnt/debian. You need to be root for this to work.
Next time you boot the 2nd hard disc will be mounted automatically.
Please come back with the results of this and we'll take it to the next stage. Incidentally nothing of this is Debian specific, All distros work this way.