U cant access it cuz ubuntu does not know to access it ;
heres wat u do :
find out the hard disks identifier (usually sda1 for SATA disks and hd*1 [* = a or c usually] for ATA disks)
you then go to the terminal and type:
sudo su << this gives u root access
mkdir /media/win << this creates a folder called win in /media/
then ;
mount /dev/sda1 /media/win/ -t ntfs -o nls=utf8,umask=0222 << this mounts the device with all the neccessary options to allow READ ONLY access *sda1 if ur hdd is sda1*
then go to your file browser (nautilus) and type /media/win in the address bar there is your hard disk
now for recover of the files ....
NTFS in linux should only be used in a read only capacity unless you know exactly what you are doing so in this spirit your second disk should be a FAT(32) partition you can then copy the files as you would normally
then go back to ur terminal and type umount /media/win (as root)
heres wat u do :
find out the hard disks identifier (usually sda1 for SATA disks and hd*1 [* = a or c usually] for ATA disks)
you then go to the terminal and type:
sudo su << this gives u root access
mkdir /media/win << this creates a folder called win in /media/
then ;
mount /dev/sda1 /media/win/ -t ntfs -o nls=utf8,umask=0222 << this mounts the device with all the neccessary options to allow READ ONLY access *sda1 if ur hdd is sda1*
then go to your file browser (nautilus) and type /media/win in the address bar there is your hard disk

now for recover of the files ....
NTFS in linux should only be used in a read only capacity unless you know exactly what you are doing so in this spirit your second disk should be a FAT(32) partition you can then copy the files as you would normally
then go back to ur terminal and type umount /media/win (as root)