Questions tagged [ext3]

ext3 is the default file system for many Linux distributions.

ext3 offers many features as a file system - journaling as well as very efficient directory indices.

283 questions
-1
votes
1 answer

Impossible to read / delete some files

How can I fix a message like this (read after a dmesg command)? EXT4-fs error (device hdb1): ext4_lookup: deleted inode referenced: 119197 EXT4-fs error (device hdb1): ext4_free_inode: bit already cleared for inode 119198 EXT4-fs error (device…
-1
votes
2 answers

Copy past speed very slow for a large number of files on Windows

I've run the following test I've created a folder containing 15'000 files of 400 bytes using this batch : @ECHO off SET times=15000 FOR /L %%i IN (1,1,%times%) DO ( fsutil file createnew filename%%i.txt 400 ) then I copy past it on my Windows…
Arno2501
  • 117
  • 1
  • 6
-1
votes
3 answers

Will the data be deleted when resizing a partition

I'm planning to resize one of the server partition from 40GB to 1900GB. The current partition has files on it while the space to be added is unallocated. Will my existing files be deleted? Any help would be appreciated. Thanks.
Jan Mark
  • 15
  • 1
  • 5
-1
votes
1 answer

RHEL - blocked FC remote port time out: saving binding

My Server went into a faulty state since the database could not write on the partition. I found out that the partition went into Read Only mode. Finally to fix it, I had to do a hard reboot. Linux 2.6.18-164.el5PAE #1 SMP Tue Aug 18 15:59:11 EDT…
Dev G
  • 11
  • 1
  • 1
  • 1
-1
votes
1 answer

format a volume as xfs

I have a partition that is formatted as ext3 I dd unmount it. Formatted as xfs (for quicker format) and I got an error. When I formatted it as ext3 again, it worked. What is the command to format an ext3 as xfs ? This is an Amazon EBS volume that I…
shantanuo
  • 3,459
  • 8
  • 47
  • 64
-1
votes
2 answers

Does a resize of a partition typically stretch the existing size of the used space on your file system?

On a dual boot system (Vista/Jaunty) I wanted to take some unallocated space and enlarge my ext3 partition. Upon doing so I noticed that the disk check that runs from parted kept failing at the end of the resize, and also that my actual space used…
codeLes
  • 99
  • 3
-1
votes
2 answers

Filesystem check on ext3, debian

How can I perform a filesystem check on ext3 partition on linux? I am looking for a solution that check every file on the filesystem that is it accessible. UPDATE: I would run it on a server without unmounting the drive.
netmano
  • 259
  • 2
  • 12
-1
votes
1 answer

Best practices for choosing fs fragment size etc

Related question about block sizes, but there are many many other options when creating an ext3 filesystem. I think the other question has an answer with great advice of block size, that it general it is good if block size is the same size as CPU…
Prof. Falken
  • 292
  • 7
  • 16
-1
votes
1 answer

LVM+Ext3 - recover the ext3 partition?

I setup a new email server today and I did lvm for the main drive and then LVM for /opt. I realized I did not give myself enough room for /opt so I decided to try and extend it and I must of screwed up the instructions because on reboot I get some…
Luma
  • 1,440
  • 4
  • 19
  • 31
-2
votes
1 answer

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…
Gabriel Sousa
  • 307
  • 2
  • 4
  • 10
-2
votes
1 answer

Liferay cluster with SAN storage with ext3

I'm deploying an liferay portal in a cluster which has 2 node load balanced, and config both to access to the same data location in a SAN storage devide. The problem is each node can not see the other changing, i.e when node 1 add new image, node 2…
supper aban_89
  • 129
  • 1
  • 5
-2
votes
2 answers

How can I "trick" an ext3 directory to store more than 32000 sub dirs

The easy answers are 1.) move to ext4 and/or 2.) "shard" the directory somehow - by placing them in sub folders either numbered or lettered. These changes won't be easy to make though so I'm looking for some creative solutions. Any ideas?
ckliborn
  • 2,750
  • 4
  • 24
  • 36
-5
votes
2 answers

How to convert lvm to ext3/4?

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 losing data. I have some empty disks that can be used, so is there an easy way to do this?
Mickey Shine
  • 929
  • 4
  • 16
  • 33
1 2 3
18
19