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
|