Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 31-07-2008, 06:12 PM   #1 (permalink)
I M A *STAR*
 
saqib_khan's Avatar
 
Join Date: Nov 2007
Location: Planet Earth
Posts: 855
Default Can't mount NTFS drive in ubuntu, Y ?


Hi,

My friend has Win XP + Hardy Heron. Dual booting. I installed Ubuntu in his PC. From that time till now, i can't open any NTFS drive in Ubuntu. I mean y r the drives not mounting, what's the problem??

Win XP is working fine. And Win XP is also shut down properly.

So guys, any suggestions?
__________________
Blogging at:
Technostarry
saqib_khan is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-07-2008, 06:33 PM   #2 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Can't mount NTFS drive in ubuntu, Y ?

u should have used FORCE to check
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 31-07-2008, 06:35 PM   #3 (permalink)
I M A *STAR*
 
saqib_khan's Avatar
 
Join Date: Nov 2007
Location: Planet Earth
Posts: 855
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Quote:
Originally Posted by T159 View Post
u should have used FORCE to check
And how to do this??
__________________
Blogging at:
Technostarry
saqib_khan is offline  
Old 31-07-2008, 07:26 PM   #4 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Open Terminal and execute this
Code:
sudo fdisk -l
* Its small L in fdisk -l.
Note down device name assigned to NTFS partition(s).
Let say, /dev/sda1 is NTFS partition. Execute this
Code:
sudo mkdir /media/sda1
sudo mount -t ntfs-3g /dev/sda1 /media/sda1 -o defaults,umask=0
ls /media/sda1
In case any of above command throws error, post exact error message here.
You can edit /etc/fstab file to automount partition(s) at boot up.
ghost at rest is offline  
Old 31-07-2008, 07:35 PM   #5 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Have you installed ntfs-config?
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 31-07-2008, 07:42 PM   #6 (permalink)
I M A *STAR*
 
saqib_khan's Avatar
 
Join Date: Nov 2007
Location: Planet Earth
Posts: 855
Default Re: Can't mount NTFS drive in ubuntu, Y ?

@rahimveron

No
__________________
Blogging at:
Technostarry
saqib_khan is offline  
Old 31-07-2008, 07:45 PM   #7 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Doesn't ntfs-config get installed by default? I don't recall adding it to get my NTFS drives active in Ubuntu.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 31-07-2008, 08:16 PM   #8 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: Can't mount NTFS drive in ubuntu, Y ?

^I did install it in Mint 5.0 , so it is based on Hardy so i thought it was not installed in his case.
If it is then he has to use the force way to mount them.

So search for it in Synaptic and install it and activate it from System Tools-->NTFS COnfiguration Tool and enable write support for internal/external drives.
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 31-07-2008, 09:08 PM   #9 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Execute this
Code:
sudo apt-get update
sudo apt-get install ntfs-config
ghost at rest is offline  
Old 31-07-2008, 11:14 PM   #10 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Can't mount NTFS drive in ubuntu, Y ?

i think fuse needs to be integrated with kernel
try $sudo apt-get install fuse fuse-ntfs-3g dkms dkms-fuse
nach is offline  
Old 31-07-2008, 11:50 PM   #11 (permalink)
Linux User
 
ghost at rest's Avatar
 
Join Date: Jan 2008
Location: Chandigarh, India
Posts: 145
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Quote:
Originally Posted by nach View Post
i think fuse needs to be integrated with kernel
try $sudo apt-get install fuse fuse-ntfs-3g dkms dkms-fuse
There is no need to install any other package except ntfs-config. All other packages are pre-installed in Ubuntu Hardy Heron.
ghost at rest is offline  
Old 01-08-2008, 12:01 AM   #12 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Can't mount NTFS drive in ubuntu, Y ?

ntfs-3g is comes by default in Ubuntu 8.04
yeah but you do need to install configuration GUI, only if you are a click click geek
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 01-08-2008, 11:48 AM   #13 (permalink)
I M A *STAR*
 
saqib_khan's Avatar
 
Join Date: Nov 2007
Location: Planet Earth
Posts: 855
Default Re: Can't mount NTFS drive in ubuntu, Y ?

Ok, thank u all.

The problem solved automatically, i have'nt done anything.

Computer is an error machine, sometimes prob solves automatically & sometimes not.
__________________
Blogging at:
Technostarry
saqib_khan is offline  
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to mount NTFS partition in Ubuntu DeSmOnD dAvId Open Source 53 24-08-2007 01:54 AM
How to mount NTFS on Feisty? Dark Star Open Source 21 17-06-2007 09:55 AM
Unable to mount NTFS Partitions sachin_kothari Open Source 15 19-05-2007 07:45 PM
Mount NTFS in Ubuntu nishant_nms Open Source 4 07-12-2005 02:46 PM
Unable to mount all ntfs drives in fedora3.mount one ntfs, neerajvohra Open Source 1 06-02-2005 03:56 PM

 
Latest Threads
- by gforz
- by soumya
- by Sujeet
- by icebags
- by Charan

Advertisement




All times are GMT +5.5. The time now is 02:46 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2