1

The file is 26gb and ubuntu and it seems ubuntu can't do ANYTHING with it. Try to drag and drop, computer freezes. Try to split it into smaller pieces via gnome, computer freezes. I have 4gb of ram. Is it impossible? My windows hd is formatted at NTSF and the ubuntu one is ext3.

Jash
  • 11

2 Answers2

0

have you tried booting up from an install disk, selecting "try ubuntu" and then copying the file over, as it could be that ubuntu is using the file/ permission issues

it could also be that windows hasn't completely unmounted the partition as it is in sleep mode etc. (windows 8+ I think)

you may also want to put ext4 on there for the future

Meep
  • 11
0

May be the file manager installed on your ubuntu system is causing the problem. The default file manager of ubuntu (unity) is nautilus. I will advice you to install another file manager. You can try PCManFm or Thunar. Just open the terminal and type these code:

to install PCManFM try this code,

sudo apt-get install pcmanfm

to install Thunar try this code,

sudo apt-get install thunar

Hope this will solve your problem.

Ryko
  • 1,155
  • If that is the case command line should be the option to go for ;-) (it will have the lease overhead) – Rinzwind Feb 15 '16 at 20:46