LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how can I have cfdisk command in Redhat 8.0? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-have-cfdisk-command-in-redhat-8-0-a-74001/)

broodman 07-18-2003 11:15 PM

how can I have cfdisk command in Redhat 8.0?
 
Can anyboy help me with this newbie's question?

I don't have this command, need I install something?

DrOzz 07-18-2003 11:46 PM

how did you go about coming to the conclusion that you don't have this command?

broodman 07-19-2003 01:29 AM

my expression might not be accurate.
when I type cfdisk, it said "no command .............", just like when you type "abcdef" as a command.

DrOzz 07-19-2003 01:44 AM

yah but it may not be in your path so try typing
whereis cfdisk or something...
and if you finally come to the verdict that you don't have it, you can either
a) go download the package
or..
b) use fdisk instead :D

broodman 07-19-2003 01:58 AM

Hi, thank you for your respond.

I am not sure. but when I do "locate cfdisk", it can not find anything? As you say, I should try whereis........ before I reboot to my redhat, can you tell me where can I downloaded the package?

and for the fdisk. it does not report unallocated partition on the hard drive. I am just wondering the cfdisk might do the job.

DrOzz 07-19-2003 02:02 AM

look for a package with a name like --> cfdisk-glibc
or you can also try sfdisk...:D

broodman 07-19-2003 02:09 AM

Hi, DrOZZ:

OK, I am going to reboot later.
actually, my problem is that I have an unallocated part released from my XP partition (NTFS) by partition magic. I want use that space to create a new FAT partition so I can share files between two operation system.

do you have any suggestion?

broodman 07-19-2003 02:25 AM

I tried whereis command and "cfdisk-glibc", and I did not find cfdisk.

where can I download it?

lynch 07-19-2003 03:18 AM

Try the command as root or try typing /sbin/cfdisk or /usr/sbin/cfdisk
HTH
lynch

lfur 07-19-2003 05:26 AM

try:
su -c 'find / -name cfdisk'

and it will probably print out the location of the file ...

DrOzz 07-19-2003 09:26 AM

no no i didn't say try typing cfdisk-glibc or trying searching for it on your box, i said go download that package, in which in turn contains cfdisk.

broodman 07-19-2003 12:11 PM

Now I am sure I don't have cfdisk installed in my redhat 8.0.

and I downloaded cfdisk-2.11z-alt1.1.i586.rpm, (is this OK, but I have a i686 CPU).

then I type:
rpm -iv cfdisk-2.11z-alt1.1.i586.rpm

it told me I need libtinfo.so.5

then I download ncurses-5.2-34.i686.rpm which said have libtinfo.so.5, but when I try to install it, system show a lot of conflict, it seem like I have already have a ncurses installed. and I can not do "rpm -U ncurses-5.2-34.i686.rpm", also I does not allow me to "rpm -e ........." because ncurses is required for something ............

anyway, I understand why I get so much complaint. does anybody have cfdisk in redhat 8.0 and if so how do you get it?

broodman 07-19-2003 12:14 PM

sorry, in the last post "anyway, I understand why ............" should be "anyway, I dont understand why ................" ^^


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