Package: ntfsprogs
Version: 2.0.0-1
Severity: normal
The manual page for ntfsmount mentions fuse.ntfs as the mount type which,
when used, results in an error message generated:
mount -t fuse.ntfs /dev/sda1 /media/sda1
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
On the other hand
dpkg -L ntfsprogs | grep fuse
returns (besides others):
/sbin/mount.ntfs-fuse
So the correct type that works is ntfs-fuse:
mount -t ntfs-fuse /dev/sda1 /media/sda1
This should also be used as the type in a /etc/fstab entry.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages ntfsprogs depends on:
ii fuse-utils 2.7.4-1.1 Filesystem in USErspace (utilities
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libfuse2 2.7.4-1.1 Filesystem in USErspace library
ii libntfs10 2.0.0-1 library that provides common NTFS
ii libuuid1 1.41.3-1 universally unique id library
ntfsprogs recommends no packages.
ntfsprogs suggests no packages.
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]