Sponsored Content
UNIX Standards and Benchmarks UNIX & LINUX Benchmarks (Version 3.11) UNIX Benchmarks unix s/w download using benchmarks Post 41009 by sravus on Friday 26th of September 2003 02:18:06 PM
Old 09-26-2003
Data how to download unix on a home laptop

So should i partition, because when i installed winXp ,i did not partition C:\ drive.So i now How do i load unix?Please clearly write to me.

Thanks
 

10 More Discussions You Might Find Interesting

1. Linux Benchmarks

Original BYTE UNIX Benchmarks (Version 3.11)

Just dusted off an old version of the Byte UNIX Benchmarks from our old benchmark days at http://linux.silkroad.com/ and ran them against www.unix.com: ============================================================== BYTE UNIX Benchmarks (Version 3.11) System -- Linux www 2.4.20 #2 Mon... (0 Replies)
Discussion started by: Neo
0 Replies

2. UNIX Benchmarks

Instructions for UNIX Benchmarks

STEP 1: Get the source here: https://www.unix.com/source/bm.zip or https://www.unix.com/source/unix_linux_bench.tar.gz STEP 2: Unzip or Untar STEP 3: make STEP 4: Run STEP: 5: Please login to www.unix.com and post test results along with platform info to: Include (if you... (0 Replies)
Discussion started by: Neo
0 Replies

3. UNIX for Dummies Questions & Answers

Where Do I Go To Download Unix?

Seriously. I Know Very Little About Unix, But Im Tired Of Windows. Id Like To Learn More About Other Os', But I Don't Know Where I Can Get A Download For Unix. I Know Some Body Can Hel[ Me. Thanks. (2 Replies)
Discussion started by: classicblue
2 Replies

4. UNIX for Dummies Questions & Answers

where can i download unix

okay, where can i download the unix operating system? i cant find it anywhere on your site (1 Reply)
Discussion started by: dcotto21
1 Replies

5. UNIX for Dummies Questions & Answers

where can i download UNIX OS?

where can i download UNIX OS? I am a new bie! :confused: (3 Replies)
Discussion started by: vuluan
3 Replies

6. UNIX for Dummies Questions & Answers

UNIX Download

Hello All, I need to train myself in UNIX. Where can I get UNIX OS download, so that I can multi boot it with my existing Windows OS? Thanks PHK (1 Reply)
Discussion started by: pkirangi
1 Replies

7. UNIX for Dummies Questions & Answers

Where can I download UNIX 4.0e

I was wondering if anybody knows where I can download Digital UNIX 4.0E. Thanks. (2 Replies)
Discussion started by: emybeavis
2 Replies

8. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

9. Fedora

where to download unix os

:confused: this is my very first post in unix.com. hello every one, I am a real Newbie and I wanna know .. 1) from where to download unix os ? 2) are ther any distros like linux in unix? (13 Replies)
Discussion started by: aarsh
13 Replies

10. UNIX for Dummies Questions & Answers

Where can I download Unix?

Hey Guys I work in a job where I am starting to use Unix. I want to practice on my own personal machine. I know I can download Linux in a lot of different flavors but does anyone know where I can download UNIX? Thanks in advance. (3 Replies)
Discussion started by: Koopa_Troopa
3 Replies
PARTITION(8)						      System Manager's Manual						      PARTITION(8)

NAME
partition - make a partition table SYNOPSIS
partition [-mf] device [type:]size[+*] ... DESCRIPTION
Partition makes a partition table on device using the types and sizes given. It may be used in combination with repartition(8) for auto- matic installation of Minix. You may give up to four type:size[+*] specifications for the partitions. You may also specify holes before, between, and after the parti- tions. A hole differs from a partition specification by not having a type. The first hole is by default 1 sector to make space for the primary bootstrap and the partition table. The other holes are 0. The type field is the type of the partitition in hexadecimal. The size field is the partition's size in sectors. The + or * may option- ally be added to indicate that the partition must be expanded to contain any leftover space on the device or to mark the partition active. Partitions are padded out to cylinder boundaries, except for the first one, it starts on track 1. Some operating systems care about this. Minix and MS-DOS do not. OPTIONS
-m Minix only, no need to pad partitions. This is the default for subpartition tables. -f Force making a partition table even if the device is too small. EXAMPLE
partition /dev/hd0 01:16384 81:40000 81:2880* 06:20000+ Partitions disk 0 into an 8 Mb DOS partition, 20 Mb Minix /usr, 1.44 Mb Minix / (active), and a DOS partition of at least 10 Mb at the end of the disk. (06:0+ would have been ok too, it's just a sanity check.) SEE ALSO
hd(4), part(8), repartition(8). AUTHOR
Kees J. Bot (kjb@cs.vu.nl) PARTITION(8)
All times are GMT -4. The time now is 08:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy