Displaying 20 results from an estimated 4000 matches similar to: "ext3 partition still gets mounted as ext2"
2002 Feb 22
4
Ext3 -> Ext2 ?
Hi there,
I tried to setup my linux box with an ext3 root file system.
That failed because of wrong initrd settings. Sorry.
Now the filesystem is marked having a journal but there
is no /.journal file anyway. I tried to buikd that
journal by hand (tune2fs -j /dev/hda3 - in my case).
That fails also. :-(
/sbin/tune2fs -l /dev/hda3
says:
...
Journal UUID: <none>
Journal
2001 Nov 01
3
ext3 partition still gets mounted as ext2 for me too!
Hi,
I am a new ext3 user and I am having problems similar to what many
people are facing on this list.
I have done everything as the emails suggest. I am using SuSE 7.3 with
the the 2.4.10 kernel and ext3 compiled as a module. Because it is
2.4.10 kernel, I created all my journals from a rescue disk and
everything seems to be working right for the non-root filesystems. My
fstab has all my
2001 Nov 19
2
df report
'df' doesn't report my root partition, but does report my
/boot partition when both are mounted with <type> auto. But
when mounted with <type> ext3, both partitions are reported.
Details:
The system has mount-2.11m, tune2fs-1.25 and df (fileutils) 4.1
I just created an ext3 fs on a new Debian Woody install initially
running linux-2.2.19 on ext2, but upgraded to
2009 Apr 22
1
Cannot set user quotas
Hello, I am having some trouble getting quota's to work. When I try to
set the quota for a user, it does not show up when I run repquota. I
am doing this on a Redhat (RHEL5) machine (I assume it is the same on
Centos). I think I am missing a step, but this is what I am doing:
(1) I add usrquota to the /etc/fstab file, then reboot
LABEL=/home /home ext3 defaults,usrquota 1 2
(2) Verify
2001 Nov 03
1
getting ext3 on suse-7.3? (long post)
greetings.
i have been three days now trying to add ext3 to an existing suse-7.3
machine. i am using suse's own 2.4.13 kernel source.
here is what i have done:
following install, i ran tune2fs -j /dev/hda2 (also hda3 and hda4).
.journal files were created on each partition, apparently
uneventfully. wishing to avoid ai irreversable situation, i initially
edited /etc/fstab thusly:
2003 Oct 28
1
EXT3-fs error on 2.6.0-test7-bk4 (and -test9)
ext3 is having big problems on my x86-64 system. An ext3 partition has
just gone crazy, with the following messages in dmesg:
EXT3-fs error (device hda3): ext3_readdir: bad entry in directory #4603905: rec_len % 4 != 0 - offset=0, inode=2507704792, rec_len=42,
name_len=0
Aborting journal on device hda3.
ext3_abort called.
EXT3-fs abort (device hda3): ext3_journal_start: Detected aborted
journal
2004 Aug 10
1
Conversion / partition from ext2 to ext3
Hi,
I have installed Red Hat Linux 7.3 with ext2 file system and I have multiple partition. I converted them to ext3 using following command.
tune2fs -j -i 0 /dev/hdaX
And I modified /etc/fstab as below.
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts
2001 Nov 05
1
Ext3 compile problem on 2.4.13
I am having some trouble compiling ext3 for the 2.4.13 kernel. It appears that the journaling source file is corrupted:
In file included from sysctl.c:33:
/src/linux-2.4.13/include/linux/jbd.h: In function `buffer_jbd':
/src/linux-2.4.13/include/linux/jbd.h:241: `BH_JBD' undeclared (first use in this function)
/src/linux-2.4.13/include/linux/jbd.h:241: (Each undeclared identifier is
2001 Oct 28
8
Ext3 partition not appearing in df output
Hello,
I converted my / partition to ext3 from ext2 today, and I'm using kernel
2.4.13+ext3 patch
I used tune2fs -j and set the filesystem to auto in fstab, and compiled ext2
as well as ext3 in the kernel
Upon rebooting, I tried df -hT to see if it had worked, and to my surprise it
didn't list my root partition
dmesg say it's fine (and btw everything works fine)
kjournald
2007 May 18
6
2.6.22-rc1 killed my ext3 filesystem cleanly unmounted
Hi,
I just tried the 2.6.22-r1 candidate to test whether some bug I have
hit in the past still exists. I did use 2.6.20.6 so far. So, I have
cleanly rebooted to use the new kernel, after the machine came up I
tried to mess with the bug, and had to reboot again to play with kernel
commandline parameters. Unfortunately, on the next reboot fsck was
schedules on my filesystem after 38 clean
2004 Oct 09
1
Authentication woes
Hello,
I have a perplexing problem. Im running Mandrake 10.0 and samba 3.0 setup
as a domain controller. My client machines are XP Pro. I can join the
domain and my "Homes" directory connects as it should. But that's all I can
do. I have other shares that I can't access. For instance, I have a
"downloads" share. Ive tried every conceivable setting but when I try
2003 Apr 17
1
Odd error: Physical size does not match superblock size
Hello, I had something interesting happen on a RH8 ext3 system I setup.I
am at a loss to understand what happened.
Info:
This system has two IDE disks, partitioned identically, and the largest
partition on each (/dev/hda3 and /dev/hdb3, 96GB each) was mirrored in a
linux software RAID-1 configuration.
It was running fine for many months. Then I updated the kernel and
needed to reboot accordingly.
2007 Jun 03
4
VFS: cannot open root device
hi,
i''ve tried xen 3.1 on my gentoo lastly but i can''t boot xen because of
the message:
VFS: cannot open root device "/dev/hda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(0,0)
i''ve used the tar source from xensource.
so the kernel is 2.6.18-xen
2001 Oct 27
1
Ext3 2.4.13 Patch Line-wrap Problems
I have gotten the 2.4.13 kernel and the 2.4.13 ext3 patch. Unfortunately, it appears that some lines are wrapped, meaning that the long lines are actually on two lines, which throws the entire patching process off. Right now, my only recourse is to go through and manually fix the problem, which will take awhile, since there are more than 17000 lines of code! Is the problem on my end, or on the
2002 Jan 29
2
syslinux and PQMAGIC incompatibility
Hi,
"Mircea Popescu" <nufarul.alb at go.ro> schrieb am 29.01.02:
> I have this problem:
> I've partitioned my hard drive with PQMagic 7 in the following way:
> hda1 - fat32
> hda2 - ext2
> hda3 - fat16
> hda4 - extended
> hda5 - Linux Swap
> hda6 - fat32
> hda7 - ext2
> hda8 - fat32
>
> I've put syslinux on
2006 May 18
1
should ext3 be detected first?
I must profane ignorance of complicated filesystem stuff, so feel free
to call me out here. Booting a root ext3 drive produces the following
message at boot:
kinit: trying to mount /dev/root on /root with type ext2
EXT2-fs warning (device hda3): ext2_fill_super: warning: mounting ext3
filesystem as ext2
When remounted rw by init, everything looks fine:
$ mount | grep hda3
/dev/hda3 on / type
2001 Nov 06
2
ext3-0.9.15 against linux-2.4.14
Download details and documentation are at
http://www.uow.edu.au/~andrewm/linux/ext3/
Changes since ext3-0.9.13 (which was against linux-2.4.13):
- Fixed a null-pointer dereference oops which could hit on
SMP machines. This fix was applied to 2.4.12-ac6, but the
oops has never been reported against -ac kernels.
- Large amounts of developer debug code has been removed. This
will now be
2003 Apr 26
2
Duplicating Hard Drive Problem
Hello All:
My research group recently invested in a 17 node Linux rackmounted
cluster. It was delivered recently and, being the lowly graduate student
that I am, I was told to 'make sure that it works.'
After investigating it, I noticed a problem with two of the hard drives
one nodes 14 and 16.
On most of the nodes, a 'df -hT' will give you the following:
Filesystem Type Size
2008 Jan 18
1
Recover lost data from LVM RAID1
Guys,
The other day while working on my old workstation it get frozen and
after reboot I lost almost all data unexpectedly.
I have a RAID1 configuration with LVM. 2 IDE HDDs.
md0 .. store /boot (100MB)
--------------------------
/dev/hda2
/dev/hdd1
md1 .. store / (26GB)
/dev/hda3
/dev/hdd2
The only info that still rest in was that, that I restore after the
fresh install. It seems that the
2008 Jan 18
1
HowTo Recover Lost Data from LVM RAID1 ?
Guys,
The other day while working on my old workstation it got frozen and
after reboot I lost almost all data unexpectedly.
I have a RAID1 configuration with LVM. 2 IDE HDDs.
md0 .. store /boot (100MB)
--------------------------
/dev/hda2
/dev/hdd1
md1 .. store / (26GB)
--------------------------
/dev/hda3
/dev/hdd2
The only info that still rest in was that, that I restore after the
fresh