Problem mountint HDD with fstab

Hi!!

I have changed from Raspbmc to OSMC but I have tried to mount my ext4 HDD. If i mount it with command “mount”, I can see it good. But if I modify fstab, when I start Raspberry next time, promt says me “a start job is running for dev-sda1.device” and I have to wait 1:30 min. Then I have to reboot and says the same so I have to reinstall OSMC.

I have tried writing in fstab /dev/sda1 or UUID.

Thanks!

I think you need to post your fstab content, and the logs, in order to give a chance of diagnosing the cause.
Derek

This is my fstab content:

/dev/mmcblk0p1 /boot vfat defaults,noatime 0 0
/dev/mmcblk0p2 / ext4 defaults,noatime 0 0
UUID=258bee38-2aa1-43f7-83ba-1e0376aae553 /mnt/HDD ext4 defaults 0 0

Where can I see logs? Im noob in linux.

Look up the faqs for details on logs - the OSMC addon has a log uploader, and the option to save the logs locally.
Derek