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 wrote:
 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 ext3 (rw)
 devpts on /dev/pts type devpts (rw,gid=5,mode=620)
 proc on /proc type proc (rw)
 usbfs on /proc/bus/usb type usbfs (rw)
 192.168.0.1:/var/spool/mail on /var/spool/mail type nfs (rw,addr=192.168.0.1)
 
___
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-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?
 

man is your friend.

mke2fs -j /dev/xxx   create a new ext3 fs
tune2fs -j /dev/xxx  convert an ext2 to ext3 fs (add the journal)

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.


___
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-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. mkfs.fstype creates file systems.

Kurt
-- 
Air is water with holes in it
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users


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
 

cfdisk

(as root)

--
Ken


___
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 average: 1.00, 1.00, 1.00
___
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 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 ext3 (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
proc on /proc type proc (rw)
usbfs on /proc/bus/usb type usbfs (rw)
192.168.0.1:/var/spool/mail on /var/spool/mail type nfs (rw,addr=192.168.0.1)

Kurt
-- 
Quigley's Law:
Whoever has any authority over you, no matter how small, will
atttempt to use it.
___
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc - http://smtp.linux-sxs.org/mailman/listinfo/linux-users