Hi Rogerio, On 05/23/2012 05:00 PM, Rogerio Bastos wrote: > Hi, > > I'm trying mount many subvolume during boot via fstab: > > UUID=xxx /usr btrfs subvol=usr,ro,nodev 0 0 > UUID=xxx /home btrfs subvol=home,nodev,nosuid 0 0 > UUID=xxx /var btrfs subvol=var,nodev 0 0 > UUID=xxx /var/tmp btrfs subvol=var-tmp,nodev,noexec,nosuid 0 0 > > But only the first one is mounted. When try to mount the others > subvolumes, I get this error: I did some tests. It seems that the problem is that you want to mount different subvolumes *of the same filesystem* (/dev/sda3) both in RO (first entry) and RW (the other entries). Please try to removing the 'RO' for the first entry, and let know us what happens. BR Goffredo > > mount: /dev/sda3 already mounted or /home busy > mount: according to mtab, /dev/sda3 is mounted on /usr > mount: /dev/sda3 already mounted or /var busy > mount: according to mtab, /dev/sda3 is mounted on /usr > mount: mount point /var/tmp does not exist > > I'm using linux kernel 3.3.6 and mount 2.20 in Debian 7. > -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
