Sponsored Content
Top Forums UNIX for Dummies Questions & Answers relabel partition after install Post 35694 by larry on Monday 28th of April 2003 11:25:20 AM
Old 04-28-2003
killerserv,

Thanks but my labels are Ext 3 format. But I tried it anywhere. For your information it did not work. I guess that I will have to reinstall Redhat 7.2. Thanks for the information? mI think it will be helpful one day.Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

understanding logical partition, physical partition

hi, 1) is logical partition the same as physical partition except that one is physical and the other is logical? 2) then it must a one to one ratio? (3 Replies)
Discussion started by: yls177
3 Replies

2. UNIX for Dummies Questions & Answers

partition install

this question has probly been answered but i could not find it (sad).... anyhow, my question is, that i would like to know how (step by step) i can install mandrake 9.1 on my computer which currently runs win98... the catch is that i need to keep windows 98 on my computer, and the compter must boot... (5 Replies)
Discussion started by: punk000
5 Replies

3. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

4. SCO

Incorrect Disk Partition - New Install SCO 6.0

New IBM x3400 machine with a raid 5 configuration. Go through the early setup routine to the point where I answer the questions for time zone, machine name. Enter continue and get a message stating : "Incorrect disk partitioning cannot continue" This is a sco message, refers to the installation... (1 Reply)
Discussion started by: wjbtms
1 Replies

5. Slackware

Install more than one OS in a single partition...

Hello dear........this is karan singh. I want to ask a question that how can we install more than one OS in a single partition of any hard disk. I am not asking about to install more than one os in a hard disk,but on a single partition. NOTE:I am confident that it is possible to install... (2 Replies)
Discussion started by: Alohamora
2 Replies

6. Solaris

Install with /var in separate partition - Zfs / 10

This is my first time working with ZFS on Solaris 10. I am trying to set up /var in a separate partition from /. During the installation, I came across the ZFS settings where I selected disks 0 and 1 to be mirrored with ZFS. Next was the option to have /var and / on separate datasets. Is... (3 Replies)
Discussion started by: 6L71
3 Replies

7. Shell Programming and Scripting

rsync from partition to partition fastest

Gentleman, Please move if I have chose the incorrect forum section. I am trying to move data that is not backed up from partition 1 to partition 2 on a SAN that has a GFS2 filesystem. Since the data is not backed up I am rsyncing this data and once verified I will delete from the source... (6 Replies)
Discussion started by: jaysunn
6 Replies

8. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

9. Filesystems, Disks and Memory

Ask concept soft partition vs hard partition

Hi Experts I would like to know different between soft partition concept and hard partition concept on solaris. Here is little explanation between soft partition concept and hard partition concept on solaris. Soft Partition: 1TB total space available in storage in all mapped to the OS to... (2 Replies)
Discussion started by: edydsuranta
2 Replies

10. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies
PLTIMEFMT(3plplot)						    PLplot API							PLTIMEFMT(3plplot)

NAME
pltimefmt - Set format for date / time labels SYNOPSIS
pltimefmt(fmt) DESCRIPTION
Sets the format for date / time labels. To enable date / time format labels see the options to plbox(3plplot) and plenv(3plplot). Redacted form: pltimefmt(fmt) This function is used in example 29. ARGUMENTS
fmt (const char *, fmt) This string is passed directly to the system strftime. See the system documentation for a full list of conversion specifications for your system. All conversion specifications take the form of a '%' character followed by further conversion specification character. All other text is printed as-is. Common options include: %c: The preferred date and time representation for the current locale. %d: The day of the month as a decimal number. %H: The hour as a decimal number using a 24-hour clock. %j: The day of the year as a decimal number. %m: The month as a decimal number. %M: The minute as a decimal number. %S: The second as a decimal number. %y: The year as a decimal number without a century. %Y: The year as a decimal number including a century. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLTIMEFMT(3plplot)
All times are GMT -4. The time now is 02:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy