Sponsored Content
Operating Systems Solaris Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD? Post 303036939 by Neo on Thursday 18th of July 2019 07:32:01 AM
Old 07-18-2019
You should install on an entirely different main partition.

Please post your entire fdisk list of your partition table.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help.. i just installed freebsd

okey.. i was looking to run a mud.. Multi user Dungeon of my server.. i am not sure how to add users.. could someone please help me? (1 Reply)
Discussion started by: Swifty
1 Replies

2. Solaris

How to install Solaris 9 on X86

HI All, I have three solaris disks: disk 1 & 2 and "image" disk. However, no instructions for installation on x86 came with them. (I downloaded from SUN.) I've searched far and wide on the net trying to find instructions for installing Solaris on my PII 500 mhz intel machine, but have... (7 Replies)
Discussion started by: JaredsNew
7 Replies

3. UNIX for Advanced & Expert Users

Clustering solution for RH Linux AS and Solaris x86/AMD 64

Dear All Experts, Would like to know the maturity/ stability of Redhat Linux AS 3.0 and Solaris. My organization need to setup cluster solution. We are well-versed with Veritas Cluster on Solaris. We are thinking of waiting for certification support of the various ISV like Oracle, Veritas... (3 Replies)
Discussion started by: izy100
3 Replies

4. UNIX for Dummies Questions & Answers

Install drivers Solaris 10 x86

I am trying to figure out a way to install drivers for a network card. I have a 3C905C-TXM 3Com card that appeared to check out on Solaris's Web Site. I found what I thought was a driver, although that may not be the case, because the instructions asked me to copy-and-paste the contents into a... (1 Reply)
Discussion started by: Jody
1 Replies

5. Solaris

just installed Solaris 10 x86

Hi, I've just installed solaris 10 on one of my old PC's (a 1ghz 256M PC). I think the installation worked ok but when I reboot it I can only login via the command line console and not the nice CDE interface. Has anyone seen this before? Its probable something simple I'm doing wrong. ... (4 Replies)
Discussion started by: fishman2001
4 Replies

6. Solaris

Problem after Install SUN solaris x86

after install solaris x86 on my computer success, but it can't boot. When the machine start, and i choose option 1 - default, it shows "W" on screen and system restart . Anyone can help me. My computer : dual core - 1gb ram - x86 (7 Replies)
Discussion started by: quan0509
7 Replies

7. UNIX for Dummies Questions & Answers

How can I install Solaris 10 x86 on a machine without a DVD drive?

How can I install Solaris 10 x86 on a machine without a DVD drive? Is there a way to boot from a flash stick or install it through a network? Any help will be appreciated. (1 Reply)
Discussion started by: Bradj47
1 Replies

8. Solaris

Apache Install error on Solaris 10 x86

I am trying to install apache on a sun server (Solaris 10 x86) but when I execute the compile i have the following error; configure failed for srclib/apr Can anybody help with this. Thanks for the usual help oh-daa (2 Replies)
Discussion started by: oh-daa
2 Replies

9. UNIX for Beginners Questions & Answers

Solaris Live Media x86 Install

Unix Buddies Burned download to DVD-R. Booted it. It dropped me at a command line. Is it working properly? Thanks! (7 Replies)
Discussion started by: Solaris User
7 Replies
RESIZE2FS(8)						      System Manager's Manual						      RESIZE2FS(8)

NAME
resize2fs - ext2 file system resizer SYNOPSIS
resize2fs [ -d debug-flags ] [ -f ] [ -F ] [ -p ] device [ size ] DESCRIPTION
The resize2fs program will resize ext2 file systems. It can be used to enlarge or shrink an ext2 file system located on device so that it will have size blocks. If the size parameter is not specified, it will default to the size of the partition. The size parameter may never be larger than the size of the partition. The resize2fs program does not manipulate the size of partitions. If you wish to enlarge a filesystem, you must first make sure you can expand the size of the underlying partition first. This can be done using fdisk(8) by deleting the partition and recreating it with a larger size. When recreating the partition, make sure you create it with the same starting disk cylinder as before! Otherwise, the resize operation will certainly not work, and you may lose your entire filesystem. If you wish to shrink an ext2 partition, first use resize2fs to shrink the size of filesystem. Then you may use fdisk(8) to shrink the size of the partition. When shrinking the size of the partition, make sure you do not make it smaller than the new size of the ext2 filesystem! OPTIONS
-d debug-flags Turns on various resize2fs debugging features, if they have been compiled into the binary. debug-flags should be computed by adding the numbers of the desired features from the following list: 1 - Print out all disk I/O 2 - Debug block relocations 8 - Debug inode relocations 16 - Debug moving the inode table -p Prints out a percentage completion bars for each resize2fs operation, so that the user can keep track of what the program is doing. -f Forces resize2fs to proceed with the filesystem resize operation, overriding some safety checks which resize2fs normally enforces. -F Flush the filesystem device's buffer caches before beginning. Only really useful for doing resize2fs time trials. AUTHOR
resize2fs was written by Theodore Ts'o <tytso@mit.edu>. COPYRIGHT
Resize2fs is Copyright 1998 by Theodore Ts'o and PowerQuest, Inc. All rights reserved. As of April, 2000 Resize2fs may be redistributed under the terms of the GPL. SEE ALSO
fdisk(8), e2fsck(8), mke2fs(8) E2fsprogs version 1.32 November 2002 RESIZE2FS(8)
All times are GMT -4. The time now is 05:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy