Thanks for the encouragement. How do I find the PATH? I changed the directory to /sbin and typed what you said.
/sbin # ./fdisk /dev/sda /bin/sh: ./fdisk: not found I assume I will find fdisk elsewhere? I tried 'find / -name "fdisk"' but nothing was returned. Jim -----Original Message----- From: Helge Kreutzmann [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 12:37 PM To: Jim and Kelly Younkin Cc: [email protected] Subject: Re: Debian Installer - Problems Partitioning Importance: Low Hello, On Sat, Jun 05, 2004 at 12:10:33PM -0400, Jim and Kelly Younkin wrote: > I am ashamed to admit, but I *still* don't get how I am supposed to run > FDISK so I can get to an FDISK prompt. There is nothing to be ashamed of! > ~# fdisk /dev/sda > /bin/sh: ~fdisk: not found I don't know the PATH on this busybox. Try cd /sbin ./fdisk /dev/sda and then (after partitioning) return to the installer. Greetings Helge -- Helge Kreutzmann, Dipl.-Phys. [EMAIL PROTECTED] gpg signed mail preferred gpg-key: finger [EMAIL PROTECTED] 64bit GNU powered http://www.itp.uni-hannover.de/~kreutzm Help keep free software "libre": http://www.freepatents.org/

