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

RAID1: One RAID per Partition or Partitions on RAID device?

What is better suited for a normal Server: several partitions, which are bundled as several RAID1 devices (/dev/md0, /dev/md1, ...) without any partitions, which are not mirrored. one big /dev/md0, and partitions on this device What are the…
allo
  • 1,620
  • 2
  • 22
  • 39
3
votes
1 answer

Deleting extended partition safely without rebooting

On linux, if one deletes a (MSDOS) extended partition and there are extended partitions in use with higher numbers than the deleted one, the kernel fails to rescan the partitions with partprobe. This happens, I presume because the partitions…
loopbackbee
  • 1,395
  • 1
  • 10
  • 21
3
votes
2 answers

Rebalance CentOS / RHEL Ext4 LVM assignment

Our corporate standard is CentOS (which seems to prefer LVM), and I come from primarily a non-LVM background, so I'm treading new ground with this issue. I inherited an older machine as a log-server and had to reinstall CentOS. Due to issues with…
Mike Pennington
  • 8,305
  • 9
  • 44
  • 87
3
votes
1 answer

Shrink the size of LVM volume

I'm trying to shrink the size of Logical Volume --- Logical volume --- LV Name /dev/vg_linuxph53/lv_home VG Name vg_linuxph53 LV UUID bWrIb2-ek2G-2G3Y-a6kA-8nnB-8fM4-6OenbJ LV Write Access …
DmitrySemenov
  • 835
  • 2
  • 15
  • 27
3
votes
3 answers

Cannot resize an ntfs (Windows Server 2k3r2) boot partition booting from gparted

I am trying to use gparted to make my ntfs system/boot partition larger. I expanded the disk in ESX, providing an extra 60 GB or so of free space. I confirmed that this free space is available in gparted: However, when I try to go to "Move/Resize"…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
3
votes
2 answers

How to resize /dev/md1

I notice today that my /dev/md1/ is almost full: Filesystem Size Used Avail Use% Mounted on /dev/md1 10G 8.7G 798M 92% / tmpfs 7.8G 0 7.8G 0% /lib/init/rw udev 10M 172K 9.9M …
bl0b
  • 141
  • 1
  • 6
3
votes
2 answers

Umount stale glusterfs partition

I am using glusterfs on several Ubuntu servers: two of them are running glusterfs servers in replication mode. Without any clear error, the glusterfs partition became stale and the system shows this error when I try to access the stale…
Khaled
  • 36,533
  • 8
  • 72
  • 99
3
votes
1 answer

VM Partitioning

If this isn't the right place to ask this please redirect me. I'm using hyper-v to create virtual machines, I have 1.6TB to use, I have the parent on a partition of 50GB, how should I divide up the rest of the space? Would it be better to create a…
ELSheepO
  • 163
  • 1
  • 9
3
votes
1 answer

Setup grub2 on a GPT software raid 3 TB HDD

I like to setup grub2 on a GPT softare raid 3 TB HDD. Number Start (sector) End (sector) Size Code Name 1 2048 1050623 512.0 MiB FD00 Linux RAID 2 1050624 5860533134 2.7 TiB FD00 Linux…
burnersk
  • 2,056
  • 5
  • 27
  • 39
3
votes
1 answer

cloud hosting with only root partition

We are starting a website possibly with couple of thousands hits every day and few thousands registered users. By our hosting provider we were adviced to go with cloud hosting which we can easily expand later if we need. It is Ubuntu 11 running in…
mamadum
  • 33
  • 2
3
votes
2 answers

SQL 2008 R2: Data\Log partions

I have a SQL Server setup that a previous IT person set up with a 2TB data partition and a 1TB log partition. The OS partition is 244GB and SQL is installed on a separate 1TB partition. We have an additional 8TB of storage that I would like the…
3
votes
1 answer

Why does my lvm2 volume group only work with multipath device mapper and not powerpath?

My server is an Oracle Enterprise Linux 5.4 (RHEL5) on an hp blade (x64) with qlogic HBAs connected to an EMC clariion SAN. We are migrating from multipath to powerpath, because emc and the company storage team will not support multipath. Currently…
jwinders
  • 125
  • 1
  • 9
3
votes
2 answers

Recover a deleted partition by mistake (FAT32)

I deleted by mistake a FAT32 (I think it was fat32) partition in a external drive, searching I got through this post: http://www.tomshardware.co.uk/forum/229699-14-erased-partition-external-hard-drive-mistake-help but trying all the nice tools they…
user761076
  • 199
  • 1
  • 2
  • 10
3
votes
1 answer

What partition is my LVM with LUKS using?

I'm trying to figure out what partition dm-X is on. It's on /dev/sdaX, but which X? What am I missing? I know there has to be a way to find this out. I need to grow my physical volume, but can't do it until I know which partition to touch. Here's…
zonkybonk
  • 31
  • 1
3
votes
1 answer

GPT partition types

I'd like to know or know where I can find a good explanation of GPT. With MBR there was partition types. Not with GPT. There is fs-type and flags (anything else?), which seem to over lap. Can I mark a partition as raid and then set fs-type to fat32?…
d-_-b
  • 1,124
  • 3
  • 11
  • 23