Back Forum Reply New

external hard drive authorization

Hi,

A couple of weeks ago my son switched our computer from Windows to  unwittingly -- he was trying to set up a dual-boot computer but accidentally wiped out our hard drive and left us with a dedicated  machine.  Thus far, we've been very pleased with  and have no desire to go back to XP, but have run into a couple of snags since then.  The latest:

We have a LaCie 250 GB hard drive, originally formatted for Windows, which contains all of our backup files and software from the XP version of this computer.  I've had no problems using and reading files from the external drive but tried to write files onto the drive today and  won't let me do it, insisting I'm not authorized to do so.  

Question:  How do I authorize myself so I can use the drive?

Thanks in advance.

Hi

That is because you'd need to install NTFS read/write support for . Go to

Programs/ Add/remove/system tools and installe the packet from there or through System/administration/Synaptic

after that you can change owner of the drive like this

sudo chown -R USERNAME:USERNAME /media/mynewdrive


Originally Posted by JimmyfjHi

That is because you'd need to install NTFS read/write support for . Go to

Programs/ Add/remove/system tools and installe the packet from there or through System/administration/Synaptic

it may not b ntfs, it depends on where the comp came from.

Open a terminal and type the following:
Code:
sudo apt-get install ntfs-config
If that doesn't take, you can go to the System/Adminstration/Synaptic Package Manager and enable the Universe repository, and then try the command again.

Also: you need to restart the GUI/computer before this takes effect.
¥
Back Forum Reply New