mount NTFS e-sata on dm500 HD

    • mount NTFS e-sata on dm500 HD

      Hi guys!

      i'm trying to mount the e-sata 2,5" NTFS hdd on my new dm500 HD..

      something not work..


      root@dm500hd:~# mount -t ntfs /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd/

      mount: Mounting /dev/ide/host0/bus0/target0/lun0/part1 on /media/hdd failed: Too many levels of symbolic links

      root@dm500hd:~# fdisk -l

      Disk /dev/hda: 320.0 GB, 320072933376 bytes
      255 heads, 63 sectors/track, 38913 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes

      Device Boot Start End Blocks Id System
      /dev/hda1 2 2581 20723850 f W95 Ext'd (LBA)
      /dev/hda2 * 2582 26165 189438480 7 HPFS/NTFS
      /dev/hda3 26166 38913 102398310 7 HPFS/NTFS
      /dev/hda5 2 2581 20723818+ 7 HPFS/NTFS

      Any ideea?

      in /dev/discs/disc0/ in have the entire path /dev/ide/host0/bus0/target0/lun0/part1 , part2, 3, and 5

      I installed the ntfs-3g drivers.
      THANK YOU!
    • RE: mount NTFS e-sata on dm500 HD

      Original von mark21
      Hi guys!

      i'm trying to mount the e-sata 2,5" NTFS hdd on my new dm500 HD..

      something not work..


      root@dm500hd:~# mount -t ntfs /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd/

      mount: Mounting /dev/ide/host0/bus0/target0/lun0/part1 on /media/hdd failed: Too many levels of symbolic links

      root@dm500hd:~# fdisk -l

      Disk /dev/hda: 320.0 GB, 320072933376 bytes
      255 heads, 63 sectors/track, 38913 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes

      Device Boot Start End Blocks Id System
      /dev/hda1 2 2581 20723850 f W95 Ext'd (LBA)
      /dev/hda2 * 2582 26165 189438480 7 HPFS/NTFS
      /dev/hda3 26166 38913 102398310 7 HPFS/NTFS
      /dev/hda5 2 2581 20723818+ 7 HPFS/NTFS

      Any ideea?

      in /dev/discs/disc0/ in have the entire path /dev/ide/host0/bus0/target0/lun0/part1 , part2, 3, and 5

      I installed the ntfs-3g drivers.
      THANK YOU!


      look at the syntax for ntfs-3g and mount whith him
      » time to say goodbye «

      Konfuzius sagt:
      Erst wenn eine Mücke auf deinen Hoden landet wirst du lernen Probleme ohne Gewalt zu lösen.
    • RE: mount NTFS e-sata on dm500 HD

      Originally posted by nixkoenner

      look at the syntax for ntfs-3g and mount whith him


      hi!
      can u please be more exactly, maybe a link..

      same problem with ntfs-3g

      root@dm500hd:~# mount -t ntfs-3g /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd/
      mount: Mounting /dev/ide/host0/bus0/target0/lun0/part1 on /media/hdd failed: Too many levels of symbolic links
      root@dm500hd:~#
    • hi,


      Quellcode

      1. ntfs-3g 2009.4.4 integrated FUSE 27 - Third Generation NTFS Driver
      2. Copyright (C) 2005-2007 Yura Pakhuchiy
      3. Copyright (C) 2006-2009 Szabolcs Szakacsits
      4. Copyright (C) 2007-2009 Jean-Pierre Andre
      5. Copyright (C) 2009 Erik Larsson
      6. Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
      7. Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
      8. umask=, fmask=, dmask=, streams_interface=.
      9. Please see the details in the manual (type: man ntfs-3g).
      10. Example: ntfs-3g /dev/sda1 /mnt/windows
      11. Ntfs-3g news, support and information: http://ntfs-3g.org
      12. root@dm8000:~#
      Alles anzeigen
    • RE: mount NTFS e-sata on dm500 HD

      Originally posted by mark21
      Hi guys!

      i'm trying to mount the e-sata 2,5" NTFS hdd on my new dm500 HD..

      something not work..


      root@dm500hd:~# mount -t ntfs /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd/

      mount: Mounting /dev/ide/host0/bus0/target0/lun0/part1 on /media/hdd failed: Too many levels of symbolic links

      root@dm500hd:~# fdisk -l

      Disk /dev/hda: 320.0 GB, 320072933376 bytes
      255 heads, 63 sectors/track, 38913 cylinders
      Units = cylinders of 16065 * 512 = 8225280 bytes

      Device Boot Start End Blocks Id System
      /dev/hda1 2 2581 20723850 f W95 Ext'd (LBA)
      /dev/hda2 * 2582 26165 189438480 7 HPFS/NTFS
      /dev/hda3 26166 38913 102398310 7 HPFS/NTFS
      /dev/hda5 2 2581 20723818+ 7 HPFS/NTFS

      Any ideea?

      in /dev/discs/disc0/ in have the entire path /dev/ide/host0/bus0/target0/lun0/part1 , part2, 3, and 5

      I installed the ntfs-3g drivers.
      THANK YOU!


      Why don´t you try mount /dev/hda[n]

      /Per-Olov