Re: ext2/ext3

2002-01-24 Thread Douglas J Hunley
dep babbled on about: > yup. because you can't just up and delete the .journal file without   > chattr -i /.journal first, which i believe takes care of this. whoa! so you're saying that chattr will also clear the correct flag in the superblock?!? -- Douglas J Hunley (doug at hunley.homeip.net)

Re: ext2/ext3

2002-01-23 Thread dep
On Wednesday 23 January 2002 13:31, Douglas J Hunley wrote: | dep babbled on about: | > On Wednesday 23 January 2002 09:04, Douglas J Hunley wrote: | > | not safe dep.. | > | > what's unsafe about it? it's the method ted tso recommended to | > me. | | deleting the journal without clearing the has_

Re: ext2/ext3

2002-01-19 Thread Douglas J Hunley
Mike Andrew babbled on about: > This might seem *really dumb* but how can you do this on your root (/) > partition, assuming tune2fs is on it? As in, what if you only have the 2 > 'standard' partitions of / and swap on your system? root can be converted by using a one-time kernel parameter, or by

Re: ext2/ext3

2002-01-19 Thread Douglas J Hunley
Ken Moffat babbled on about: > Ok, that's clear, but what about root partitions. Can they be converted > from another distro? Or is that necessary? If I log in to redhat on hda6 > and convert a few from there, then log in to libranet or something on say > hda9 can I convert the redhat partition? O

Re: ext2/ext3

2002-01-19 Thread Bruce Marshall
On Saturday 19 January 2002 9:40 am, Ken Moffat wrote: > On Sat, 19 Jan 2002 20:03:38 +1130 > > Mike Andrew <[EMAIL PROTECTED]> wrote: > > On Sat, 19 Jan 2002 13:29, Douglas J Hunley wrote: > > > using tune2fs is the only way to convert existing partitions. > > > simply unmount the partition, 'tun

Re: ext2/ext3

2002-01-19 Thread Ken Moffat
On Sat, 19 Jan 2002 20:03:38 +1130 Mike Andrew <[EMAIL PROTECTED]> wrote: > On Sat, 19 Jan 2002 13:29, Douglas J Hunley wrote: > > > using tune2fs is the only way to convert existing partitions. > > simply unmount the partition, 'tune2fs -j /dev/xxx' > > and then edit /etc/fstab to say ext3 inst

Re: ext2/ext3

2002-01-19 Thread Mike Andrew
On Sat, 19 Jan 2002 13:29, Douglas J Hunley wrote: > using tune2fs is the only way to convert existing partitions. > simply unmount the partition, 'tune2fs -j /dev/xxx' > and then edit /etc/fstab to say ext3 instead of ext2. remount the > partition, good to go This might seem *really dumb* but h

Re: ext2/ext3

2002-01-18 Thread Ken Moffat
Ok, that's clear, but what about root partitions. Can they be converted from another distro? Or is that necessary? If I log in to redhat on hda6 and convert a few from there, then log in to libranet or something on say hda9 can I convert the redhat partition? Or am I just making this too difficul

Re: ext2/ext3

2002-01-18 Thread Douglas J Hunley
Ken Moffat babbled on about: > I have several ext2 partitions, and several questions. > Can I make these ext2's into ext3's using tune2fs? using tune2fs is the only way to convert existing partitions. simply unmount the partition, 'tune2fs -j /dev/xxx' and then edit /etc/fstab to say ext3 instead

Re: ext2/ext3

2002-01-18 Thread Douglas J Hunley
dep babbled on about: > needs to set up fstab such that / is ext3, but additional partitions > may be set to "auto." (in suse, for reasons not yet translated from the reason this works is because the 'mount' on SuSE is too old to be able to autodetect ext3. so settng it to auto means that 'mount

Re: ext2/ext3

2002-01-18 Thread Kurt Wall
Scribbling feverishly on January 18, dep managed to emit: > On Friday 18 January 2002 05:32, Kurt Wall wrote: > > | > Can I change them using fstab settings? > | > | No. > > well, um, yes and no. going back to ext2 requires editing /etc/fstab, > does it not? and on some systems (i'm thinking su

Re: ext2/ext3

2002-01-18 Thread dep
On Friday 18 January 2002 05:32, Kurt Wall wrote: | > Can I change them using fstab settings? | | No. well, um, yes and no. going back to ext2 requires editing /etc/fstab, does it not? and on some systems (i'm thinking suse 7.3 here), in addition to getting the repaired mk_inittab script from

Re: ext2/ext3

2002-01-18 Thread Kurt Wall
Scribbling feverishly on January 17, Ken Moffat managed to emit: > I'm confused. The "partitioner" thread left me scratching my head. > > I have several ext2 partitions, and several questions. > Can I make these ext2's into ext3's using tune2fs? Yes. > Can I go back and forth? Yes. > Can I

ext2/ext3

2002-01-17 Thread Ken Moffat
I'm confused. The "partitioner" thread left me scratching my head. I have several ext2 partitions, and several questions. Can I make these ext2's into ext3's using tune2fs? Can I go back and forth? Can I change them using fstab settings? Must I run fsck? Is any of this dangerous? Is there a st