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

Reply via email to