LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-29-2003, 10:09 PM   #1
ManweoftheValar
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 10

Rep: Reputation: 0
Is it possible to install to a FireWire external drive?


I currently run Windows XP and want a dual boot system. I don't want to repartition as it's a pain in the posterior anatomy. I happen to have an 80GB external hard drive (FireWire) lying around and I was wondering if I could somehow boot Linux with it. (I would install LILO on the MBR of my main HDD)
 
Old 09-30-2003, 07:56 AM   #2
LarryDoliver
Member
 
Registered: Mar 2003
Posts: 126

Rep: Reputation: 17
I'd bet that you'd need at least a 10MB boot partition on the internal drive.

Then again, does lin4win still exist out there? If so, this might get you there.

Search here and goole for lin4win - it used to come with the redhat install CD's in something like dostools directory...
 
Old 09-30-2003, 08:56 AM   #3
ManweoftheValar
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
Well, if it's that easy, I have an old 4GB HDD that used to be in my other comp (upgraded) that I could put in there, and then set that to boot linux. I'd need to know how to install most of my Linux files to my FireWire drive (which I don't know how to set up for Linux)
 
Old 09-30-2003, 09:21 AM   #4
LarryDoliver
Member
 
Registered: Mar 2003
Posts: 126

Rep: Reputation: 17
ahhh, no prob!

install your 4GB drive and partition in 3 buckets. I'll assume this is your second hdd:
Code:
partition      size          mount point
hdb1           50MB         /boot
hdb2           512MB       <swap>
hdb3           [fill]           /
You've got room there to do a complete install on that 4gb drive. ((put grub on MBR of hda.) Reboot and once your up and running, create a new filesystem on the external drive (ext3). That will look something like

(I'm assuming the device name of your firewire drive is /dev/scd0
Code:
fdisk /dev/scd0
n (to make a new partition, p , 1 to make a single primary parition)
mkfs -t ext3 /dev/scd0
then, temporaroly mount this drive, copy your home dir over to this, and remount at /home:
Code:
mkdir /mnt/temp
mount /dev/scd0 /mnt/temp
cp -r /home/* /mnt/temp
rm -rf /home/*
umount /mnt/temp
mount /dev/scd0 /home
then edit fstab to make this drive remount at bootup.

(I used "/home" as what you want to put on the external drive. You could put something like "/usr/local", depending on what you mean by "most of my Linux files to my FireWire drive")
 
Old 09-30-2003, 05:54 PM   #5
ManweoftheValar
LQ Newbie
 
Registered: Sep 2003
Distribution: Slackware
Posts: 10

Original Poster
Rep: Reputation: 0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help mounting an external firewire drive Stevetgn Linux - Newbie 0 10-16-2005 02:46 PM
Mounting an external firewire hard drive: how? Choke Linux - Hardware 2 02-11-2005 12:42 PM
Installing SuSE on an external FireWire drive: YaST can't edit partitions on drive kivimaki Linux - Distributions 2 09-13-2004 08:52 PM
linux can install from external firewire DVD drive? pickle Linux - Software 1 07-15-2004 05:02 PM
Installing Slackware 9 to external FireWire drive Atdeb Linux - General 1 06-13-2003 11:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration