fstyp und fsstat
fstyp und fsstat
Hallo
Wie kann ich fstyp und fsstat unter Lenny installieren?
Mit aptitude search kann nicht finden.
Wie kann ich fstyp und fsstat unter Lenny installieren?
Mit aptitude search kann nicht finden.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite
Re: fstyp und fsstat
Suche mal mit apt-file danach
Code: Alles auswählen
root@daniel-laptop:~# apt-file search fstyp
gnomecatalog: /usr/share/python-support/gnomecatalog/gnomecatalog/fstypes.py
gnulib: /usr/share/gnulib/m4/fstypename.m4
klibc-utils: /usr/lib/klibc/bin/fstype
opencubicplayer: /usr/lib/ocp/fstypes.so
xfslibs-dev: /usr/include/disk/fstyp.h
root@daniel-laptop:~# apt-file search fsstat
fp-docs: /usr/share/doc/fp-docs/rtl/oldlinux/fsstat.html
freebsd-manpages: /usr/share/man/man2/getfsstat.2freebsd.gz
inn2: /usr/lib/news/bin/cnfsstat
inn2: /usr/share/man/man8/cnfsstat.8.gz
inn2-lfs: /usr/lib/news/bin/cnfsstat
inn2-lfs: /usr/share/man/man8/cnfsstat.8.gz
manpages-fr-extra: /usr/share/man/fr/man8/nfsstat.8.gz
manpages-ja: /usr/share/man/ja/man8/nfsstat.8.gz
nfs-common: /usr/sbin/nfsstat
nfs-common: /usr/share/man/man8/nfsstat.8.gz
pfstools: /usr/bin/pfsstat
pfstools: /usr/share/man/man1/pfsstat.1.gz
python2.4-zodb: /usr/share/pyshared/ZODB/utilities/fsstats.py
sleuthkit: /usr/bin/fsstat
sleuthkit: /usr/share/man/man1/fsstat.1.gz
zope2.10: /usr/lib/zope2.10/lib/python/ZODB/scripts/fsstats.py
Oh, yeah!
Re: fstyp und fsstat
Danke, aber fstyp scheint nicht in repos zu sein.
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite
Re: fstyp und fsstat
das müßte doch im Paket "klibc-utils" enthalten sein ( siehe: http://packages.debian.org/lenny/i386/k ... s/filelist )ccc hat geschrieben:Danke, aber fstyp scheint nicht in repos zu sein.
Code: Alles auswählen
root@gms2:/# /usr/lib/klibc/bin/fstype /dev/sda7
FSTYPE=xfs
FSSIZE=415935926272
Re: fstyp und fsstat
Hatte ich doch schon oben gepostet!
Code: Alles auswählen
root@daniel-laptop:~# apt-file search fstyp
gnomecatalog: /usr/share/python-support/gnomecatalog/gnomecatalog/fstypes.py
gnulib: /usr/share/gnulib/m4/fstypename.m4
klibc-utils: /usr/lib/klibc/bin/fstype
opencubicplayer: /usr/lib/ocp/fstypes.so
xfslibs-dev: /usr/include/disk/fstyp.
Oh, yeah!
Re: fstyp und fsstat
Ich meinte vielleicht fstype is nicht das gleiche wie fstyp:Duff hat geschrieben:Hatte ich doch schon oben gepostet!
Code: Alles auswählen
root@daniel-laptop:~# apt-file search fstyp gnomecatalog: /usr/share/python-support/gnomecatalog/gnomecatalog/fstypes.py gnulib: /usr/share/gnulib/m4/fstypename.m4 klibc-utils: /usr/lib/klibc/bin/fstype opencubicplayer: /usr/lib/ocp/fstypes.so xfslibs-dev: /usr/include/disk/fstyp.
http://compute.cnr.berkeley.edu/cgi-bin/man-cgi?fstyp+1
Auf meinem freeBSD:
Code: Alles auswählen
# fstyp -V
fstyp version 0.1 by Martin K. Petersen <mkp@mkp.net>
Debian Squeeze / Wheezy / Gnome2 / XFCE / LXDE, FreeBSD kde-lite
Re: fstyp und fsstat
das nicht, aber "fstype" wird vermutlich aktueller sein als "fstyp". Die Version von Petersen ist doch schon ein bißchen angestaubt ( siehe http://mkp.net/fstyp/ )ccc hat geschrieben: Ich meinte vielleicht fstype is nicht das gleiche wie fstyp:
versuche einmal ein "strings $(which fstyp) | grep ext4", wenn das tatsächlich etwas zurück liefert, dann wird "fstyp" von den BSDlern anscheinend gewartetccc hat geschrieben: Auf meinem freeBSD:Code: Alles auswählen
# fstyp -V fstyp version 0.1 by Martin K. Petersen <mkp@mkp.net>
zum Vergleich
Code: Alles auswählen
root@gms2:/# strings /usr/lib/klibc/bin/fstype | grep ext4
ext4dev
ext4
ext4dev
ext4
gms