Summary:
How do I remove folders mounted via bind or bindfs in /etc/fstab from appearing as devices in nautilus left column, the "places" view?
detailed:
Hello,
I mount various directories from my data partition via bind in /etc/fstab in my home directory, eg like this:
#using bind:
/mnt/sda5/bazon/Musik /home/Bazon/Musik none bind,user 0 0
#or using bindfs
bindfs#/mnt/sda5/tobi/Dow
Summary:
How do I remove folders mounted via bind in /etc/fstab from appearing in nautilus left column, the "places" view?
detailed:
Hello,
I mount various directories from my data partition via bind in /etc/fstab in my home directory, eg like this:
Code:
/mnt/sda5/bazon/Bilder /home/Bazon/Bilder none bind 0 0
I want my vm to use a filesystem tree consisting of multiple filesystem mounted together:
mount <root-path> /var/lib/vz/private/<id>/
mount <home-path> /var/lib/vz/private/<id>/home/
Using this layout vzctl start fails since vzquota can not work on busy directories.
I'm struggling to get automount to work as desired.
If I run the following:
sudo mount -t nfs server:/path/to/share /path/to/mount_point
I get the mount appearing fine.
However, if I add the following line to my auto_master:
/path/to/mount_point server:/path/to/share
it creates the mount point directory but the contents aren't visible.
When I observe the output of the mount command, they ar
maybe the best solution I've found is to remove the bind mount points from fstab and mount them from a script in systemd
Matt3o
https://bbs.archlinux.org/profile.php?id=12440
2012-12-08T12:53:44Z
hi
i have installed windows 7 then Ubuntu , all works find so far
after i installed windows xp , the grub2 got deleted ofc and windows xp was booting directly , so i repaired my grub
{
1 sudo mount /dev/sdXY /mnt
2 sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys
So I had the perfect Ubuntu 12 / Windows 7 dual boot set-up -- until I had to re-install Windows 7.
After the deed, GRUB2 was of course wiped out, thus my Ubuntu installation is rendered inaccessible.
I have tried these steps:
mount /dev/sda5 /mnt #This is where my Ubuntu installation resides.
mount /dev/sda1 /mnt/boot #Indicated by the `*` under `Boot` when doing `fdisk -l`
mount --bind /mnt
Symlinks have limitations in how functions like ls, mv, and cp can operate on them because unlike shell initiated commands like cd, these functions do not have information about how the user accessed the directory with respect to the logical path (see related post).
I upgraded from 10.04 to 12.04 LTS. Upgrade went fine, even restarted couple of times. Then the next day while booting into Ubuntu, after the grub, it gave the error 'Kernel panic : not syncing vfs unable to mount root fs on unknown block (0,0).