How to mount another hard partition

Asked by Daniel Carrier

How to mount another hard partition, I tried with disk utility and the mount function is not available. I try to mount an old Ubuntu 10.4 partition that is on the same hard drive. I have installed Ubuntu 11.04 and I would like to access the old data. I can see the partition with disk utility but there is not mount volume function function, only the Unmount volume. I did a check filesystem function and it says: "Device is mounted and no online capability in fsck tool for file system"

Thanks for help.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-disk-utility Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sam_ (and-sam) said :
#1

Please open a terminal: ctrl+alt+t
Enter:
sudo fdisk -l
sudo blkid

and post the output here. Thanks.

https://help.ubuntu.com/community/Mount
https://help.ubuntu.com/community/Fstab

The owner (user) should have access to mountpoint.
e.g.
lets say the UUID is 4140dca6-fb8d-48b8-a427-c00093cb684a mounted under /media.
You could run Nautilus with temporary elevated permission:
gksudo nautilus

navigate to /media/<UUID> and give permissions to current user.
Or in a terminal:
sudo chown -R <username:groupname> /media/<mountpoint_uuid>

## Usually username and groupname are identical.

Revision history for this message
peter massen (ubuntu-newbie) said :
#2

ubuntu.com appears to be down at the moment, or am I the only one having problems accessing the URL r ight now ?

Revision history for this message
Jeet (gour-jitendrasingh) said :
#3

Peter,

You can try now it is accissible for me.. sometime site goes under construction or may be your internet connection droped somehow..

Try now

Thanks
~jeet

Can you help with this problem?

Provide an answer of your own, or ask Daniel Carrier for more information if necessary.

To post a message you must log in.