How Do I resize a partition? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I have the following FIle system setup currently. I need as much room as i can get in ./home. root@Jm2:~# df -h Filesystem … Read more

Hybrid RAID (SDD+HDD) gives unexpected results [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 2 years ago. Improve this question I am doing some experiments with hybrid RAID in Linux. My test consists of the following: 2x256GB SSD in RAID 0 (/dev/md1) 2x256GB … Read more

SSD DD write speed lower than HDD [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 5 years ago. Improve this question I’ve come across a strange phenomena with a new dedicated server that’s been provisioned. The server has 2x1TB HDDs in software RAID 1 … Read more

Disaster recovery. MDADM/LVM2 Some advance but stuck on final mount

We made a stupid upgrade on a running server using wrong repositories and the system became totally unbootable. The system, a SLES 11 we used a openSuse repository to upgrade, and everything went horribly wrong. It boots now only in (repair filesystem). On boot it fails to mount the RAID1 for the main LVMs. At … Read more

Is it possible to recover a RAID 5 in this case?

Is it possible to recover a RAID 5? After losing the “/proc/mdstat” and run by mistake “mdadm –create –verbose /dev/md0 –level=5 –raid-devices=4 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1” instead of mdadm –assemble –scan. Answer It helps if you know the configuration of the original RAID5. Perhaps you have saved the output of a prior run of mdadm … Read more

mount: /dev/md0: can’t read superblock

I have a Raid 5 with 4 disk and is not working, I can’t detect what disk is failing for replacement Could you help me? Thanks in advance Here is some information root@debian:~# mount /dev/md0 /mnt/ mount: /dev/md0: can’t read superblock root@debian:~# cat /proc/mdstat Personalities : [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid1] [raid10] md0 … Read more