05-06-2002
does the 28gb partition have data on it? if not, then run the format utility and partition it that way. if so, back up your data using ufsdump, rebuild, then restore the data back using ufsrestore.
9 More Discussions You Might Find Interesting
1. IP Networking
how can i map a shared network drive? Is there any command to perform mapping?
For example if i want to map a shared directory named "wwwroot" in machine "dev001" to my machine's "X" drive, how can it be done??
-Thanks
Sakthi. (1 Reply)
Discussion started by: cs_sakthi
1 Replies
2. UNIX for Dummies Questions & Answers
I have search the archives with no luck. Looking for help with my specific system.
I have an SUN ULTRA 2 with dual 4.3GB HD's. I installed Solaris 8 with default settings (auto configure)and 2nd drive was partioned /export/home/extra as the only mount(4.3 G's).
I then reinstalled the OS... (7 Replies)
Discussion started by: finster
7 Replies
3. Solaris
Hi
I have a sun server. Recently I have attached a new 80 GB disk. I would like to install the Solaris OS on this disk.
Now I would be installing some database on this disk.
I have decided to allocate a slice of 20GB or DB2 and one more slice of 20GB for Sybase.
The / partition would... (4 Replies)
Discussion started by: RajaRC
4 Replies
4. Solaris
Hi theres
I am quite new to solaris, I have 40GB HDD in which I have created only 10 GB partition & installed solaris 10. Now I want to add another 10GB from remaining 30GB space. I tried this with format utility but I get stuck after I create fdsik partition. After creating this I cant... (1 Reply)
Discussion started by: i_mroy
1 Replies
5. Shell Programming and Scripting
hi
how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX?
thanks (0 Replies)
Discussion started by: nokia1100
0 Replies
6. Linux
Hi, group
Just wondering suppose you have linux already installed & now you get a new disk so that your computer has two disks. How do you go about partitioning/slicing the new disk in linux ? which utility do you use ?
Regards (4 Replies)
Discussion started by: Msororaji
4 Replies
7. Red Hat
Hello
I have two disks on Red Hat Linux box. Disk one has been installed Linux Operating system.
The disk two has been partitioned as one disk with 100 GB on the partition /dev/hda1.
Right now, I want to modify it as 5 partitions.
I like to partition disk 2 into 5 partitions.
One... (2 Replies)
Discussion started by: lukas_pise
2 Replies
8. Emergency UNIX and Linux Support
Hi
I have a server with a large RAID partition on it.
The raid partition is split into a few directories which are then shared individually via NFS.
Unfortunately the whole array is filling up and I need to do a little bit of juggling till I can upgrade the whole array to new disks.
I... (5 Replies)
Discussion started by: Bashingaway
5 Replies
9. Red Hat
Hi,
Case1 ) When a new disk is added ( ex: /dev/sda ), After scanning we create 1 partition for the whole disk ( ex: /dev/sda1 ) and then pvcreate and then add to a volume group.
Query )
1. We can do directly pvcreate on the whole disk also
So, what is the difference between
1.... (3 Replies)
Discussion started by: saurabh84g
3 Replies
LEARN ABOUT OPENSOLARIS
addpart
ADDPART(8) System Administration ADDPART(8)
NAME
addpart - tell the kernel about the existence of a partition
SYNOPSIS
addpart device partition start length
DESCRIPTION
addpart tells the Linux kernel about the existence of the specified partition. The command is a simple wrapper around the "add partition"
ioctl.
This command doesn't manipulate partitions on a block device.
PARAMETERS
device The disk device.
partition
The partition number.
start The beginning of the partition (in 512-byte sectors).
length The length of the partition (in 512-byte sectors).
SEE ALSO
delpart(8), fdisk(8), parted(8), partprobe(8), partx(8)
AVAILABILITY
The addpart command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/.
util-linux January 2015 ADDPART(8)