I have browsed the many other questions related to my question, there seems to be many solutions for others, but not for me, when I try to mount my HDD using:
sudo mount /dev/sdd /media/jinglez/MainFiles
I get the error:
jinglez@jinglezServer:~$ mount /dev/sdd /media/jinglez/MainFiles
mount: wrong fs type, bad option, bad superblock on /dev/sdd,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
As requested, I ran dmesg | tail
which returned:
jinglez@jinglezServer:~$ dmesg | tail
[ 64.337321] init: transmission-daemon main process (882) terminated with status 127
[ 64.337361] init: transmission-daemon respawning too fast, stopped
[ 64.896160] tg3 0000:02:00.0: irq 42 for MSI/MSI-X
[ 65.695028] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 65.695463] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 99.933921] systemd-hostnamed[3202]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
[ 120.906364] init: plymouth-stop pre-start process (4631) terminated with status 1
[ 377.372510] EXT4-fs (sdd): bad geometry: block count 732566646 exceeds size of device (732566381 blocks)
[ 380.264264] EXT2-fs (sdd): error: couldn't mount because of unsupported optional features (240)
[ 382.129108] EXT3-fs (sdd): error: couldn't mount because of unsupported optional features (240)
I'm fairly new to Ubuntu, so it's safe to say I'm stumped now, what else can I try?
No comments:
Post a Comment