LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-23-2007, 01:21 PM   #1
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Rep: Reputation: 15
Unable to mount volumes


I'm using Debian 4. I tried to mount (by double clicking on the hard disk icon) a volume for my NTFS Hard Disk of 160Gb and i got following error message:

Unable to mount the selected volume.
libhal-storage.c 1401: info: called libhal_free_dbus_error but dbuserror was not set
process 17557: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.
error: could not execute pmount

Also when I tried to mount my 1Gb KINGMAX USB2.0 Flashdisk i got similar following error message:

Unable to mount the selected volume.
libhal-storage.c 1401: info: called libhal_free_dbus_error but dbuserror was not set
process 17529: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.
error: could not execute pmount

I understand that is not easy to access the NTFS volumes ... but my 1Gb Flashdisk is FAT formatted...

Any ideas what I could do? (Please if there is a lot of technical stuff I need step by step instructions if possible as I'm a new in Linux)

Thanks
 
Old 04-23-2007, 01:56 PM   #2
andygo
Member
 
Registered: May 2005
Location: Ukraine, Kiev
Distribution: SLES, Raspbian, Ubuntu-Mate, LineageOS
Posts: 114

Rep: Reputation: 15
will you show your /etc/fstab?
looks like there's something wrong with pmount
try to mount volume manually
sudo mount /dev/hdxX /media/mount_point
 
Old 04-23-2007, 06:21 PM   #3
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Original Poster
Rep: Reputation: 15
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 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

(Thanks for your help in advance)
 
Old 04-24-2007, 01:11 AM   #4
andygo
Member
 
Registered: May 2005
Location: Ukraine, Kiev
Distribution: SLES, Raspbian, Ubuntu-Mate, LineageOS
Posts: 114

Rep: Reputation: 15
I havn't noteced your NTFS volume
try the following:
#sudo fdisk -l
this will show you THE device of your NTFS Hard Disk of 160Gb
you'll see something like this
Code:
/dev/hda6             952         991      321268+  82  Linux swap / Solaris
/dev/hda7             992        1932     7558551   83  Linux
/dev/hda8            1933        4865    23559291    c  W95 FAT32 (LBA)
then pick the divice you are interested in and mount it
I've got /dev/hda8 with FAT32 file system
in order to mount it I have to do this
Code:
#sudo mount /dev/hda8 /mnt/fat
and if you want to write on NTFS volume you'll need ntfs3g (http://www.ntfs-3g.org)
Code:
#sudo apt-get install ntfs-3g
#sudo ntfs-3g /dev/hd(NTFS-vol) /media/ntfs
btw - it's all written in man mount and in man ntfs-3g
pls read it
 
Old 04-24-2007, 12:47 PM   #5
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Original Poster
Rep: Reputation: 15
might sound funny... but where and how do I access the man pages?
 
Old 04-24-2007, 03:35 PM   #6
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
Code:
man "command"
-twantrd
 
Old 04-24-2007, 04:55 PM   #7
StefanP
Member
 
Registered: Apr 2007
Distribution: Debian 4
Posts: 147

Original Poster
Rep: Reputation: 15
ok... i have the following

/dev/hdb1.......1......19457.....156288321....7...HPFS/NTFS

i tried
# sudo mount /dev/hdb1 /mnt/ntfs

i got message
mount: mount point /mnt/ntfs does not exist

i tried
# sudo mount /dev/hdb1 /media/ntfs

i got message
mount: mount point /media/ntfs does not exist


What can I do now?
 
Old 04-24-2007, 10:07 PM   #8
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
Umm, here's a quick suggestion....does the mount point even exist???? It's blatantly telling you right there.

-twantrd
 
Old 04-25-2007, 01:35 AM   #9
andygo
Member
 
Registered: May 2005
Location: Ukraine, Kiev
Distribution: SLES, Raspbian, Ubuntu-Mate, LineageOS
Posts: 114

Rep: Reputation: 15
you were asked to read some man pages
pls do it
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to access shares on FAT volumes jkhg Linux - Networking 2 02-07-2006 09:58 PM
mount refusing to mount lvm volumes linuxmandrake Fedora 2 07-20-2005 06:06 PM
obsd3.5 mount NW6.5 Volumes bushi *BSD 3 06-01-2004 12:15 PM
how to mount NTFS volumes tsitras Debian 2 04-15-2004 09:09 AM
fails to mount one of two ntfs volumes nskn Linux - Software 1 04-03-2004 06:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration