Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old July 31st, 2008   #1
amaconinatl
First Cup of Ubuntu
 
Join Date: Jul 2008
Beans: 3
Exclamation cant force mount hard drive

i need help force mounting my hard drive i crashed my windows vista and the device indicates an unclean shutdown. faild to mount'dev/sda1':Operation not supported mount is denied because NTFS is marked to be in use. The options i have are to get ana adapter for my desktop computer to put my laptop hard drive in for force mount the hard drive in ubuntu. Ubuntu automatically named my hard disk " " so it told me to put this into terminal
code:
mount -t ntfs-3g /dev/sda1 /media -o force

when i put that in terminal it says only root can do that what do i do
amaconinatl is offline   Reply With Quote
Old July 31st, 2008   #2
lordadi
A Carafe of Ubuntu
 
lordadi's Avatar
 
Join Date: Dec 2007
Location: CA
Beans: 91
Ubuntu 9.04 Jaunty Jackalope
Re: cant force mount hard drive

Hi,


If it says that only root can do that, then use this
Code:
sudo mount -t ntfs-3g /dev/sda1 /media -o force
The sudo part gives you admin access and the command as run as an adminstrator. It will ask you for your password. Please remember that when you type in your password, you will NOT see it or asterisks or anything, however the password is being accepted. Finish typing it and hit enter.

This assumes that the command provided is correct.

However, I am not sure as to the safety of this command.


Cheers,


Lordadi.
__________________
What Id really like to see: Ubuntu Golf Edition - Below Par Performance!
If your problem's been solved then mark as [SOLVED].
If my posts have helped then please Thank me.

Last edited by lordadi; July 31st, 2008 at 02:16 PM.. Reason: More info
lordadi is offline   Reply With Quote
Old July 31st, 2008   #3
sisco311
Ubuntu Pale Lager
 
sisco311's Avatar
 
Join Date: Feb 2007
Location: romania
My beans are hidden!
Ubuntu Development Release
Re: cant force mount hard drive

If you are dual booting, then boot in windows and
make a clean shutdown(no hibernation).

If you really want to force mount the partition:
Code:
sudo mkdir /media/windows
sudo mount -t ntfs /dev/sda1 /media/windows -o force
sisco311 is offline   Reply With Quote
Old July 31st, 2008   #4
amaconinatl
First Cup of Ubuntu
 
Join Date: Jul 2008
Beans: 3
Re: cant force mount hard drive

ok thank you but i forgot to mention im running ubuntu off disk not installed so i dont have a password
amaconinatl is offline   Reply With Quote
Old July 31st, 2008   #5
amaconinatl
First Cup of Ubuntu
 
Join Date: Jul 2008
Beans: 3
Re: cant force mount hard drive

ok nvm it worked didnt ask for password tyvm ppl
amaconinatl is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:41 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry