Wednesday, June 27, 2018

11.10 - mhddfs mount in /etc/fstab fails if periodic fsck kicks in... how to solve?

( ubuntu oneiric 11.10 server)



Here is my /etc/fstab




# /etc/fstab: static file system information.
proc /proc proc nodev,noexec,nosuid 0 0
UUID=4e455083-9ac0-4076-ab25-dedcf461a578 / ext4 noatime,errors=remount-ro 0 1
UUID=9e691b30-8f85-4566-86cd-587de6571ce8 /storage/HDD/SAM-1500-1 ext4 defaults 0 2
UUID=1888e5df-2fe5-4760-a271-09676504e168 /storage/HDD/SAM-2000-1 ext4 defaults 0 2

UUID=dc321a2e-8266-42de-9b79-7a1b33eacf6c /storage/HDD/SEA-1000-1 ext4 defaults 0 2
UUID=987ef5ec-01d2-4542-8e69-a38bed12ddfa /storage/HDD/SEA-1000-2 ext4 defaults 0 2
mhddfs#/storage/HDD/SAM-2000-1/Medias,/storage/HDD/SAM-1500-1/Medias,/storage/HDD/SEA-1000-1/Medias,/storage/HDD/SEA-1000-2/Medias /storage/BigData/Medias fuse defaults,allow_other,nofail 0 0





If the periodic fsck run starts during boot, my mhddfs mount fails and the server waits for a ctrl+d to continue boot...



How can I prevent the "hang" while keeping my periodic fsck runs ?

No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...