On Thu, Jun 28, 2001 at 02:35:18PM +0700, Abu Hudzaefah wrote:
> Sorry.
> 
> I mean how to change my ext2 (/) to reiserfs, hard or simple?
> 
> Thank's

I would say hard if you want to change existing filesystem. You
can't change them direcly. You must create a new partition, create
a ReiserFS on it (/sbin/mkfs.reiserfs or /sbin/mkreiserfs), etc.

I don't think there's no tool to convert automatically an ext2
filesystem to a ReiserFS one.

Look at the reiserfs-utils RPM on your distribution:
salambo.lct(9) [~] rpm -ql reiserfs-utils-3.x.0f-1
/sbin/debugreiserfs
/sbin/fsck.reiserfs
/sbin/mkfs.reiserfs
/sbin/mkreiserfs
/sbin/reiserfsck
/sbin/resize_reiserfs
/sbin/unpack
/usr/share/doc/reiserfs-utils-3.x.0f
/usr/share/doc/reiserfs-utils-3.x.0f/README
/usr/share/man/man8/debugreiserfs.8.gz
/usr/share/man/man8/mkreiserfs.8.gz
/usr/share/man/man8/reiserfsck.8.gz

Laurent.

> 
> Abu Hudzaefah([EMAIL PROTECTED])@Thu, Jun 28, 2001 at 02:27:23PM +0700:
> > that all mean i have already activated reiserfs  on my rh71 box? 
> > What have i to do next? 
> > 
> > Laurent CREPET([EMAIL PROTECTED])@Thu, Jun 28, 2001 at 09:09:00AM +0200:
> > > On Thu, Jun 28, 2001 at 01:48:33PM +0700, Abu Hudzaefah wrote:
> > > 
> > > ReiserFS is included in kernel 2.4.2, used by rh 7.1. So, RH 7.1
> > > includes it, but you can't create ReiserFS filesystems directly
> > > with the redhat installer (anaconda). This can be made after 7.1
> > > installation, or perhaps using the console shell during the
> > > installation... (expert only, no ?).
> > > 
> > > 
> > > [root@salambo lct]# lsmod    
> > > Module                  Size  Used by
> > > nfsd                   70976   8  (autoclean)
> > > autofs                 11808   1  (autoclean)
> > > nfs                    82816   8  (autoclean)
> > > lockd                  53232   1  (autoclean) [nfsd nfs]
> > > sunrpc                 66352   1  (autoclean) [nfsd nfs lockd]
> > > 3c59x                  26048   1  (autoclean)
> > > ipchains               41632   0  (unused)
> > > aic7xxx               136336  10 
> > > sd_mod                 11744  10 
> > > scsi_mod               98624   2  [aic7xxx sd_mod]
> > > [root@salambo lct]# modprobe reiserfs
> > > [root@salambo lct]# lsmod
> > > Module                  Size  Used by
> > > reiserfs              207184   0  (unused)
> > > nfsd                   70976   8  (autoclean)
> > > autofs                 11808   1  (autoclean)
> > > nfs                    82816   8  (autoclean)
> > > lockd                  53232   1  (autoclean) [nfsd nfs]
> > > sunrpc                 66352   1  (autoclean) [nfsd nfs lockd]
> > > 3c59x                  26048   1  (autoclean)
> > > ipchains               41632   0  (unused)
> > > aic7xxx               136336  10 
> > > sd_mod                 11744  10 
> > > scsi_mod               98624   2  [aic7xxx sd_mod]
> > > [root@salambo lct]# cat /proc/filesystems 
> > > nodev     sockfs
> > > nodev     tmpfs
> > > nodev     shm
> > > nodev     pipefs
> > > nodev     proc
> > >   ext2
> > >   iso9660
> > > nodev     devpts
> > > nodev     nfs
> > > nodev     autofs
> > >   reiserfs
> > > 
> > > Laurent.
> > > -- 
> > > Laurent CREPET - Production Engineer
> > > E-mail: [EMAIL PROTECTED]
> > > Quadratec - http://www.quadratec-software.com
> > > --
> > > perl -e 'print map { s/Veritas/Quadratec/g; $_ . "\n" } @ARGV' $business
> > 
> > -- 
> >    __O   Abu H 
> >  _-\<,_  PT. Trabas Informatika Indonesia
> > (_)/ (_) TrabasLabs Tel. 022.2016660
> > 
> > You are connected to our server, 
> > please note that all hack attempts are reported to the FBI.

-- 
Laurent CREPET - Production Engineer
E-mail: [EMAIL PROTECTED]
Quadratec - http://www.quadratec-software.com
--
perl -e 'print map { s/Veritas/Quadratec/g; $_ . "\n" } @ARGV' $business

Reply via email to