diff --git a/fs/fs.go b/fs/fs.go index 1cdd05ed..9ddb0522 100644 --- a/fs/fs.go +++ b/fs/fs.go @@ -39,7 +39,7 @@ import ( "github.com/golang/glog" ) -var partitionRegex = regexp.MustCompile("sd[a-z]+\\d") +var partitionRegex = regexp.MustCompile("(:?s|xv)d[a-z]+\\d") type partition struct { mountpoint string