Public bug reported:

Binary package hint: partman-auto-loop

Several users seem to get confused by the fact that the windows host
partition does not appear within /media/host. A solution might be to
bindmount /host to /media/host. Unmounting with umount command will be
ok, unless the user uses umount -f.

The following should go in partman-auto-loop >
/lib/partman/fstab.d/mediahost

http://paste.ubuntu-nl.org/56057/

The following should replace in partman-auto-loop >
/lib/partman/finish.d/create_host_mountpoint

#! /bin/sh  
    
if [ -d /host ]; then  
    mkdir -p /target/host  
    mkdir -p /target/media/host
fi

** Affects: partman-auto-loop (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Bind mount /host to /media/host
https://bugs.launchpad.net/bugs/192116
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to