Hi,
I connected two usb hard drives to my pogoplug and now it's mounting the hard drives twice but it seems only the last one plugged in is reference in the filling system. run df gives me this:
sdb1 and sdc1 are two separate hard drives, but the sdc1 files are the only one actually reference on both. How do I get it to name the mounting point with different names since this is automounted??? thanks.
$this->bbcode_second_pass_code('', '[root@alarm ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 1873992 743064 1035732 42% /
/run 10240 128 10112 2% /run
udev 10240 0 10240 0% /dev
shm 62908 0 62908 0% /dev/shm
/dev/sdb1 156288320 132668904 23619416 85% /media/FreeAgent_Drive
tmpfs 62908 0 62908 0% /tmp
/dev/sdc1 156288320 132668904 23619416 85% /media/FreeAgent_Drive
')