Questions tagged [diskmanagement]

234 questions
1
vote
2 answers

cassandra data migration from regular drive to SSD on production server

we want migrate our data from regular drives on production server to new SSD drives. how we can do that without taking down the node no longer than 4 hours(hinted hand-off is 4 hours) our data is in few hundreds of GigaBytes. what i was thinking is…
1
vote
0 answers

Why is Apache refusing to show new pages for one directory? This is as spooky as I've seen from Apache in a while

I tried to take a step back in https://serverfault.com/questions/763747/why-is-apache-not-showing-a-new-page , from an original question that was loosely as follows: A client has a website and makes periodic requests to add a page. The website isn't…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
1
vote
2 answers

One disk member of two Disk arrays

I will start with my question and then make a short example: Is it a good idea to split a disk into multiple partitions and create different disk Arrays (raid1/raid5) with those paritions? Are there any Problems/risks? And now the example: Say I…
1
vote
0 answers

VMWare ESXi and iSCSI via FreeNAS

I've recently been setting up a sandbox ESXi environment with a VM running FreeNAS providing a volume which is connected as a datastore on the host via iSCSI. I've created a VM on this datastore and the write performance is what I'd expect, around…
1
vote
1 answer

Extending LVM Volume Groups with Physical Extents & pvresize

I have two somewhat related LVM questions regarding extending LVM managed volumes. Firstly, from (edit: old) documentation that I've read about LVM and the relationship between Volume Groups and Physical Extents, if you want to grow a VG to larger…
SeligkeitIstInGott
  • 179
  • 2
  • 5
  • 19
1
vote
1 answer

Resize error : ext2fs_open2: Bad magic number in super-block

I have a server server1 running 8GB root partition I have taken the ami of this server1 and created anothe server2 but changed the root partition to 60GB 3.I wanted to extend the linux partition in the server2 and followed the below…
user173141
  • 127
  • 1
  • 2
  • 7
1
vote
1 answer

Create Windows Recovery Image on Windows 8.1

I'm deploying some Lenovo ThinkPads for a small organisation. I want a simple recovery option if a user munges up their system. Luckily, they come preconfigured with the windows recovery partition which includes an option to restore from backup.…
ChrisJ
  • 295
  • 1
  • 10
1
vote
1 answer

Windows Server 2012 and recognizing RAIDed SSDs as an SSD

Problem: Because defragmenting is detrimental to SSDs and decreases their performance/lifespan, its important that modern OS's use TRIM instead of defragmentation. If an SSD is incorrectly recognized as an HDD in WS 2012, TRIM will not be used. …
1
vote
1 answer

Server 2008 R2 Disk Managment Shows D:\ as 2 separate partitions

Original config of Poweredge T110 was a 250GB SATA. This was 40GB C:\ and rest D:. It only has 9% free, so, I decided to just put a 2TB drive in, and make it D:\ instead. So I extended my drive yesterday by putting a 2TB drive in, copied the data to…
1
vote
1 answer

How to change / replace a failed "system" disk on EMC Clariion CX500?

On the first DAE, the first 5 disks are considered "special" because they host the OS of the storage array. One of those 5 disks is faulty : what is the procedure to change it? By the way, what kind of RAID configuration is set up on those?
Totor
  • 2,916
  • 3
  • 23
  • 31
1
vote
4 answers

Muliplte logical drives on a single EVA

SQL Server best practice recommends separate drives for the the data and log files. Do you really get a speed increase if both logical drives are located on the same EVA?
Andy
  • 13
  • 2
1
vote
0 answers

Rebalance pooled disks

Using mhddfs multiple drives were pooled to form a big virtual mountpoint. Now using the mlimit option unbalancing is prevented, but the drives are already in an unbalanced state. Is there a script or application to rebalance the disk usage? If not,…
Peter Meyer
  • 440
  • 1
  • 4
  • 12
1
vote
3 answers

Figuring out what's filling up my hard disks

Possible Duplicate: What are good tools to show disk usage (for Windows)? In brief, I have a system with several hard disks, and although we install everything on the extra (internal) drives, the primary drive (the one with the OS on it) is…
1
vote
0 answers

"Disk volume is write-protected" error when formatting

I have an Infortrend EonStor A16F-G2430 RAID-6 connected to Windows Server 2008 R2 x64 machine via Fiber Channel QLogic 2Gb PCI-X adapter. I am able to initialize the 8.5TB storage as GPT, and able to create a simple partition spanning the entire…
1
vote
2 answers

RAID: Two key concepts if anyone could clear them up?

I had a quick question about RAID. I understand that RAID uses one or more parity disks to repair failed disks, but I was wondering what they mean by "declustering" the disks? And also, if someone could explain the concept of "scrubbing" when it…