LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   mount ext4 from ext3 (https://www.linuxquestions.org/questions/debian-26/mount-ext4-from-ext3-4175463482/)

cccc 05-26-2013 07:19 AM

mount ext4 from ext3
 
Hi

Is it possible to mount an external usb drive formatted with ext4 on squeeze with ext3?

273 05-26-2013 07:28 AM

Shouldn't be a problem. As long as your system supports the file system on the drive (which it does) you can mount it.

Janus_Hyperion 05-26-2013 08:41 AM

Should not be a problem at all. I do recall being able to use my ext4 USB drives without problems.

EDDY1 05-26-2013 10:57 AM

As long as support for ext4 is compiled in the kernel

cccc 05-26-2013 11:34 AM

Quote:

Originally Posted by EDDY1 (Post 4959260)
As long as support for ext4 is compiled in the kernel

Thx, but howto check this?

273 05-26-2013 11:40 AM

http://wiki.debian.org/Ext4

rknichols 05-26-2013 01:21 PM

Quote:

Originally Posted by cccc (Post 4959287)
Thx, but howto check this?

Code:

grep ext4 /proc/filesystems

cccc 05-27-2013 03:08 PM

Thx a lot, it works well.

EDDY1 05-27-2013 04:55 PM

So is ext4 built into kernel & what processs did you use to figure it out, because i would 've gone thru the whole kernel boot configuration to check it & have taken too much time doing so.

273 05-27-2013 04:57 PM

Erm... http://wiki.debian.org/Ext4


All times are GMT -5. The time now is 01:53 PM.