Tagged Questions
3
votes
3answers
309 views
Problem with mount namespaces under Fedora
I've run into an odd problem regarding mount namespaces on Linux. I have two systems, both X86_64 running kernel 3.2.3-2 under Fedora 16. I am attempting to mount a tmpfs filesystem in a child ...
3
votes
2answers
1k views
Mouting a kvm qemu disk image with multiple partitions
I am trying to mount a KVM-qemu disk image with this command:
sudo mount -o loop,offset=32256 centos6.img /mnt/centos6. But it shows this error: you must specify filesystem type. As I have more ...