I need to access another user's files

1

My system is an HP netbook running Ubuntu 10 netbook edition from a USB drive. I created an admin account and user account, and left in place the 'ubuntu' account.

My netbook came with Windows 7 factory loaded and I did some work in Windows before setting up Linux. I copied my work into the HP Tools FAT32 partition that also came Factory Loaded, and was only 20% full.

Only the 'ubuntu' account shows the HP Tools partition. So I would like to either view the partition from the 'admin' or 'user' accounts, or copy files from the partition-to a folder accessible from admin or user.

I have already tried right clicking the folder, selecting share, and installing the share package, but I got a string of errors and would prefer a short term, one time solution that does not involve installing the share package. All I need is a few plain text Windows files i was working on.

CDeanMartin

Posted 2010-06-12T12:18:14.533

Reputation: 31

Perhaps you could list what errors you are getting? – MDMarra – 2010-06-12T12:27:27.197

These are the errors I got:

E: Type 'aufs' is not known on line 1 in source list /etc/apt/sources.list E: The list of sources could not be read. Go to the repository dialog to correct the problem. E: _cache->open() failed, please report. – CDeanMartin – 2010-06-12T12:48:10.340

Answers

1

As a one-time solution to move your data from the FAT32 partition on your laptop to say your Ubuntu login home area, you can do the following steps.

  1. login as 'ubuntu' which you say has access to the FAT32 partition.
    You can do other things with 'sudo' and 'mount' if you are used to the linux prompt.
  2. copy the desired data to your USB linux partitions
    You can copy it to the 'ubuntu' or the 'admin' home area too.
  3. log-off and re-login as 'user',
    open a terminal (applications, terminal) and change to the '/home/admin/' area.
  4. you should find your files there, copy them to your home area or where-ever you desire

I have not quite understood your problem with mounting the FAT32 partition.
Maybe, it is related to the permissions setup for the user login you created. Something missing in the User Privileges controls for your user login (check how to reach to that control on this link). Its at System > Administration > Users and Groups, then properties for the user and the User Privileges tab.

nik

Posted 2010-06-12T12:18:14.533

Reputation: 50 788

This solved my problem. – CDeanMartin – 2010-06-14T07:45:50.040

Please update which part solved your problem -- the one-time-solution or the permissions related part? – nik – 2010-06-14T15:44:44.560

If the problem is solved, it would be polite of you to mark this answer as correct. – CarlF – 2011-06-12T18:37:05.533