Re: Which file system am I using?

2003-11-20 Thread Joel Hammer
OK, mount shows that my original disk is reiserfs. My new partition is ext2, whichI just created with fdisk. There is no choice for reiserfs or ext3 with fdisk. Does one simple run mkfs to get the file system of choice? Joel How can I get On Wed, Nov 19, 2003 at 11:59:47PM -0500, Kurt Wall

Re: Which file system am I using?

2003-11-20 Thread Collins Richey
On Thu, 20 Nov 2003 07:46:59 -0500 Joel Hammer [EMAIL PROTECTED] wrote: OK, mount shows that my original disk is reiserfs. My new partition is ext2, whichI just created with fdisk. There is no choice for reiserfs or ext3 with fdisk. Does one simple run mkfs to get the file system of choice?

Re: Which file system am I using?

2003-11-20 Thread Kurt Wall
Consuming 1.0K bytes, Joel Hammer blathered: OK, mount shows that my original disk is reiserfs. My new partition is ext2, whichI just created with fdisk. There is no choice for reiserfs or ext3 with fdisk. Does one simple run mkfs to get the file system of choice? fdisk creates a partition.

Which file system am I using?

2003-11-19 Thread Joel Hammer
What command can I issue to see what file system I am running on a linux partition? Thanks, Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Re: Which file system am I using?

2003-11-19 Thread Ken Moffat
Joel Hammer wrote: What command can I issue to see what file system I am running on a linux partition? Thanks, Joel ___ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users

Re: Which file system am I using?

2003-11-19 Thread M.W. Chang
should it be mount? Ken Moffat wrote: What command can I issue to see what file system I am running on a linux partition? cfdisk -- .~.Might, Courage, Vision. In Linux We Trust. / v \ http://www.linux-sxs.org /( _ )\ Linux 2.4.22-xfs ^ ^12:44pm up 2 days, 17:39, 1 user, load

Re: Which file system am I using?

2003-11-19 Thread Kurt Wall
Consuming 0.3K bytes, Joel Hammer blathered: What command can I issue to see what file system I am running on a linux partition? mount usually works for me: $ mount /dev/hda2 on / type ext3 (rw) /dev/hda1 on /boot type ext3 (r0) /dev/hdb1 on /home type ext3 (rw) /dev/hdb2 on /archive type