Sponsored Content
Full Discussion: Mandrake 7.2 Installation
Top Forums UNIX for Dummies Questions & Answers Mandrake 7.2 Installation Post 30328 by lcfoo on Monday 21st of October 2002 12:42:47 AM
Old 10-21-2002
Question

Hi,
Actually I don't understand what is the problem going on:
I have run three OS - Windows 98, Windows 2000, and Linux Mandrake 6.0 and I don't find any problem - accept when one of these OS crash - a bit headache, very hard to troubleshoot.

I also play with WinXP, and I found it has similiarity with Windows Me and WIndows 2000.

I just formated my PC running Linux Mandrake 6.0 with WIndows 98.

Now I am running Windows Me and Linux Red Hat 8.0 (latest) - no problem.

What I know is never choose auto-mounting as it will auto-remove your existing OS. If I am not mistaken, there are 3 choice - Automatic, Custom, Expert Mode to set up LInux Mandrake 6.0. Choose Custom or Expert Mode where you have to setup root and other directories according our requirement and so on. Make sure you choose the correct hardisk hda or hdb (for ide), then set up partitian for root (/), boot (/boot), swap (/swap), and so on depends on whether you are going to use as server, home or workstation.

This is not applicable to Linux Suse 6.0 as it doesn't support Gnub previously - something like System Commander where it allows you to choose multiple OS booting. I haven't try the new version of Linux Suse - no tiime. Maybe any one can share the differences between different Linux
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Mandrake 8.1

Hi all, I have copied three .ISO files for Mandrake 8.1 from a Linux DVD onto my work LAN. They are: Mandrake81-cd1-inst.I586.iso Mandrake81-cd2-ext.I586.iso Mandrake81-cd3-supp.I586.isoThey're all +650M in size and I'd like to know what I need to do in order to create the three CD's... (3 Replies)
Discussion started by: Cameron
3 Replies

2. UNIX for Dummies Questions & Answers

mandrake installation

I have downloaded from www.linux-mandrake.com and have got everything as separate files. My question is how do I know which to put on which cd's? one of the folders is over 1.5 gig so how do I know? and I can't just download the ISO's it takes ages for me to download. ty (4 Replies)
Discussion started by: darryll777
4 Replies

3. UNIX for Dummies Questions & Answers

mandrake 7.0 and X

I have problems. I have to use Mandrake 7.0 for a college course and I have it installed and I can do all the command line stuff, but I want to get to the GUI. Problem is, I can't start X. SO, after doing some searching on google, I downloaded XFree86 4.0.1 and the latest driver for my video... (2 Replies)
Discussion started by: ober5861
2 Replies

4. UNIX for Dummies Questions & Answers

mandrake and os X

can i run mac os X stuff in mandrake? on a intel computer? (1 Reply)
Discussion started by: amicrawler
1 Replies

5. UNIX for Dummies Questions & Answers

Mandrake

I read the old posts about dual booting windows and linux, and I just wanted to clarify something: If I buy the mandrake version of linux, will that by itself partition the hard drive, or do I still have to get a copy of partition magic? If the mandrake version can do it, is it an easy process? ... (6 Replies)
Discussion started by: luke314pi
6 Replies

6. UNIX for Dummies Questions & Answers

need help mandrake os

my hdd root dir keeps dumping on me but when i install i use native linux format i i lost again yesterday is there a recovery methead? or a safe mode that i can go into ? i made a boot disk is it wise to let the formater program to auto alcate? give me a 5gb root drive and a 37gb home i relly... (1 Reply)
Discussion started by: amicrawler2000
1 Replies

7. UNIX for Dummies Questions & Answers

mandrake 10

i just got mandrake 10 and i installed xine the latest why does it crash my xserver and how do i fix this problem in mandrake 8 - 9.2 i had no problmes with xine until now with 10 (2 Replies)
Discussion started by: amicrawler2004
2 Replies

8. SuSE

mandrake problem

ihave mandrake 9.2 (will upgrade soon to 10) but anyways, i can't get the Hard drive or the CD-ROM or Floppy to show up on the desktop. can anyone help me out? (11 Replies)
Discussion started by: linux_newbe
11 Replies

9. Linux

mandrake

I just installed mandrake 9.2, and all I want right now is for gaim to allow me to use msn.. The version I got now is 0.59.? and I have tried to get the latest version but when I downloaded the rpm it said that there were errors... can someone help... for my rpm packaging I have went to Urpmi and... (3 Replies)
Discussion started by: flimzzy
3 Replies

10. Linux

Mandrake 8.00 installation/Booting problem...Plz Help

Hey everyone, I'm new to the forum. I have a problem with Mandrake 8.00; i have installed it on my old PC with no problems (none mentioned) but on re-booting after the installation it just hangs after listing the devices: Hard Disk, CD-ROM & Floppy A. I have installed it on Packard Bell with... (2 Replies)
Discussion started by: sybella1
2 Replies
MKSWAP(8)						     Linux Programmer's Manual							 MKSWAP(8)

NAME
mkswap - set up a Linux swap area SYNOPSIS
mkswap [-c] [-f] [-p PSZ] [-L label] [-U uuid] device [size] DESCRIPTION
mkswap sets up a Linux swap area on a device or in a file. The device argument will usually be a disk partition (something like /dev/sdb7) but can also be a file. The Linux kernel does not look at partition Id's, but many installation scripts will assume that partitions of hex type 82 (LINUX_SWAP) are meant to be swap partitions. (Warning: Solaris also uses this type. Be careful not to kill your Solaris partitions.) The size parameter is superfluous but retained for backwards compatibility. (It specifies the desired size of the swap area in 1024-byte blocks. mkswap will use the entire partition or file if it is omitted. Specifying it is unwise - a typo may destroy your disk.) The PSZ parameter specifies the page size to use. It is almost always unnecessary (even unwise) to specify it, but certain old libc ver- sions lie about the page size, so it is possible that mkswap gets it wrong. The symptom is that a subsequent swapon fails because no swap signature is found. Typical values for PSZ are 4096 or 8192. After creating the swap area, you need the swapon command to start using it. Usually swap areas are listed in /etc/fstab so that they can be taken into use at boot time by a swapon -a command in some boot script. WARNING
The swap header does not touch the first block. A boot loader or disk label can be there, but it is not recommended setup. The recommended setup is to use a separate partition for a Linux swap area. mkswap like many others mkfs-like utils erases the first block to remove old on-disk filesystems. mkswap refuses to erase the first block on a device with a disk label (SUN, BSD, ...) or on whole disk (e.g. /dev/sda). OPTIONS
-c Check the device (if it is a block device) for bad blocks before creating the swap area. If any are found, the count is printed. -f Force - go ahead even if the command is stupid. This allows the creation of a swap area larger than the file or partition it resides on. Without this option mkswap will refuse to erase the first block on a device with a partition table or on whole disk (e.g. /dec/sda). -p PSZ Specify the page size to use. -L label Specify a label, to allow swapon by label. (Only for new style swap areas.) -v0, -v1 Specify the swap space version. This option is deprecated and -v1 is supported only. The kernel has not supported v0 swap space format since 2.5.22. The new version v1 is supported since 2.1.117. -U uuid Specify the uuid to use. The default is to generate UUIDs. NOTES
The maximum useful size of a swap area depends on the architecture and the kernel version. It is roughly 2GiB on i386, PPC, m68k, ARM, 1GiB on sparc, 512MiB on mips, 128GiB on alpha and 3TiB on sparc64. For kernels after 2.3.3 there is no such limitation. Note that before 2.1.117 the kernel allocated one byte for each page, while it now allocates two bytes, so that taking a swap area of 2 GiB in use might require 2 MiB of kernel memory. Presently, Linux allows 32 swap areas (this was 8 before Linux 2.4.10). The areas in use can be seen in the file /proc/swaps (since 2.1.25). mkswap refuses areas smaller than 10 pages. If you don't know the page size that your machine uses, you may be able to look it up with "cat /proc/cpuinfo" (or you may not - the con- tents of this file depend on architecture and kernel version). To setup a swap file, it is necessary to create that file before initializing it with mkswap, e.g. using a command like # dd if=/dev/zero of=swapfile bs=1024 count=65536 Note that a swap file must not contain any holes (so, using cp(1) to create the file is not acceptable). SEE ALSO
fdisk(8), swapon(8) AVAILABILITY
The mkswap command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. Linux 13 March 2009 MKSWAP(8)
All times are GMT -4. The time now is 06:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy