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 19-05-2007, 01:47 PM   #1 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Unhappy Unable to mount NTFS Partitions

I am using Debian 4. I am facing this wierd problem. Whenever i try yo mount my windows partitions(ntfs) i receive the following error message. How do i go about it?
Quote:
Unable to mount the selected volume.:
libhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set.

process 9701: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.

error: device /dev/hda5 is not removable

error: could not execute pmount
I am able to view partitions(ntfs) from my external hard disk, but not from my main hard disk.
sachin_kothari is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 19-05-2007, 02:13 PM   #2 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Unable to mount NTFS Partitions

How are you trying to mount your partitions? You need to add the entries in your fstab. Have you done that? If yes then post the contents of your /etc/fstab and /etc/mtab files.
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline  
Old 19-05-2007, 04:16 PM   #3 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

i am just double clicking the drives in My Computer.
thats how i use my external hdd partitions.
i dont know what entries are to be made in /etc/fstab.
actually i am a newbie in linux. so dont know much about it.

Also i cannot write to the external hdd partitions. it is read only.

ok, i somehow managed to insert the lines in /etc/fstab.
now i am able to access all my partitions.
but i still cant write to them.
here is my /etc/fstab file

Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda9 / ext3 defaults,errors=remount-ro 0 1
/dev/hda10 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda1 /mnt/XP ntfs rw,user,umask=000 0 0
/dev/hda5 /mnt/VISTA ntfs rw,user,umask=000 0 0
/dev/hda6 /mnt/DOWNLOADS ntfs rw,user,umask=000 0 0
/dev/hda7 /mnt/JUNK ntfs rw,user,umask=000 0 0
/dev/hda8 /mnt/ENTERTAINMENT ntfs rw,user,umask=000 0 0

Last edited by sachin_kothari; 19-05-2007 at 04:38 PM. Reason: Automerged Doublepost
sachin_kothari is offline  
Old 19-05-2007, 04:24 PM   #4 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Unable to mount NTFS Partitions

You need to install ntfs-3g package from your package manager and then at every place where it says "ntfs"...replace it with ntfs-3g
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.
eddie is offline  
Old 19-05-2007, 04:34 PM   #5 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

I downloaded the ntfs-3g package from http://packages.debian.org/unstable/otherosfs/ntfs-3g

but while installing i got this message.

Quote:
pkg -i '///home/sachin/ntfs-3g_1.516-1_i386.deb' ;echo RESULT=$?
dpkg: status database area is locked by another process
RESULT=2
sachin_kothari is offline  
Old 19-05-2007, 04:48 PM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Unable to mount NTFS Partitions

Quote:
Originally Posted by eddie
You need to add the entries in your fstab. Have you done that?
Do we need that now, with HAL and pmount around?

Quote:
Originally Posted by sachin_kothari
I downloaded the ntfs-3g package from http://packages.debian.org/unstable/otherosfs/ntfs-3g

but while installing i got this message.
Why don't you use apt or aptitude?

Last edited by mehulved; 19-05-2007 at 04:48 PM. Reason: Automerged Doublepost
mehulved is offline  
Old 19-05-2007, 04:51 PM   #7 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

Quote:
Originally Posted by mehulved

Why don't you use apt or aptitude?
Using apt gave me this message

Quote:
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
sachin_kothari is offline  
Old 19-05-2007, 04:54 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Unable to mount NTFS Partitions

What else is running? Some other instane of apt or aptitude or synaptic or some updates?
mehulved is offline  
Old 19-05-2007, 05:13 PM   #9 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

konqueror
JuK.
thats it.

ok, i found out.
i closed all applications and run the installer again.
it tells that some packages (fuse) are old and i need the new version (2.6.5)
i downloaded that from sourceforge, but how do i compile that.
i have no idea about compiling.

Last edited by sachin_kothari; 19-05-2007 at 05:13 PM. Reason: Automerged Doublepost
sachin_kothari is offline  
Old 19-05-2007, 05:39 PM   #10 (permalink)
1337 |)00|) \m/
 
kaustav_geek's Avatar
 
Join Date: Nov 2005
Location: Cyber Space
Posts: 472
Default Re: Unable to mount NTFS Partitions

Quote:
i downloaded that from sourceforge, but how do i compile that.
i have no idea about compiling.
Check this ... A very detailed how to..
__________________
My Blog : www.vatsuak.blogspot.com
My DA page : www.burningsilver.deviantart.com

OK..ok..... Ads are bad..
kaustav_geek is offline  
Old 19-05-2007, 05:59 PM   #11 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

i downloaded all the packages required and installed ntfs-3g.
and then as eddie said replaced "ntfs" with "ntfs-3g" and restarted.
now when i clicked on the partitions, they are gone.
what happened?

here's my /etc/fstab file
Quote:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda9 / ext3 defaults,errors=remount-ro 0 1
/dev/hda10 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda1 /mnt/XP ntfs-3g rw,user,umask=000 0 0
/dev/hda5 /mnt/VISTA ntfs-3g rw,user,umask=000 0 0
/dev/hda6 /mnt/DOWNLOADS ntfs-3g rw,user,umask=000 0 0
/dev/hda7 /mnt/JUNK ntfs-3g rw,user,umask=000 0 0
/dev/hda8 /mnt/ENTERTAINMENT ntfs-3g rw,user,umask=000 0 0
i suppose i forgot a new line at the end of file.
anyway, that above problem is solved.
but, now when i click on my partitions it says "Malformed URL"
what does that means?

Last edited by sachin_kothari; 19-05-2007 at 05:59 PM. Reason: Automerged Doublepost
sachin_kothari is offline  
Old 19-05-2007, 06:35 PM   #12 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Unable to mount NTFS Partitions

Quote:
Originally Posted by mehulved
Do we need that now, with HAL and pmount around?
AFAIK HAL handles removable devices...not the partitions on your hard drive.

Quote:
Originally Posted by sachin_kothari
but, now when i click on my partitions it says "Malformed URL"
what does that means?
Where are you clicking these partitions? You need to go to to /mnt directory and there all your mounted partitions are. If it still doesn't solve...post the contents of /etc/mtab.
__________________
Windows users shouldn't get to use the real computers. They know just enough to be dangerous.

Last edited by eddie; 19-05-2007 at 06:35 PM. Reason: Automerged Doublepost
eddie is offline  
Old 19-05-2007, 06:55 PM   #13 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

thanks everyone.
finally managed to get through.
i was checking in /media, but as u said it is in /mnt directory.
thanks a lot for bearing with my silly mistakes.
sachin_kothari is offline  
Old 19-05-2007, 07:08 PM   #14 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Unable to mount NTFS Partitions

ohh..i came late.U can use Synaptic package manager to install packages.
Code:
dpkg: status database area is locked by another process
^^ this is coz apt-get is already working.so
Code:
~#killall -9 apt-get
is ur option if u really wants.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 19-05-2007, 07:12 PM   #15 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Unable to mount NTFS Partitions

Quote:
Originally Posted by praka123
ohh..i came late.U can use Synaptic package manager to install packages.
Code:
dpkg: status database area is locked by another process
^^ this is coz apt-get is already working.so
Code:
~#killall -9 apt-get
is ur option if u really wants.
i closed all the running applications and that did solved my problem while installing ntfs-3g packages.
sachin_kothari is offline  
Old 19-05-2007, 07:45 PM   #16 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Default Re: Unable to mount NTFS Partitions

^^ that error u got was not becoz of running konqueror,but due to some way apt-get is working earlier.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 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
Mount NTFS in Ubuntu nishant_nms Open Source 4 07-12-2005 02:46 PM
Mount FAT Partitions in Redhat 9 mohanty1942 QnA (read only) 4 14-02-2005 09:29 PM
Unable to mount all ntfs drives in fedora3.mount one ntfs, neerajvohra Open Source 1 06-02-2005 03:56 PM
How To mount ntfs in fedora core 3 neerajvohra Open Source 6 27-01-2005 04:03 PM


All times are GMT +5.5. The time now is 08:28 PM.


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

Search Engine Optimization by vBSEO 3.3.2