On 06 January, 2012 at 3:47pm, Cameron Simpson wrote:
> On 06Jan2012 12:43, Dean S. Messing <de...@sharplabs.com> wrote:
> | On my F13 machine, 
> | 
> |       find / \! -fstype ext4 -prune -o -print
> | 
> | prints every file that is in an ext4 filesystem mounted on /, and prunes
> | those in any other type of fs.
> | 
> | On my F15 the same command prints nothing.  Why might that be?
> 
> Is / an ext4 fs? If not, the find will terminate immediately.
> I would run the find with a -print before the -prune and withjout th
> trailing print - see what the find is pruning.


Yes it is: 

# mount | grep lv_root
/dev/mapper/vg00-lv_root on / type ext4 
(rw,relatime,user_xattr,acl,barrier=1,stripe=32,data=ordered)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to