LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Help Using Fdisk (https://www.linuxquestions.org/questions/linux-hardware-18/help-using-fdisk-207403/)

Dannydy 07-20-2004 09:18 AM

Help Using Fdisk
 
Hello All,


I'm hoping that you can help me out with a problem that i have. I was trying to use fdisk on my other scsi harddrive when i enter the command

fdisk /dev/sdb1

This appear

bash: fdisk: command not found


Yes i'm in root, so please some one can help me

Dan

druuna 07-20-2004 09:24 AM

fdisk isn't installed, or cannot be found with your PATH setting.

Check to make sure fdisk is installed/ PATH setting is correct.

If not installed:
- install fdisk :)

michaelk 07-20-2004 09:26 AM

fdisk should be located in the /sbin directory. Try:

/sbin/fdisk /dev/sdb (Do not specify a partition ID)

If you used the su command to log in as root use 'su -' instead. This will use roots path environment instead of the regular users.

Dannydy 07-20-2004 09:26 AM

how do i install Fdisk or check the path?


DAn


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