Hi All,
Apologies for this basic question, but i could not find the answer on the net.
I had successfully setup a sabnzbd, sickbeard and couchpotato server with an external usb pen-drive.
The pen-drive was formatted as VFAT.
But now I am trying to replace the small pen-drive with an 1TB external hard drive. Because I intend to download large movies, I formatted the drive as ext4.
The problem now is that I can not get to mount the external hard drive.
The old command for the pen-drive was:
sudo mount -t vfat -o uid=pi,gid=pi /dev/sda1 /var/multimedia/
Now I try:
sudo mount -t ext4 -o uid=pi,gid=pi /dev/sda5 /var/multimedia/
Resullting in the following error:
mount: wrong fs type, bad option, bad superblock on /dev/sda5,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Any ideas?
Or even any link to get knowledge on how to setup an ext4 formated external hard drive on a raspberry pi?
Thanks!
