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

Surprising corruption and never-ending fsck after resizing a filesystem

System in question has Debian Lenny installed, running a 2.6.27.38 kernel. System has 16Gb memory, and 8x1Tb drives running behind a 3Ware RAID card. The storage is managed via LVM, and is exclusively comprised of ext3 filesystems. Short…
user9565
2
votes
2 answers

Can I use ext3 as a shared fs if I add a lock manager?

I need a cluster filesystem for an iSCSI device. The problem is that the servers to which it is connected generate datafiles which must be read by every other servers. Except for the writing and deleting of such files, I do not need a full locking…
edomaur
  • 387
  • 1
  • 5
  • 12
2
votes
1 answer

maildir in Windows for IMAP

I'm interested in accessing my IMAP accounts offline. I found that maildirs are a simple way to make it work. I found that [offlineimap] takes care of almost everything in making the IMAP->maildir sync happen. Then, I can open the account in Mutt…
User1
  • 2,386
  • 4
  • 19
  • 21
1
vote
0 answers

How to copy a file using using raw disk blocks?

The underlying raw disk blocks that a file uses can be seen with command filefrag. And in the example below I could use dd to copy all 11 chunks and cat them together to construct an exact copy of sample.avi. I'm thinking there should already be a…
S.Haran
  • 101
  • 5
1
vote
2 answers

How can I minimise the size of an ext3 partition (and its LVM logical volume)?

I am using LVM on Ubuntu 9.10 (Karmic). I have a single LVM physical volume (and a single volume group). I have an ext3 filesystem inside an LVM logical volume which I no longer use, but for the time being I would like not to delete it. I'm trying…
Andrew Ferrier
  • 864
  • 9
  • 21
1
vote
1 answer

Can we add more volumes/disks to an existing mounted ext3/ext4 mountpoint?

Have a quick question on adding space via a new disk/block device to a non-root/ext3 mount-point that has data and is mounted. I Have an ext3 mountpoint '/u01', which has a device '/dev/sdb' attached. [root@vm2 ~]# findmnt -l /u01 TARGET SOURCE …
n23n23
  • 13
  • 2
1
vote
2 answers

how to mount an ext3 filesystem with a smaller blocksize then device blocksize?

I had an ext3 filesystem on my hard disk at /dev/hdc2 with a small 1024 byte blocksize. Now I recorded the whole filesystem on a DVD like this: dd if=/dev/hdc2 of=/tmp/image.img wodim -dev=/dev/scd0 /tmp/image.img Now when I am trying to mount it,…
ria
  • 163
  • 1
  • 4
1
vote
4 answers

ext3: permissions of the mountpoint change when I mount

I need ordinary users to be able to mount /dev/loop0p1 and /dev/loop0p2 on my machine. /dev/loop0p1 is always going to be a FAT32 partition and loop0p2 - a ext3. To that end, I have: 1) created directories /tmp/loop0p1 and /tmp/loop0p2 (in startup…
Leszek
  • 341
  • 2
  • 4
  • 12
1
vote
0 answers

Why is nfs server not seeing resized filesystem size?

On the NFS server, when I extend the the logical volume (using lvm2) and subsequently the ext4 fs on top of it (using resize2fs), I'm able to see the new size locally with df. But the NFS clients which mount this partition through NFS still see the…
Vij Vijay
  • 23
  • 1
  • 5
1
vote
3 answers

Logical Volume 100% Use but 50G Appears Free

I am resizing logical volumes on a CentOS server and I have come across an issue where the volumes say that they are 100%, though the "Size" and "Used" columns seem to indicate that there should be more space. df -h /volume_name Filesystem Size …
jdussault
  • 113
  • 2
1
vote
1 answer

relocate EXT3 quota files

Is it possible to relocate the quota files for one filesystem to a different filesystem (e.g. using a symlink)? Rationale: testing SSD with quota, and I am worried that the constant writing to the quota files may lead to early wear-out.
Alien Life Form
  • 2,279
  • 2
  • 21
  • 31
1
vote
1 answer

EXT3-fs error (device dm-10)

I got this log error below: Aug 1 20:44:01 TDBP24LV kernel: EXT3-fs error (device dm-10): ext3_free_blocks_sb: bit already cleared for block 8159746 Aug 1 20:44:01 TDBP24LV kernel: EXT3-fs error (device dm-10): ext3_free_blocks_sb: bit already…
user3863795
  • 51
  • 2
  • 7
1
vote
3 answers

Expanding ext3 /usr partition safely with minimal downtime

I have inherited a Centos 5.5 server provided by Softlayer. My /usr partition is filling up, and I can't see any quick wins by deleting cruft. It looks like the sheer number of cpanel accounts is to blame, that and the /usr directory not being made…
Pickledegg
  • 113
  • 4
1
vote
0 answers

Debian mail server's Maildir folder with too many files causing disk I/O to go on high load

I have a Debian mail server running Postfix, Courier and Maildir, with disks on EXT3 filesystem. I have noticed that when I use my webmail application (Squirrelmail, in this case). It gets some kind of slow when using some email accounts (I have…
gtbono
  • 227
  • 3
  • 8
1
vote
1 answer

Reclaiming Space That 'df' Says Should Be Available

I have a linux server hosted on one of Rackspace's CloudServers and it is showing that I have both no room available, yet also shows I have 12GB not used on the root partition. This server's only job is to rsync over files nightly from another…
Ken S.
  • 479
  • 5
  • 14