Sponsored Content
Top Forums UNIX for Dummies Questions & Answers New computer for Unix-based OS's -- need help deciding Post 302371533 by ollie200x on Sunday 15th of November 2009 01:18:49 PM
Old 11-15-2009
If I were you, i'd just go for an inexpensive $500 PC laptop with a decent sized hard drive for your partitions. As said above, Linux systems run great on pretty much anything, i've personally seen them run on Pentium 3's with no problem.

A PC is your best bet for sure, maybe a decade ago there'd have been alternatives but now the days of the Unix Workstation are pretty much over.

Good luck with whatever you decide on :)
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What can I do,if I want windows me and unix stay in the same computer?

My computer's operating system is windows me,now.I want install unix in it while I don't want to kill the windows me.So could u tell me what to do?I'd like you give me detailed information about it.Thank u. (2 Replies)
Discussion started by: David
2 Replies

2. UNIX for Dummies Questions & Answers

Im trying to put unix FreeBSD on my computer

i bought my computer from gateway about a year ago. i decided to try using a different OS so i tried partitioning my hard drive . It came with a older partion magic 4.0 and i tried using that but when i tried to install FreeBSD it wouldn't recongnise my drives. I just got lost on how to fix my... (1 Reply)
Discussion started by: Fossil
1 Replies

3. UNIX for Dummies Questions & Answers

Unix in pentium computer

Haw Can I install a solaris in my own pc at home I have try but every time it is just boot to windows what should I do about it so I can Have it at my home pc thanks All The best . . . . . . om911ar (1 Reply)
Discussion started by: omar911
1 Replies

4. UNIX for Dummies Questions & Answers

Mount a network computer/drive in unix?

:D hey all, how do you scan/mount a network drive or computer/directory? thanks (2 Replies)
Discussion started by: emplate
2 Replies

5. HP-UX

Computer Based Training

All, Any one knows where I can buy computer based training in unix like in AIX or HP-UX. some what like System Administration 1 and 2 Appreciate your help. :) (2 Replies)
Discussion started by: eykyn17
2 Replies

6. UNIX for Dummies Questions & Answers

Adding Unix on my Windows based computer

Hi Everyone... I am very interested in the Unix/Linux/Knoppix world and would like to eventually become proficient in the programming aspect of it all. Is it possible to use Knoppix in a partitioned drive on my Windows based computer to learn programming in Unix? Or do I need to partition my... (1 Reply)
Discussion started by: Rev. Enant
1 Replies

7. AIX

AIX on windows based computer.

Hello, We would like to perform tests on a product that my company created lately. We don't have the right hardware for AIX enviornment I've read the thred "Unix environments for MS Windows", but didn't see there a possibility to install AIX OS on a special compatible hardware. We've... (6 Replies)
Discussion started by: AshkA
6 Replies

8. UNIX for Dummies Questions & Answers

UUCP Transfer Files to Old UNIX Computer

I recently installed AT&T UNIX SysV, on an old Pentium computer. I now find that I am unable to transfer files to and from the computer. I previously posted about problems mounting a floppy drive, but that is just bringing up more problems about the filesystem format. JGT brought to my attention... (27 Replies)
Discussion started by: BrentBANKS
27 Replies
HD(4)							     Linux Programmer's Manual							     HD(4)

NAME
hd - MFM/IDE hard disk devices DESCRIPTION
The hd* devices are block devices to access MFM/IDE hard disk drives in raw mode. The master drive on the primary IDE controller (major device number 3) is hda; the slave drive is hdb. The master drive of the second controller (major device number 22) is hdc and the slave hdd. General IDE block device names have the form hdX, or hdXP, where X is a letter denoting the physical drive, and P is a number denoting the partition on that physical drive. The first form, hdX, is used to address the whole drive. Partition numbers are assigned in the order the partitions are discovered, and only nonempty, nonextended partitions get a number. However, partition numbers 1-4 are given to the four partitions described in the MBR (the "primary" partitions), regardless of whether they are unused or extended. Thus, the first logi- cal partition will be hdX5. Both DOS-type partitioning and BSD-disklabel partitioning are supported. You can have at most 63 partitions on an IDE disk. For example, /dev/hda refers to all of the first IDE drive in the system; and /dev/hdb3 refers to the third DOS "primary" partition on the second one. They are typically created by: mknod -m 660 /dev/hda b 3 0 mknod -m 660 /dev/hda1 b 3 1 mknod -m 660 /dev/hda2 b 3 2 ... mknod -m 660 /dev/hda8 b 3 8 mknod -m 660 /dev/hdb b 3 64 mknod -m 660 /dev/hdb1 b 3 65 mknod -m 660 /dev/hdb2 b 3 66 ... mknod -m 660 /dev/hdb8 b 3 72 chown root:disk /dev/hd* FILES
/dev/hd* SEE ALSO
chown(1), mknod(1), sd(4), mount(8) COLOPHON
This page is part of release 3.53 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 1992-12-17 HD(4)
All times are GMT -4. The time now is 02:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy