Ad Widget

Collapse

Problem with Filesystem Discovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Harris
    Junior Member
    • Jan 2007
    • 24

    #1

    Problem with Filesystem Discovery

    Greetings,

    I noticed that the filesystem discovery isn't working with agents inside of OpenVZ Containers.

    I guess that maybe the regex could be checked?

    for testing purposes, wich command or output at bash should be used against the regex listed at general \ regular expressions?



    Code:
    ^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|ntfs|fat32)$
    Thank you
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    Add simfs to the regular expression:
    Code:
    ^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|ntfs|fat32|simfs)

    Comment

    Working...