xfs
[Top] [All Lists]

Re: how to tell?

Subject: Re: how to tell?
From: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sun, 10 Jun 2001 12:40:49 -0600
Cc: linux-xfs@xxxxxxxxxxx
References: <20010610124259.A16794@false.linpro.no>
Reply-to: stimits@xxxxxxxxxx
Sender: owner-linux-xfs@xxxxxxxxxxx
Audun Ytterdal wrote:
> 
> [D. Stimits]
> > rollingblackout wrote:
> > > how about "mount" command?
> > >
> > > [thang@pissboy thang]$ mount
> > > /dev/hda5 on / type xfs (rw)
> > > none on /proc type proc (rw)
> > > /dev/hda6 on /xfs type xfs (rw)
> > > /dev/hda3 on /reiser type reiserfs (rw)
> > > /dev/hda1 on /win type vfat (rw)
> > > /dev/hda2 on /ext2 type ext2 (rw)
> > > none on /dev/pts type devpts (rw,gid=5,mode=620)
> > >
> > > cheers!
> >
> > Ahh, so simple, thanks. Related to some other answers, it looks like the
> > /proc/partitions does not actually list filesystem type; and mtab is
> > good, but the mount command without arguments seems to be the easiest.
> > Thanks!
> 
> df -T
> 
> --
> Audun

Just to let me know where things stand, I've added this to my login
scripts for root and my main regular user:
df -text2 -txfs -T

Very nice.

D. Stimits, stimits@xxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>