Questions tagged [partition]

A partition is a means of logically dividing a computing resource (most frequently disk storage)

Partitions are a way to logically divide a computing resource. Most frequently this is applied to MBR Disk storage. For instance a hard drive or other storage media so that each partition is logically independent of one another. This can be done for a variety of reasons including security, separating multiple operating systems, utilizing multiple file systems, or other benefits realized by the logical separation.

1109 questions
3
votes
2 answers

Should I really leave some space unused with LVM partition?

I am migrating to a new server where I'm going to use LVM partitioning on a RAID 1 array (2 hard drives). I have read some tutorials which advise to leave some space unused so that I can expand the partition later, if needed. Now, with the new…
Nickolai Leschov
  • 457
  • 4
  • 8
  • 22
3
votes
1 answer

NexentaStor: how to partition SSD disk?

I'm trying to set up some homegrown storage using a desktop motherboard, 4 x SATA drives and 2 x SSD drives. I'd really like to use NexentaStor for its nice web interface and for it is some production-ready status, but I also want to use ZIL and…
Alexander
  • 774
  • 2
  • 11
  • 20
3
votes
2 answers

HP DL320e Gen8, 3TB drives, Windows Server 2012 R2 - HDD full capacity alocation difficulties during installation

One interesting task to do but not so easy as i thought. The server is HP DL320e gen8, The main difficulty is with partitioning the RAID1 (2x3TB HDDs) during the installation on 2 partitions (System = 200GB and Data = the rest of the space ~ 2.7TB)…
3
votes
1 answer

How can I resize my logical volume in CentOS6?

I increased the provisioned size in the Vsphere client to 32GB and I used gparted to resize the VG to 32GB --- Physical volume --- PV Name /dev/sda2 VG Name vg_proxy PV Size 31.51 GiB / not usable…
the dave
  • 73
  • 1
  • 2
  • 9
3
votes
5 answers

How to change the drive letter once windows is installed?

I have a machine with Windows Storage Server 2003 x64 on it. For whatever reason Dell shipped it with a 12GB OS partition and the person who set this up when we got it left it like that and it's since filled up. Since this partition is on the same…
Brian Surowiec
  • 299
  • 1
  • 4
  • 15
3
votes
2 answers

Shrink a mounted LVM partition

I fear I already know the answer to this question, but here goes. I need to carve out a new partition on a running system. /var/ is mounted from an LVM volume (hdd1_vg-var) and has only 3% used disk space. / is mounted separately (hdd1_vg-root) and…
javanix
  • 247
  • 4
  • 15
3
votes
4 answers

What directories go on which drives so as to make Windows re-installation as painless as possible?

I'm getting a new machine and will be installing Windows 7 RC1 on it. I want to partition drive(s) to make OS re-installation as painless as possible. I'm going to try to figure this out for NT/XP/2k/Vista/W7. I'm going to update this question as I…
Scott
  • 1,072
  • 1
  • 11
  • 11
3
votes
2 answers

What's the optimal server configuration for fastest inserting in a MySql database in this scenario?

I have a MyISAM table partitioned by range with 90 partitions representing the last 90 days. I expect this table to receive somewhere between 500 million to 1 billion records before i start rotating partitions (dropping old ones and creating new…
Gary Willoughby
  • 102
  • 2
  • 11
3
votes
2 answers

What is the recommended disk setup for hyper-v on Windows Server 2008

We have two new servers running Server 2008 Standard: Dual Xeon E5430 @ 2.66 16 GB RAM 6 Seagate 146GB 15,000 RPM 16MB Cache SAS on RAID 5 (4+1) with hot spare for total of 544 GB hard disk We have this setup on our current Windows Server 2003…
Breadtruck
  • 431
  • 6
  • 15
3
votes
3 answers

No space left on device

I have a vServer and I can't upload/copy files. It says "no space left on device" but I have like 130 GB on my hdd. This is what it shows on: df -h / df -h / Filesystem Size Used Avail Use% Mounted on /dev/mapper/volume-root …
floube
  • 31
  • 1
  • 2
3
votes
4 answers

Linux web server partitioning: How should I do it?

I've order a dedicated server which will have 2x1TB hard disks. I'd like a little help though on how I should partition the disks. Everything will be setup using software raid1 (mdadm) and all of the user data will reside in /home (this includes…
feugatos
  • 131
  • 1
  • 2
3
votes
1 answer

Exchange 2010 on VMware - can I expand a partition with databases on it?

I have an Exchange server at a remote office that has a database partition that has grown considerably. It is running on VMWare vsphere 4.1. Normally on most VMs I would shut down the VM, and increase the disk space, then expand the disk. But the…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
3
votes
5 answers

Re-sizing disk partition linux/vm

I VM Player running a linux guest and I was wanting to know how do I expand the disk? In the VM player I gave more disk space but I am not sure how to mount/expand/connect the new disk space to the system. My old disk space was 14GB [root@localhost…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
3
votes
1 answer

root partition is full when trying to open big files

I have big tar.gz and .rar files. when i try to open them (even to amounted partition with over 500G) my root partition is consumed, i'm guessing it's something to do with temp files but i have no idea how to open it. Here's my df -h…
Danny Valariola
  • 263
  • 1
  • 3
  • 12
3
votes
1 answer

Quantifying the effects of partition mis-alignment

I'm experiencing some significant performance issues on an NFS server. I've been reading up a bit on partition alignment, and I think I have my partitions mis-aligned. I can't find anything that tells me how to actually quantify the effects of…
Matt
  • 1,047
  • 2
  • 14
  • 20