si mira, te da ese error porque:
LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sdb1': Operación no soportada
Mount is denied because NTFS is marked to be in use.
lo cual se puede solucionar de las siguientes formas:
Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
cosa que queda descartada porque no puedes iniciar windows, pero con esta segunda...
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sdb1 /media/sdb1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sdb1 /media/sdb1 ntfs-3g defaults,force 0 0"
de verdad... a veces me pregunto si la gente sabe leer...
pero ¡espera! antes de excusarte diciendo que no sabes leer ingles, tito google responde esto cuando le preguntas por "mount is denied because NTFS is marked":
http://www.ubuntu-es.org/index.php?q=node/80345
asi que nada... o inculto... o flojo... tu elijes.
PD: si, sere muy borde, pero he respondido lo que has preguntado.