Omnimaga

General Discussion => Technology and Development => Computer Usage and Setup Help => Topic started by: flyingfisch on December 04, 2011, 01:44:07 pm

Title: [SOLVED] How to mount a hibernated volume ubuntu
Post by: flyingfisch on December 04, 2011, 01:44:07 pm
Ok, im running winXP and ubuntu 11.10 side-by-side, and i have a 40GB external USB drive. When i try to access it i get an error saying that its a hibernated volume da-da-da-da and to try inpputting some code in terminal. when i do the code, i get an error saying that only root can mount. not sure what thats supposed to mean :P.

So, could someone please help me?
Title: Re: How to mount a hibernated volume ubuntu
Post by: Juju on December 04, 2011, 01:51:17 pm
Do that code, but type sudo before.
Title: Re: How to mount a hibernated volume ubuntu
Post by: imo_inx on December 04, 2011, 01:57:15 pm
or type
Code: [Select]
sudo -s to log in as root, hit enter, then type the code.
sudo -s is also handy for many other things, so you don't have to continually type your password.
Title: Re: How to mount a hibernated volume ubuntu
Post by: flyingfisch on December 04, 2011, 02:03:07 pm
error:

Code: [Select]
fuse: failed to access mountpoint /media/F0A4341FA433E6AE: No such file or directory

does that mean the USB drive wont work?
Title: Re: How to mount a hibernated volume ubuntu
Post by: Juju on December 04, 2011, 02:09:01 pm
Don't think so. You typed this command as root?
Title: Re: How to mount a hibernated volume ubuntu
Post by: flyingfisch on December 04, 2011, 02:23:15 pm
yes i did.
Title: Re: How to mount a hibernated volume ubuntu
Post by: Juju on December 04, 2011, 02:24:08 pm
What error it gave?
Title: Re: How to mount a hibernated volume ubuntu
Post by: flyingfisch on December 04, 2011, 02:26:15 pm
sorry, i didnt check what i pasted :P

Code: [Select]
fuse: failed to access mountpoint /media/F0A4341FA433E6AE: No such file or directory
Title: Re: How to mount a hibernated volume ubuntu
Post by: Juju on December 04, 2011, 02:28:42 pm
mkdir /media/F0A4341FA433E6AE

then retry.
Title: Re: How to mount a hibernated volume ubuntu
Post by: flyingfisch on December 04, 2011, 02:31:25 pm
that worked! thx!