Joined
·
1,392 Posts
Hi OCN! I'm running Debian Squeeze and I think I configured automounting NTFS drives wrong in my /etc/fstab file.
This is the output of sudo fdisk -l:
Code:
and this is my /etc/fstab file:
Code:
but when I restart it doesn't work and when I sudo mount -a this is what I get:
Code:
Thanks in advance OCN!
edit: and this is what I get when I try to manually mount a drive:
This is the output of sudo fdisk -l:
Code:
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2ba0a728
Device Boot Start End Blocks Id System
/dev/sda1 * 1 60802 488384512 7 HPFS/NTFS
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2ba0a75b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 12158 97656250 83 Linux
/dev/sdb2 13055 60802 383526912 7 HPFS/NTFS
/dev/sdb3 12158 13055 7199745 5 Extended
/dev/sdb5 12158 13055 7199744 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 251.0 GB, 251000193024 bytes
135 heads, 14 sectors/track, 259383 cylinders
Units = cylinders of 1890 * 512 = 967680 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb3c4b3c4
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 259382 245115983 7 HPFS/NTFS
Code:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sdc1 during installation
UUID=6adf2f9e-41f9-451d-94b5-aacc9defffe8 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdc5 during installation
UUID=0f8f69ed-5502-406f-9476-06a8bca0b853 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/sdc1/media/Windowsntfs-3gdefaults00
/dev/sdb2/media/Storagentfs-3gdefaults00
/dev/sda1/media/Backupntfs-3gdefaults00
Code:
Code:
ntfs-3g: Failed to access volume '/dev/sdc1': No such file or directory
ntfs-3g 2010.3.6 integrated FUSE 27 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off
Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2010 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson
Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).
Example: ntfs-3g /dev/sda1 /mnt/windows
Ntfs-3g news, support and information: http://ntfs-3g.org
ntfs-3g-mount: failed to access mountpoint /media/Storage: No such file or directory
ntfs-3g-mount: failed to access mountpoint /media/Backup: No such file or directory
edit: and this is what I get when I try to manually mount a drive:
