How to convert lvm to ext3/4? [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 8 years ago. Improve this question I have an old box(CentOS 5) that was formatted as lvm but now I want to convert it to ext3/4 file system without … Read more

Debian Lost filesystem. Corrupted filesystem [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 have a file system bug/error. My dedicated server cannot start. OVH started my dedicated server in rescue mode, and: root@rescue:~# parted /dev/sda … Read more

12.04 ext4 – cannot create regular file/No space left – with a lot of space and inodes

This seems similar: EXT4 “No space left on device (28)” incorrect but there is no explanation I created an ext4 filesystem on a RAID 1 array with: mke2fs -t ext4 -T small /dev/md0 tune2fs -l >> http://pastebin.com/P5eKXmgC tried this too: mke2fs -t ext4 -b 1024 /dev/md0 tune2fs -l >> http://pastebin.com/ujLtE95L Copying a single directory with … Read more

Huge data loss in RAID 1 array [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’ve recently faced a huge data loss (everything from last 5 months) after one of my disk crashed, even if the RAID array … Read more

my ext3 to ext4 dont work

my tools on centos 5.11 kernel – 3.2.69 util-linux-ng-2.17 ( mount 2.17 ) e2fsprogs-1.41.14 grub-1.97 this tool and kernel are all working my steps boot on recovery change the fstab (/dev/VolGroup00/LogVol00 / ext4 defaults 1 1) mount -o remount,ro / e2fsck -pf /dev/VolGroup00/LogVol00 tune2fs -O extents,uninit_bg,dir_index /dev/VolGroup00/LogVol00 e4fsck -yfD /dev/VolGroup00/LogVol00 and dont work, kernel panic … Read more

Disable ext4 journaling for website? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. /var/www/website contains the files that powers a website, … Read more

Sharing disk space between two Ubuntu hosts [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 7 years ago. Improve this question I have two Digital Ocean droplets (Ubuntu 14.04 LTS VPS instances): Alice: 40GB disk / 38GB used Bob: 20GB disk / 2GB used … Read more

df -h says / fs is taking 61G of space but its not [duplicate]

This question already has an answer here: Disk space usage doesn’t add up with df & du (1 answer) Closed 4 years ago. df -h in my redhat 7 is reporting its taking 61G of space. This should be wrong because there shouldn’t be anything there which is this big. Other server with the same … Read more

Linux Ubuntu Files behind the mount [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 4 years ago. Improve this question root@host:~# mkdir -p /tmp/test root@host:~# echo “test” >> /tmp/test/file.txt root@host:~# mount /dev/xy /tmp/test/ How can I now access file.txt without unmount /dev/xy? Answer … Read more

fsck an active disk provides different results than fsck on an unmounted disk

I have a VM running ubuntu LTS with an ext4 filesystem. We had performance problems that were related to IO tasks. I checked the filesystem with fsck.ext4 -nv /dev/sda1 e2fsck 1.41.11 (14-Mar-2010) Warning! /dev/sda1 is mounted. Warning: skipping journal recovery because doing a read-only filesystem check. /dev/sda1 contains a file system with errors, check forced. … Read more