Hello, I hope this is the right place to ask. As far as I know, the noprefix mount option is valid only for cpuset. I ran the following sequence of Fedora 18, 3.6.10-4.fc18.x86_64: mkdir /mytest mount -t tmpfs testcg /mytest mkdir /mytest/testprefix mount -t cgroup -o noprefix,cpuset testnonprefix /mytest/testprefix/ I expected that entries under /mytest/testprefix/ will be without the "cpuset" prefix. However, this is what I get: ls /mytest/testprefix/ cgroup.clone_children cpuset.memory_pressure_enabled cgroup.event_control cpuset.memory_spread_page cgroup.procs cpuset.memory_spread_slab cpuset.cpu_exclusive cpuset.mems cpuset.cpus cpuset.sched_load_balance cpuset.mem_exclusive cpuset.sched_relax_domain_level cpuset.mem_hardwall notify_on_release cpuset.memory_migrate release_agent cpuset.memory_pressure tasks any ideas ? Am I missing something ? regards, Kevin -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html