WARNING: /mnt/data was not properly dismounted

Hello,

Each time i do a poweroff of the server, i get a warning shown in dmesg
Code:
WARNING: /mnt/data was not properly dismounted

My /etc/fstab reads
Code:
/dev/gpt/WD /mnt/data ufs rw              0       0

Any idea why the drive is not being umounted correctly?

Thanks
 
Hello,

Each time i do a poweroff of the server, i get a warning shown in dmesg
Code:
WARNING: /mnt/data was not properly dismounted

My /etc/fstab reads
Code:
/dev/gpt/WD /mnt/data ufs rw              0       0

Any idea why the drive is not being umounted correctly?

Thanks
Do you know the meaning of those 0 0? Replace it with 1 2 and reboot but before you do that read man pages for fstab(5) and try to understand them.
 
Back
Top