Re: ext3 ext4

2010-10-24 Thread g
On 10/24/2010 12:25 PM, Patrick Dupre wrote: > I found the problem (I guess), I am using logical partition so I > have to use the UUID and not the mounting point. strange. > I did it manually, but there is probably a tool to change the > mounting point to UUID in fstab ? yes. it is called 'pa

Re: ext3 ext4

2010-10-24 Thread Patrick Dupre
On Sun, 24 Oct 2010, g wrote: oops. On 10/24/2010 11:56 AM, g wrote: On 10/24/2010 10:25 AM, Patrick Dupre wrote: The partitions ext4 can be easily mounted from fedora 10 ok. was not sure if f10 had ext4. have you run "fsck.ext4" or "dumpe2fs"? suggest running as; fsck.ext4 -v -f -n

Re: ext3 ext4

2010-10-24 Thread g
oops. On 10/24/2010 11:56 AM, g wrote: > On 10/24/2010 10:25 AM, Patrick Dupre wrote: > > >> The partitions ext4 can be easily mounted from fedora 10 > > ok. was not sure if f10 had ext4. > > > have you run "fsck.ext4" or "dumpe2fs"? > > suggest running as; > > fsck.ext4 -v -f -n /dev/sdx

Re: ext3 ext4

2010-10-24 Thread g
On 10/24/2010 10:25 AM, Patrick Dupre wrote: > The partitions ext4 can be easily mounted from fedora 10 ok. was not sure if f10 had ext4. have you run "fsck.ext4" or "dumpe2fs"? suggest running as; fsck.ext4 -v -f -n /dev/sdx dumpe2fs -f -b /dev/sdx with 'x' being device. see 'man fsc

Re: ext3 ext4

2010-10-24 Thread Patrick Dupre
On Sun, 24 Oct 2010, g wrote: On 10/24/2010 01:48 AM, Patrick Dupre wrote: So it looks like that it is trying to open is as an ext2 partition. Why ? how did you add ext4 to fedora 10? from fedora 13 mke2fs -t ext4 how did you 'clone'? cp -a imbw, but i do not believe structure of ext3

Re: ext3 ext4

2010-10-23 Thread g
On 10/24/2010 01:48 AM, Patrick Dupre wrote: > So it looks like that it is trying to open is as an ext2 partition. > Why ? how did you add ext4 to fedora 10? how did you 'clone'? imbw, but i do not believe structure of ext3 is same as ext4. imbw, but i thought ext4 started with fedora 12. ot

ext3 ext4

2010-10-23 Thread Patrick Dupre
Hello, I tried to clone a couple of partitions of a fedora 10 system (I used fedora 13 to do it) The old ones are ext3 and I formatted the new one ext4 (mke2fs) Then I tried to reboot on the clone after modifying the /etc/fstab and the grub.conf I kept the / in ext3 THe boot complains on the mou