<div dir="ltr"><div><div><div><div><div>First, thanks for your quick answer !<br><br>>I suppose this was the wrong entry? "Data" is not a valid device name.<br></div>It is in a Virtualbox context. Once booted, "mount -a" mounts this partition to /mnt/Data, without any poblem.<br></div>But it fails at boot, so I need to comment it, then modify /etc/fstab, then 'mount -a'.<br><br>>So mark it as "defaults,nofail" to tell that this isn't a critical
partition.<br></div>Thanks for the hint. I have tested that, and it works, the virtual machine is able to boot now.<br><br></div><div>But when doing a "mount -a" right after the boot, I get that :<br>root@blah:/home/folco# mount -a<br>unknown mount option `nofail'<br>valid options: [...]<br></div><br>So I still have to modify ym fstab in order to use my partition.<br></div>Why can't it be mounted while booting ?<br></div>