LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   filesystem question (https://www.linuxquestions.org/questions/linux-general-1/filesystem-question-474566/)

ygloo 08-16-2006 07:19 PM

filesystem question
 
how to see HDD filesystems??
can i switch from ext3 to ext2??

timothyb89 08-16-2006 07:28 PM

Try googling "update EXT2 to EXT3"
Thre is a command for this in most distros...

Apart from that, more clairification would be nice...

Do you want to be able to view your files on the EXT2/4 filesystem on Windows or something?

ygloo 08-16-2006 07:32 PM

how to see each partition's filesystem??
how to update ext3 to ext 2??

kstan 08-16-2006 07:36 PM

what filesystems you want to see? meaning partition type? probably you can type 'mount' at command prompt.
2nd question i don't know.

ygloo 08-16-2006 07:38 PM

i try to see how partitions are formatted during install...

Brian1 08-16-2006 07:43 PM

1. Use the command ' df -Th '
2. tune2fs Check out this post. http://linux.derkeiler.com/Mailing-L...3-11/1271.html several more on www.google.com

Brian1

jojotx0 08-16-2006 07:43 PM

If you have gnome-system-monitor installed, you can use that to see what file system is used for each partition.
To switch ext2 to ext3 you can use "tune2fs -j"

ygloo 08-16-2006 07:48 PM

df -Th - 10x
howto change ext3 to ext2 - is there any point to do that??

Brian1 08-16-2006 07:51 PM

One benifit of using ext2 over ext3 is it is far easier to recover deleted files.
Also you have a little more drive storage space.

Brian1

ygloo 08-16-2006 07:52 PM

what about defragmentation?

ygloo 08-16-2006 07:57 PM

if i change fstab
/dev/hda1 / ext3 defaults 0 1uid,nodev 0 2
from ext3 to ext2
will it change the filesystem after reboot??

Brian1 08-16-2006 08:10 PM

No, modifing fstab will not do it. I think you can change it to ext2 but not sure how it will handle the journaling potion of ext3.

Ext2 does not fragment like a fat32 partition does.

Check out www.google.com and type ' linux ext defrag '. Lots of links on that. You can also do the same for ' convert ext3 to ext2 ' as well. I use google quite extensively for help like this.

Brian1

ygloo 08-17-2006 03:54 PM

i made hda6 - ext2 and it won't mount, so i switched t back
ext3 also defragments itself..

Brian1 08-17-2006 05:21 PM

You mean on a reboot it is doing a filesystem check. Normal if not unmounted properly. It just clean up the orphan chains and so fore.

Brian1

ygloo 08-17-2006 05:28 PM

without reboot, i tried to mount right after "tune2fs -O ^has_journal /dev/hda6


All times are GMT -5. The time now is 12:04 PM.