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
7
votes
3 answers

Convert an ext4 partition to ext3 without formatting the HDD

I would like to convert an ext4 partition to ext3 partition without formatting the HDD. Is this possible and recommended?
Max
  • 3,523
  • 16
  • 53
  • 71
7
votes
3 answers

e2fsck on large filesystem fails with Error : Memory Allocation Failed

I'm trying to use e2fsck on a large raid array that is 2TB large and uses GPT for partitioning (because of size). There is only 1GB of ram installed on the system and I do not have the ability to add more at this time. The problem is, shortly after…
Jason
  • 71
  • 1
  • 1
  • 2
7
votes
5 answers

Create image of Windows partition on Linux

I'd like to create an image of my Windows partition (so a can restore it later) and I was wondering if anyone could recommend any utilities that are capable of this? Either command line or GUI (pref. Gnome) would be OK.
Luke
  • 3,826
  • 8
  • 36
  • 40
7
votes
4 answers

How to get the mount point of flash drive by using uuid?

I am beginner in ubuntu linux and i need to write simple bash script, that can identify necessary flash drive(which contains only one vfat partition) using uuid of this partition, and get the mount point of this flash drive.The /etc/fstab file…
7
votes
12 answers

What is the recommended size for a server 2008 system partition?

What is the recommended size for a server 2008 system partition? I've seen 20GB as well as 49GB suggested but I can't seem to find any white papers or best-practices documents on the subject.
user5652
  • 73
  • 1
  • 1
  • 3
6
votes
1 answer

With a 500GB SSD and a 250GB SSD is it possible to mirror a 250GB partition on the 500GB with the 250GB SSD using ZFS?

So I have a Samsung 250GB 850 Evo SSD and a 500GB 860 EVO SSD. I'm looking at using Solaris for this server (so looking at whether doing this with ZFS is possible). Is it possible to mirror the 250GB SSD with a 250GB partition on the 500GB SSD,…
smw
  • 63
  • 3
6
votes
1 answer

CentOS/RHEL 7 LVM Partitioning in Kickstart?

I am trying to learn more about partitioning in Linux, specifically LVM partitioning. So I have been looking through many sources on this, various examples, but none of them seem to go into more detail on this, so I was hoping to get some insight to…
Alex Mikhaelson
  • 107
  • 1
  • 2
  • 7
6
votes
2 answers

Units for size in /proc/partitions don't make sense

I have a Seagate 750GB drive. Parted shows the drive as 750GB parted /dev/sdc print Model: ST375064 0AS (scsi) Disk /dev/sdc: 750GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name …
Danny
  • 235
  • 3
  • 10
6
votes
3 answers

How to btrfs check a root partition

I'm sure the reason I'm having a brain fart is because it's late, but how can I go about performing a btrfs check on the root partition? The device needs to be unmounted, which can't happen because it's the root partition... Thanks
Dave
  • 61
  • 1
  • 2
6
votes
1 answer

Merge Logical Volume groups

I want to increase root LVM volume space. Is it possible to merge LogVol01 to LogVol00? My LVM setup looks like this: [root@server~]# lvs LV VG Attr LSize Origin Snap% Move Log Copy% Convert LogVol00 VolGroup00 -wi-ao…
guest210391
  • 63
  • 1
  • 4
6
votes
3 answers

How can I create one large partiton over two drives in CentOS?

I've got a new dedicated server that I want to use purely for backup purposes. [root@dedi ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 20G 942M 18G 6% / tmpfs 7.8G 0 7.8G 0% /dev/shm /dev/sda1 …
Codemonkey
  • 1,086
  • 4
  • 19
  • 41
6
votes
1 answer

CentOS 7: GPT and software RAID 1 without 'biosboot' partition

I have a CentOS 6 server with software RAID1 (2x3TB): - sda # parted /dev/sda unit s print Model: ATA TOSHIBA DT01ACA3 (scsi) Disk /dev/sda: 5860533168s Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start End …
HTF
  • 3,148
  • 14
  • 52
  • 82
6
votes
4 answers

Partition required for ext4 filesystem?

I read on the arch wiki that it is not recommended to partition a disk before creating the ZFS filesystem on it. I searched but did not find any such statement about ext4. So my questions: Can I put a ext4 filesystem on a disk for storage (not a…
user300811
  • 183
  • 2
  • 10
6
votes
1 answer

Can't mount XFS partition anymore

I have 9 partitions formatted as XFS on my server. When I try to mount one of them, it fails. The others mount fine. root@fileserver2 # mount | grep xfs | head -1 /dev/sdb1 on /mnt/hdd1 type xfs (rw,noatime) root@fileserver2 # mount -t xfs…
Guillaume Boudreau
  • 674
  • 1
  • 6
  • 13
6
votes
3 answers

How to recover data from a corrupted ext3 partition?

A server of mine had a drive failure of some sort which caused the OS (CentOS 5) to crash and stop working (it refuses to boot). So we put another drive with a working OS and from there we try to mount the partitions in the old drive. Most…
GetFree
  • 1,500
  • 7
  • 23
  • 37