General :: Know Ext4 Changes In New Kernel?

Dec 5, 2010

For example: [URL] . New version, but nothing about ext4. Does this mean v2.6.36.1 has nothing new about ext4? Nothing was improved in ext4 in this version?

View 1 Replies


ADVERTISEMENT

Fedora :: Can't Mount Ext4 Logical Vol Under New Kernel?

Dec 5, 2009

I have 250Gb, 500Gb and 1Tb drives concatenated together as one volume group (span) with a logical volume (spanvol). Under kernel 2.6.31.5-127.fc12.x86_64 it mounts totally fine. However, under 2.6.31.6-145.fc12.x86_64, I get this:-

[root@undertaker ~]# mount -t ext4 /dev/mapper/span-spanvol /home
mount: wrong fs type, bad option, bad superblock on /dev/mapper/span-spanvol,
missing codepage or helper program, or other error

[code]....

View 9 Replies View Related

Slackware :: Compiling Kernel - Ext4 Is Read As Ext3?

Jan 25, 2010

I compiled a kernel using a previous kernel config after I switched to the ext4 file system. Previously it was using ext3 and the kernel compiled and ran fine. I added support for ext4 to the config but when I went to boot I had a kernel panic. The error was "kernel can't mount vfs on (8,5)". Root is on sda5, I don't know what the 8 is. I started over, using mrproper and made a new config, but got the same error. I created an initrd with the ext4 file system but then the kernel said it couldn't mount root on ext3 because of unique options. (something along those lines) I booted back into the default kernel and saw that it had a similar error right after the bios check, but it loaded fine. I'm wondering why the kernel is saying that the ext4 file system is ext3.

View 11 Replies View Related

Ubuntu Security :: Secure Delete Ext4 Kernel Patch?

Aug 26, 2011

Does anyone know if this kernel patch has been applied to any 11.04 kernels? [URL]

View 5 Replies View Related

OpenSUSE Install :: After Kernel Update No Ext4 Support At Boot Time

Apr 20, 2010

telling me if this behavior of my openSuSE 11.2 installation is normal? I use a 64-Bit openSuSE 11.2 with kernel 2.6.31.x with root partition ext4. After adding and updating from repository kernel:/HEAD/etc to 2.6.34-rc4 I can not boot anymore due to a lack of module ext4. I thought today ext4 is stable and fix built-in in the actual kernel releases, isn't it? The error message at boot time: FATAL: Module ext4 not found. Which is right because in /lib/modules/<kernelversion>/kernel/ there is NO 'fs' subfolder. Isn't the kernel:/HEAD/ repository the official update path to get a newer major kernel? (besides openSuSE's Updates for security reasons) Do you know how I can fix it without self-compiling?

View 5 Replies View Related

OpenSUSE Install :: Can't Boot On Ext4 Partition After Add Thumbleweed Repo And Update Kernel

Feb 9, 2011

Some times ago i add Tumbleweed repo to my Open Suse 11.3 64bit system & try to update. On every update with kernel by zypper up it make output like this

[code]....

View 9 Replies View Related

Ubuntu :: Make Grub Always And Permenantly Detect Ext4 As Ext4 Not As Ext2?

Apr 23, 2010

I got a problem booting ubuntu 10.4 RC but i solved it by replacing root partirion uuid in grub boot menu then I disapled totally uuid passing to linux from /etc/default/grub . but something else i noticed why grub choosed insmod=ext2 why not ext4 specially I use now ext4 .I tried by editing the grub boot menu replacing "insmod=ext2" by "insmod=ext4" it booted and the three lines error during booting that i used to see them science ubuntu 9.10 totally disappeared . really I dont understand can anybody explane for me.and if what i did was right ,can anybody tell me how to make grub always and permenantly detect ext4 as ext4 not as ext2.

View 6 Replies View Related

CentOS 5 :: 5.5 Ext4 Conversion - Ext4 Partition Is Recognized As Ext3?

May 19, 2010

I had 5.4 machine. Upgraded to 5.5 today via yum upgrade. All went fine. Rebooted. Wanted to convert root partition to ext4 (I have three partitions: /boot, / and swap). All of them on software RAID 1 (root is /dev/md2). I did the following for converting

yum install e4fsprogs
tune2fs -O extents,uninit_bg,dir_index /dev/md2
nano /etc/fstab # I indicated here that my /dev/md2 is of ext4

[code]....

View 4 Replies View Related

General :: Convert Ext3 To Ext4?

Mar 9, 2010

how to convert ext3 to ext4? I'd like to convert partitions which I use for virtual machines (vmware-server and virtualbox). I use Ubuntu 9.10 as vmware-server host and Gentoo as virtualbox host.

View 5 Replies View Related

General :: Regarding Raid 5 And Ext4 Options?

Nov 16, 2010

I'm currently building a Raid5 Volume Set (HW-Controller, 3 disks). After some diskussion I decided to don't use a partition since I don't see any disadvatages writing the filesystem (ext4) directly onto the device.

Because I plan to expand the volume set with 2 more hard disk drives, respectively the filesystem, to get the complete disk space available I read the ext4 manual. There is an extended Option called max-online-resize with the description:

Well, although I've searched for more details on the internet I can't find any. Primary in which case is it usefull to set this value because later resizing should be possible without to set this value. Maybe it accelerates the resizing process?

Next, I also plan to use the options stride=stride-size and stripe-width=stripe-width. Is it advisable to set these values for the final volume set (Raid5 with 5 drives) or do I have to set it for the first volume set (Raid5 with 3 drives) and then changing these values during the later resize process for the filesystem? (I personally prefer the first method).

View 4 Replies View Related

General :: Grub 97 And Add Ext4 Support?

Jan 6, 2010

I have slackware 13 ext4 partition. Debian lenny ext3 partition. and a /data ext3 partition Debian contains the grub boot loader i've been using to boot slackware. I'm going to wipe debian and I installed grub to /data with knoppix cd. Grub on debian booted into slackware just fine, but the grub I installed (onto data partition) with knoppix live cd does not find the slackware kernel. I am using the exact same menu.lst. apparently debian grub had ext4 support, but knoppix does not. both are grub .97. Is there a way to add ext4 support?

View 1 Replies View Related

General :: How To Recover Files - Ext4 Harddrive

Aug 4, 2010

Just rm -rf *'d home/me/ directory... tried extundelete, didn't recover more than 10% of data.. trying scalpel, taking forever..Anyone know of a sure fire way to recover data from ext4?

View 6 Replies View Related

General :: Create Replica Of Ext4 Filesystem And Re-use It?

Mar 18, 2011

Is there a way that I can use my Linux ext4 file system, as such and then use it on some other computer.I have a dual-boot of Windows 7 and Ubuntu 10.04 and my partition table looks like this:My question might not be clear, so explaining it with an example.Can I copy my Linux partition on a flash drive and then use it on a different PC, with or without any need to install Ubuntu on new PC, by simply booting from the copied ext4 partition.This way, I can easily port my Ubuntu packages and other applications, settings etc. from one PC to other

View 1 Replies View Related

General :: How To Merge EXT4 With Unallocated Partition

Jul 20, 2011

I'm installing Windows to update my BIOS. I've removed a previous partition but I can't merge free partition to my original partition containing data. How to solve this problem? I don't want to format the ext4 partition.

View 1 Replies View Related

General :: Access An Ext4 Partition In Windows?

Aug 29, 2011

How can I access a Linux partition from Windows? How to read EXT2 from Windows 7 64-bit? Does a ext4 reader for Windows exist?

I am currently in Windows and was wondering if there is any way I could mount my Linux partition, so I can access and transfer files? The file system is ext4

View 2 Replies View Related

General :: Hard Drive Thrashing With EXT4

Nov 1, 2010

I'm dual booting Ubuntu 9.04 and 10.04 on an ASUS P5VD2-MX SE mobo with 3 hard drives, a couple of DVD writers and a multi memory card reader (USB).

The hard drives are:-
1 250Gb SATA MAXTOR STM325082
1 80Gb PATA HITACHI IC35L090AVV207-0
1 80Gb PATA MAXTOR 6Y080P0

9.04 lives on 2 ext3 partitions of the 250G SATA
10.04 on the 2 ext4 partitions of the 80G MAXTOR
The HITATCHI has 1 ext4 partition mounted as a common data area for each O/S
The 250G drive has GRUB Legacy in the MBR with its files in a small ext3 primary partition chainloading the 2 O/S's, GRUB Legacy for 9.04 and GRUB2 for 10.04. It also contains the common SWAP partition (primary)

When I boot into 9.04 everything works as expected with as far as I can see no unusual disk activity even when the ext4 data partition and the 2 10.04 ext4 partitions are mounted. When 10.04 is booted however, after about 5 minutes (irrespective of whether or not the other partitions are mounted) I see the hard drive activity light come on and stay permanently on. The system monitor shows nothing unusual. dstat doesn't give any clues either. I've tried running iotop but it fails with a missing CONFIG_TASK_DELAY_ACCT error.

Is this a known problem with ext4, should I rebuild 10.04 onto ext3 partitions? Are there some special ext4 mount parameters I should use? (I simply copied the fstab lines from 9.04 and just changed ext3 to ext4). I've read that the journaling process(es?) for ext4 by default commonly access the drive(s) every 2-3 secs but that should just cause a flicker surely.

View 4 Replies View Related

General :: Windows Xp To Read EXT4 Partition?

Aug 28, 2010

I need a program that allows windows xp to read EXT4 partition. ext2explore.exe is not good, it doesn't give other windows applications direct access to ext4.

View 5 Replies View Related

General :: Mac Driver For The Ext4 File Format?

Feb 6, 2010

Quad processor, huge RAM, and more disk space than he knows how to use. So he decided to make it a tri-boot machine. He is a Mac 'biggot' (don't we all have our preferences?) but has been developing plugins for Cinema 4-D so he wanted to be able to span the spectrum.At any rate, we were chatting and he mentioned that he would like to be able to 'see' his Linux (he is using Ubuntu) drive while booted up in his Mac system.

View 4 Replies View Related

General :: Instructions Work When Turning Of Journaling On An Ext4 SSD?

May 27, 2010

I have an Acer Aspire One with an SSD for storage. I recently installed Ubuntu on it and chose ext4 for my filesystem. Then I read that journaling on an SSD isn't the best idea, so I will try to disable journaling and I have found these intstructions [URL]..

# Create ext4 fs on /dev/sda10 disk mkfs.ext4 /dev/sda10 # Enable writeback mode. This mode will typically provide the best ext4 performance. tune2fs -o journal_data_writeback /dev/sda10

# Delete has_journal option
tune2fs -O ^has_journal /dev/sda10
# Required fsck
e2fsck -f /dev/sda10

[Code]...

I will use them on my boot partition. Are there any particularly bad parts here, or are there any missing steps? Will my boot partition be fit for being on an SSD after this? Or should I consider switching to ext2, or even reinstall it all and choose ext2 at partitioning time (I'd rather not though, since I've configured quite some stuff already)?

View 2 Replies View Related

General :: Ext2 Or Ext4 For Bootable USB Flash-drive?

Jan 26, 2011

I want to install Ubuntu to a USB Flash drive (so I have my Desktop everywhere and can customize it as I want). I'm still choosing what's the best filesystem for the USB; Ext2 with no journaling or Ext4 with journaling but performance increase? I know that journaling will probably reduce the life of the USB flash drive dramatically, so is Ext2 the obvious choice? Or is it a bad idea to install Linux (Ubuntu probably) on a USB Flash drive? I tried running a live CD from the USB drive, but it wasn't very customizable - which is the point of carrying my OS with me.

View 3 Replies View Related

General :: Cannot Mount Ext4 Fs With Block Size Of 65536

Feb 5, 2011

I am doing some benchmarking on EXT4 performance on Compact Flash media. I have created an ext4 fs with block size of 65536. however I cannot mount it on ubuntu-10.10-netbook-i386. (it is already mounting ext4 fs with 4096 bytes of block sizes) According to my readings on ext4 it should allow such big block sized fs. I want to hear your comments.

[Code]...

View 2 Replies View Related

General :: Recover Data From Repartitioned EXT4 Filesystem

Aug 5, 2011

On my drive I had 2 partitions for an Ubuntu 9.04 (swap, /) and one partition for Windows. I figured out that I should upgrade my Ubuntu, so I deleted the "/" partition and in its place created 2 new partitions (/, /home) .

After installing the latest Ubuntu 11.04, I realised that although I had backuped everything I needed in a 2nd disk and I could access those folders and their data from my Ubuntu 9.04, both my Windows and the 11.04 can locate neither the folders nor the data now. I have no idea why this happened (perhaps some issue with the mounting?) I have tried the trial version of Stellar Phoenix linux data recovery tool, but it cannot locate the old partitions.

View 2 Replies View Related

General :: Ext3/ext4 Filesystem - Cannot Open My Files

Jan 31, 2011

I have installed ubuntu to my pc. i made 3 partitions. one for system, one for data and one for swap. two of them were ext4. after some time i have reinstalled ubuntu again. but this time i didn't put to format the second partition, but just mount it using ext4. after that i cannot open my files. checked with gparted shows that 2GB used, but with df 188MB. and in properties writes ext3/ext4 filesystem. i used chown, chgrp but didn't help. please help, these data are ver important. i cannot lose them.

View 7 Replies View Related

General :: Fsck.ext4: Unable To Resolve UUID = B

Apr 1, 2011

Fstab:

UUID = A / ext4 defaults 1 1
UUID = B /stor ext4 defaults 1 2
UUID = C swap swap defaults 0 0

and the error is:

fsck.ext4: Unable to resolve UUID = B.

Fdisk -l:

/dev/sda1 (boot) linux
/dev/sda2 linux swap solaris
/dev/sda3 linux

[code]...

View 4 Replies View Related

General :: Filesystem For SSD Disk: BTRFS Vs NILFS2 Vs EXT4?

Jul 11, 2010

I've just bought a new SSD hard drive:Kingston SSDNow V-Series SNV125-S2/128GB 2.5'' 128GB SATA/300The question is which filesystem whould you recommand and why?BTRFS vs NILFS2 or EXT4?If you choose ext4 would you enable jurnalling?I'm very close to choose Btrfs.Any experience with running any of these on your SSD?

View 7 Replies View Related

General :: Boot Loader Capable Of Ext4 And Of UUID's?

Mar 2, 2010

I've got the latest version of Ubuntu on my machine.My Linux partition is ext4, so I need to use a Linux boot loader capable of booting from ext4.Also, I want to be able to use the UUID of my partition instead of specifying "/dev/sda3".Right now I'm using the Grub2 (or whatever the f*** it's called) that comes with Ubuntu. It's the ugliest boot loader you'll ever see, the configuration file is disgusting.So with that in mind, I'd like to change boot loader.Lilo would be OK but I can't seem to get it to boot from ext4.The older version of Grub was fine too but again I don't think it can boot from ext4.

View 2 Replies View Related

General :: Ext4 Journalling Mode And Data Losing?

Jan 31, 2011

Can any data be lost on ext4 with full journalling mode when electricity crashes? I know it's possible on filesystems like JFS and XFS because they don't journal data (only metadata). When ext4 in "journal" mode journalles both - data and metadata. Does it give 100% guarantee that no data can ever be lost in case of problems with electricity?

View 7 Replies View Related

General :: Ext4 Partition Turned Into Unknown According To Gparted?

Jul 7, 2010

I was using gparted to resize my /var partition, which is supposed to be an ext4 partition, and during the beginning stages of the resize/move procedure I cancelled out of the process despite the warning this might be bad. The process was in the middle of the "read" stage so I figured nothing can go wrong during a read, but now I cannot access this partition mount wise. Is there anyway to repair this?

View 6 Replies View Related

General :: Formatting HD With Ext3 / Ext4 With Full RWX Permissions

Dec 29, 2009

How can I format a USB hard drive to ext3/ext4 or whatever file format and have full permission to read, write and execute all files afterwards? When using the command line (as ROOT of course) mkfs.ext3 /dev/sdb? Restricts the rights to ROOT as does the procedure gParted. The man mkfs did not help much. Configuring the fstab- file is a bit of a hassle, so it would be nice, if there was an option to set the permissions "correctly" right from the beginning. Setting Ubuntu (I'm using Ubuntu 9.10) up, so that it mounts USB devices not as ROOT as default but giving all users all permissions seems to be really complicated, as a guy from my local LUG told me.

View 10 Replies View Related

General :: Read / Write Ext4 Partition From Windows 7?

Mar 31, 2010

I installed fedora 12 and windows 7 in pc. i can not access fedora partitions from windows. which software is suitable for this?

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved