Host partition 1: primary NTFS reserved
Host partition 2: primary NTFS Win7
Host partition 5: logical ext4 ubuntu 11.10
Guest 1: ubuntu 11.10
Guest 2: ubuntu 10.04.03LTS
Both guests need the ability to mount Host partition 5
in the guest as /media/Host.partition5.
It would be great if they could be simultaneous,
one with read/write/exec and the other as read-only,
but one guest at a time would be fine.
Commands like the following (as root) would be ideal:
Code: Select all
# echo sdb5 /media/Host.partition5 defaults 0 0>>/etc/fstab
# mount -a
Code: Select all
# mount -t ext4 /sdb5 /media/Host.partition5
One web page that may have the elements I seek made me uneasy http://www.sysprobs.com/access-physical ... n-software.
Here is an entirely different approach that confused me http://n00bsys0p.wordpress.com/2011/07/ ... -in-linux/.
The concept is easy enough to not require much description.
1) make host partition 5 visible to guest os
2) mount host partition 5 in guest os
A linear sequence of commands as needed in each environment would be best.
Any help is appreciated.