Sponsored Content
Full Discussion: format to linux native?
Top Forums UNIX for Dummies Questions & Answers format to linux native? Post 5447 by LivinFree on Wednesday 15th of August 2001 01:03:46 AM
Old 08-15-2001
In the Redhat installer, it should give you a choice of using fdisk, cfdisk, or disk druid to partition your drive. If possible, try disk druid, and if that doesn't work, try cfdisk. If neither works, post back...

Remember to create at least one partition for Linux (just called Linux in druid and cfdisk, called ext2 in fdisk), and at least a little space for swap in there too. The reccomended swap space is 2 times your RAM (e.g. - if you have 32meg RAM, make at least a 64 meg swap partition).
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Want To convert script in Linux format

I have scripts which I want to convert in Linux format. Note these scripts are in txt format.But I want to convert them in Linux, as DBA's will be using this script. Any command or utility which converts tht files in proper Linux format. Thanks in Adavce. Kunal (1 Reply)
Discussion started by: niceboykunal123
1 Replies

2. Linux

problem to format linux partition

hi friends one week ago, i have installed fedoa 9 on my home pc. i already have windows xp on that machine. unfortunately my windows xp has corrupted. again i want to install windows xp but it is not installing. will i format my linux partition or some other option is there. please help me... (0 Replies)
Discussion started by: praneshmishra08
0 Replies

3. Programming

Regarding Native method

Hi, I am working with solaris 9 and I am using jre1.6. In my application,I am using java and C++ in my application.Basically we are using the java for front end and C/C++ for back hand.So I have to call the C/C++ source code form java code.we are using native methods for it.. So application... (1 Reply)
Discussion started by: smartgupta
1 Replies

4. UNIX for Dummies Questions & Answers

Trying to native compile Linux Dialog

Hi, as my thread has been moved to Debian. I don't run Debian machine. My machine is Linux embedded router - mipsel. Sources come from Debian, but Dialog sources are GNU, so no Debian specific. Native compilation vs. crosscompilation, exactly to let you know, that I don't run Debian... (2 Replies)
Discussion started by: jack2
2 Replies

5. Ubuntu

Conversion of the format of a file in linux

How to convert a rtf file to a ttf file in ubuntu terminal? (2 Replies)
Discussion started by: poonam.gaigole
2 Replies

6. Shell Programming and Scripting

Linux mail format problem

I am trying to use Linux mail command on red hat linux. It is working fine except when there is hardcoded "\n" characters in the file content i want to send. It is literally taking "\n" as text and message is not getting formatted to give newliine effect. I am using the following command: cat... (3 Replies)
Discussion started by: fundoo.code
3 Replies

7. SuSE

Unable to format suse Linux

Hello All, I am new to use linux. I installed SUSE Linux Enterprise Server 11 (x86_64) trail version which is free for 60 days. Now I want to again format the whole system and install the same OS again but its not happening. I am trying with a bootable pen drive which has an .iso image of... (1 Reply)
Discussion started by: hunk_harsha
1 Replies

8. UNIX for Beginners Questions & Answers

Keep Linux in english while windows in native language

hi, I want that a language change in windows won't effect Linux language (which should be always English). I had that feature but A Windows update changed it. How can I fix it? (7 Replies)
Discussion started by: daivon
7 Replies

9. UNIX for Beginners Questions & Answers

Wanna learn native GUI programming in UNIX - Linux ?

Hi , wanna learn native GUI programming in Unix-Linux instead of Gtk and Qt. No problem. You don't need a cross platform Gui toolkit like Gtk and Qt. And the code and syntax is also not more or less than others. Check out this code for a simple mainwindow for your application that is openend in... (0 Replies)
Discussion started by: Sennenmut
0 Replies
CFDISK(8)						       System Administration							 CFDISK(8)

NAME
       cfdisk - display or manipulate a disk partition table

SYNOPSIS
       cfdisk [options] [device]

DESCRIPTION
       cfdisk is a curses-based program for partitioning any block device.  The default device is /dev/sda.

       Note  that  cfdisk  provides  basic partitioning functionality with a user-friendly interface.  If you need advanced features, use fdisk(8)
       instead.

       Since version 2.25 cfdisk supports MBR (DOS), GPT, SUN and SGI disk labels, but no longer provides any  functionality  for  CHS	(Cylinder-
       Head-Sector) addressing.  CHS has never been important for Linux, and this addressing concept does not make any sense for new devices.

       Since  version  2.25 cfdisk also does not provide a 'print' command any more.  This functionality is provided by the utilities partx(8) and
       lsblk(8) in a very comfortable and rich way.

       If you want to remove an old partition table from a device, use wipefs(8).

OPTIONS
       -h, --help
	      Display help text and exit.

       -L, --color[=when]
	      Colorize the output.  The optional argument when can be auto, never or always.  If the when argument  is	omitted,  it  defaults	to
	      auto.  The colors can be disabled, for the current built-in default see --help output. See also the COLORS section.

       -V, --version
	      Display version information and exit.

       -z, --zero
	      Start with an in-memory zeroed partition table.  This option does not zero the partition table on the disk; rather, it simply starts
	      the program without reading the existing partition table.  This option allows you to create a new partition table  from  scratch	or
	      from an sfdisk-compatible script.

COMMANDS
       The  commands  for  cfdisk can be entered by pressing the corresponding key (pressing Enter after the command is not necessary).  Here is a
       list of the available commands:

       b      Toggle the bootable flag of the current partition.  This allows you to select which primary partition  is  bootable  on  the  drive.
	      This command may not be available for all partition label types.

       d      Delete  the current partition.  This will convert the current partition into free space and merge it with any free space immediately
	      surrounding the current partition.  A partition already marked as free space or marked as unusable cannot be deleted.

       h      Show the help screen.

       n      Create a new partition from free space.  cfdisk then prompts you for the size of the partition you want to create.  The default size
	      is equal to the entire available free space at the current position.

	      The  size  may  be followed by a multiplicative suffix: KiB (=1024), MiB (=1024*1024), and so on for GiB, TiB, PiB, EiB, ZiB and YiB
	      (the "iB" is optional, e.g. "K" has the same meaning as "KiB").

       q      Quit the program.  This will exit the program without writing any data to the disk.

       s      Sort the partitions in ascending start-sector order.  When deleting and adding partitions, it is likely that the	numbering  of  the
	      partitions will no longer match their order on the disk.	This command restores that match.

       t      Change the partition type.  By default, new partitions are created as Linux partitions.

       u      Dump the current in-memory partition table to an sfdisk-compatible script file.

	      The script files are compatible between cfdisk, fdisk, sfdisk and other libfdisk applications.  For more details see sfdisk(8).

	      It  is also possible to load an sfdisk-script into cfdisk if there is no partition table on the device or when you start cfdisk with
	      the --zero command-line option.

       W      Write the partition table to disk (you must enter an uppercase W).  Since this might destroy data on the disk, you must either  con-
	      firm  or	deny the write by entering `yes' or `no'.  If you enter `yes', cfdisk will write the partition table to disk and then tell
	      the kernel to re-read the partition table from the disk.

	      The re-reading of the partition table does not always work.  In such a case you need to inform the kernel about any  new	partitions
	      by using partprobe(8) or partx(8), or by rebooting the system.

       x      Toggle extra information about a partition.

       Up Arrow, Down Arrow
	      Move  the cursor to the previous or next partition.  If there are more partitions than can be displayed on a screen, you can display
	      the next (previous) set of partitions by moving down (up) at the last (first) partition displayed on the screen.

       Left Arrow, Right Arrow
	      Select the preceding or the next menu item.  Hitting Enter will execute the currently selected item.

       All commands can be entered with either uppercase or lowercase letters (except for Write).  When in a submenu or at a prompt, you  can  hit
       the Esc key to return to the main menu.

COLORS
       Implicit coloring can be disabled by creating the empty file /etc/terminal-colors.d/cfdisk.disable.

       See terminal-colors.d(5) for more details about colorization configuration.

       cfdisk does not support color customization with a color-scheme file.

ENVIRONMENT
       CFDISK_DEBUG=all
	      enables cfdisk debug output.

       LIBFDISK_DEBUG=all
	      enables libfdisk debug output.

       LIBBLKID_DEBUG=all
	      enables libblkid debug output.

       LIBSMARTCOLS_DEBUG=all
	      enables libsmartcols debug output.

       LIBSMARTCOLS_DEBUG_PADDING=on
	      use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.

SEE ALSO
       fdisk(8), parted(8), partprobe(8), partx(8), sfdisk(8)

AUTHOR
       Karel Zak <kzak@redhat.com>

       The current cfdisk implementation is based on the original cfdisk from Kevin E. Martin (martin@cs.unc.edu).

AVAILABILITY
       The cfdisk command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/.

util-linux							    March 2014								 CFDISK(8)
All times are GMT -4. The time now is 01:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy