Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*how\s+to\s+tell\?\s*$/: 22 ]

Total 22 documents matching your query.

1. how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 15:05:21 -0600
This seems strangely simple, and possibly absurd to ask, but now that I have a system running with xfs, I have to wonder if there is some fast/simple way to sit down at any linux machine and find out
/archives/xfs/2001-06/msg00259.html (7,994 bytes)

2. Re: how to tell? (score: 1)
Author: Craig Tierney <ctierney@xxxxxxxx>
Date: Sat, 9 Jun 2001 15:10:19 -0600
cat /proc/partitions Look at the 3rd item on each line. Craig -- Craig Tierney (ctierney@xxxxxxxx) phone: 303-497-3112
/archives/xfs/2001-06/msg00260.html (8,877 bytes)

3. Re: how to tell? (score: 1)
Author: Aaron Lehmann <aaronl@xxxxxxxxxxx>
Date: Sat, 9 Jun 2001 14:12:58 -0700
Try the 'mount' command.
/archives/xfs/2001-06/msg00261.html (8,080 bytes)

4. Re: how to tell? (score: 1)
Author: rollingblackout <thang@xxxxxxxxxxxxxx>
Date: Sat, 09 Jun 2001 14:15:39 -0700
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
/archives/xfs/2001-06/msg00262.html (8,743 bytes)

5. Re: how to tell? (score: 1)
Author: john simms <test4321test@xxxxxxxxx>
Date: Sat, 9 Jun 2001 14:17:02 -0700 (PDT)
cat /etc/fstab __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
/archives/xfs/2001-06/msg00263.html (8,827 bytes)

6. Re: how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 15:40:14 -0600
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
/archives/xfs/2001-06/msg00265.html (9,600 bytes)

7. Re: how to tell? (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Sun, 10 Jun 2001 00:04:33 +0200
/proc/partitions does not actually list filesystem type; and mtab is good, but the mount command without arguments seems to be the easiest. Thanks! awk '{print $3}' '/proc/mounts' D. Stimits, stimits
/archives/xfs/2001-06/msg00266.html (8,972 bytes)

8. Re: how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 17:12:38 -0600
Aha, that one works. The one I had viewed though was from "cat /proc/partitions Look at the 3rd item on each line" /proc/mounts is yet another easy way to find out, but /proc/partitions was the way t
/archives/xfs/2001-06/msg00268.html (9,318 bytes)

9. Re: how to tell? (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxx>
Date: Sat, 09 Jun 2001 21:54:42 -0500
It's because "reply to all" goes to the person, and to the list, which is usually a good thing in case a poster is not a subscriber. There are procmail filters that deal with this. :) -Eric -- Eric S
/archives/xfs/2001-06/msg00279.html (8,300 bytes)

10. Re: how to tell? (score: 1)
Author: Audun Ytterdal <ay-xfs@xxxxxxxxx>
Date: Sun, 10 Jun 2001 12:42:59 +0200
df -T -- Audun
/archives/xfs/2001-06/msg00290.html (8,382 bytes)

11. Re: how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sun, 10 Jun 2001 12:40:49 -0600
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
/archives/xfs/2001-06/msg00294.html (8,646 bytes)

12. how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 15:05:21 -0600
This seems strangely simple, and possibly absurd to ask, but now that I have a system running with xfs, I have to wonder if there is some fast/simple way to sit down at any linux machine and find out
/archives/xfs/2001-06/msg01429.html (7,994 bytes)

13. Re: how to tell? (score: 1)
Author: Craig Tierney <ctierney@xxxxxxxx>
Date: Sat, 9 Jun 2001 15:10:19 -0600
cat /proc/partitions Look at the 3rd item on each line. Craig -- Craig Tierney (ctierney@xxxxxxxx) phone: 303-497-3112
/archives/xfs/2001-06/msg01430.html (8,877 bytes)

14. Re: how to tell? (score: 1)
Author: Aaron Lehmann <aaronl@xxxxxxxxxxx>
Date: Sat, 9 Jun 2001 14:12:58 -0700
Try the 'mount' command.
/archives/xfs/2001-06/msg01431.html (8,080 bytes)

15. Re: how to tell? (score: 1)
Author: rollingblackout <thang@xxxxxxxxxxxxxx>
Date: Sat, 09 Jun 2001 14:15:39 -0700
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
/archives/xfs/2001-06/msg01432.html (8,743 bytes)

16. Re: how to tell? (score: 1)
Author: john simms <test4321test@xxxxxxxxx>
Date: Sat, 9 Jun 2001 14:17:02 -0700 (PDT)
cat /etc/fstab __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/
/archives/xfs/2001-06/msg01433.html (8,827 bytes)

17. Re: how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 15:40:14 -0600
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
/archives/xfs/2001-06/msg01435.html (9,600 bytes)

18. Re: how to tell? (score: 1)
Author: Seth Mos <knuffie@xxxxxxxxx>
Date: Sun, 10 Jun 2001 00:04:33 +0200
/proc/partitions does not actually list filesystem type; and mtab is good, but the mount command without arguments seems to be the easiest. Thanks! awk '{print $3}' '/proc/mounts' D. Stimits, stimits
/archives/xfs/2001-06/msg01436.html (8,972 bytes)

19. Re: how to tell? (score: 1)
Author: "D. Stimits" <stimits@xxxxxxxxxx>
Date: Sat, 09 Jun 2001 17:12:38 -0600
Aha, that one works. The one I had viewed though was from "cat /proc/partitions Look at the 3rd item on each line" /proc/mounts is yet another easy way to find out, but /proc/partitions was the way t
/archives/xfs/2001-06/msg01438.html (9,318 bytes)

20. Re: how to tell? (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxx>
Date: Sat, 09 Jun 2001 21:54:42 -0500
It's because "reply to all" goes to the person, and to the list, which is usually a good thing in case a poster is not a subscriber. There are procmail filters that deal with this. :) -Eric -- Eric S
/archives/xfs/2001-06/msg01449.html (8,300 bytes)


This search system is powered by Namazu