// +build !linux !amd64

package mount

func parseOptions(options string) (int, string) {
	panic("Not implemented")
}