Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

USB2 hard disk instalation

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Guest

USB2 hard disk instalation

#1 Post by Guest »

Hello,

I would like to install debian woody on my external had drive, but somehow the external harddrive is not detected durring the installation. How do I make it visible so i can select it during the installation process.

note: the hard disk is an external USB 2.0 hard disk.
How can i mount it before the installation.

I use the x86 debian woody installation ISO.

Thanks

sprucio
Posts: 143
Joined: 2005-03-29 03:30

#2 Post by sprucio »

I'm not sure if woody does a good support for USB 2 but this is what I would try.

Switch to tty1 (CTRL+ALT+F1) and then login. Once you put the USB cable in to the PC, it should state something on the screen. If you are successful, you can mount it using the mount command.

Code: Select all

# mkdir /mnt/usb
# mount -t vfat /dev/sda1 /mnt/usb
The commands above are assuming that your USB hard drive is formatted as FAT32.

Guest

#3 Post by Guest »

My hard drive isn't formated i was thinking doing the formating from the installation setup.

Post Reply