Hi fellow raspberry piers!
I have a little problem. So, for a long time, I had a transmission torrent server, a samba server, and an ftp server running fine on my pi (Model B). All three were routed to an external hard drive, mounted at /media/usbhdd. Everything was going great, until I ran out of space on the hard drive. Not wanting to go half way, I bought a 1TB Seagate Barracuda drive. I put 1 fat32 partition on it, as I'd like to also access files on it from my mac. Now, when I try to mount the drive (with files on it), I get nothing. I thought it was a permissions thing, but,
sudo chmod 775 /media/usbhdd
solved nothing. I then thought it was my hard drive docking station (plugable vertical one) but even when I connect it up directly with my previously used sata to usb 2 converter (don't worry, drive is still powered), I still get nothing. It doesn't return an error, just continues as if the command worked. Im doing:
sudo mount /dev/sda1 /media/usbhdd
I read online something about how bigger and newer drives can't use GUID partition tables, or something like that. At this point, I'm way in over my head. Like I said before, only 1 partition, fat32.
My old hard drive was a 160GB Maxtor drive. I should also mention, in the near future, I'd like to set up two things:
1) I have 2 1TB drives. One I want to be a direct backup of the other. Simple rsync I think.
2) because of the two drives, I wanted to use a usb hub. I'm using a 7 port Sabrent one. With switches.
The problems didn't come from the hub, nor the docking station. Is there a problem with the partitioning? I'm hesitant to use ext4, as it complicates compatibility with macs.
Any help is appreciated.