Re: Re: [opensuse-multimedia] Anzahl der Titel und Kapitel einer DVD abfragen

David Haller <[email protected]>
Newsgroups gmane.linux.suse.multimedia.german
Message-ID <[email protected]>
Hallo,

Am Sam, 20 Feb 2010, Al Bogner schrieb:
>Ich denke mittlerweile schon, dass mtab zumindest einfacher wäre.
>
>df | grep "/esata2_tapes"
>192.168.2.100:/esata2_tapes

Nimm /proc/mounts.

    grep -q '^/esata2_tapes' /proc/mounts

oder (wenn's NFS-Import ist):

    grep -q '\([0-9.]\|HOSTNAME\):/esata2_tapes' /proc/mounts

HTH,
-dnh

-- 
just had a great phone call from a user
Her : How is it you always maintain a sense of humour?
Me  : Because I'm completely insane.
Her : ...yyyyyes. Yes, that would explain it. Bye!            -- Jim
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.