User login |
how do you mount /access ntfs disks?how do you mount /access ntfs drives? thank you
|
Search this site:New forum topicsToday's poll:What format would you prefer for downloading 64 Studio? (Register or log in to vote) DVD install image 40% DVD live image with install option 43% I don't have a DVD burner so I have to use CD-R 14% I installed version 0.1 and only used apt since :-) 4% Total votes: 174 |
mount ntfs
Hi,
try with this
sudo modprobe ntfs
sudo gedit /etc/modules and add
modprobe ntfsBest Regards,
ntfs-3g
http://www.ntfs-3g.org/
This driver is a really stable and good driver for mounting ntfs drivers.
mount ntfs error
no way
still getting same error (see below) after trying modprobe ntfs and installing ntfs3g
<---
libhal-storage.c 1401 : info: called libhal_free_dbus_error but dbuserror was not set.
process 14849: applications must not close shared connections - see dbus_connection_close() docs. this is a bug in the application.
error: device /dev/hdb6 is not removable
error: could not execute pmount -->
any ideas
Mount
I wish I had a ntfs partition to test it on...
ntfs-3g ?
I'm not using ntfs-3g, just plain ntfs
Here are the results of lsmod (showing ntfs) , mount, and the extract from /etc/fstab for an NTFS volume.
tux@64studio:~$ lsmod | grep ntfs ntfs 198112 2
tux@64studio:~$ mount /dev/sda1
tux@64studio:~$ less /etc/fstab |grep 'sda1 ' /dev/sda1 /media/sda1 ntfs umask=0222,ro,user,noauto 0 0
Hey Cyrille can you do post
Hey Cyrille can you do post the results of the following command:
dmesg | tail
Cruzin down the street in my 64. --Manasia
dmesg | tail results
64studio:/home/cyrille# dmesg | tail eth2: no link during initialization. nvidia: module license 'NVIDIA' taints kernel. ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 18 ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNK3] -> GSI 18 (level, high) -> IR Q 18 PCI: Setting latency timer of device 0000:02:00.0 to 64 NVRM: loading NVIDIA UNIX x86_64 Kernel Module 100.14.11 Wed Jun 13 16:33:22 P DT 2007 NET: Registered protocol family 10 lo: Disabled Privacy Extensions ADDRCONF(NETDEV_UP): eth2: link is not ready eth1: no IPv6 routers present 64studio:/home/cyrille#
Hey Cy, Dang that dmesg
Hey Cy,
Dang that dmesg blows, I thought it would have given the last errors about you trying to mount ntfs.
I have sucessfully mounted about 6 NTFS partitions on my computer using ntfs3g, I think it would be more helpful to you to send an email to their developer list. I am not sure exactly what the problem is your experiencing. I have tried to recreate the errors you have on a test NTFS partition using ntfs3g and I have not been able to do so.
Cruzin down the street in my 64. --Manasia
http://forums.debian.net/view
http://forums.debian.net/viewtopic.php?t=15814&sid=6a450292a1d50f13a54d38aab7cbb464
Here is another forum posting about the same issue, the user who solved his problem mentioned something about permission issues.
Cruzin down the street in my 64. --Manasia
mount ntfs
it works with this advice thank you cyrille