Q : NAS326 with NTFS int support

Lille
Lille Posts: 7  Freshman Member
edited December 2017 in Personal Cloud Storage
Hello everyone.

Is it possible to make " NTFS support at Internal HDD " on my NAS326 :-/

Thanks in advance

#NAS_December

Accepted Solution

  • Mijzelf
    Mijzelf Posts: 2,598  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    ~ # ntfs-3g /dev/sda1 /mnt/mountpoint
    -sh: ntfs-3g: not found
    Oops. Sorry, it appears the older NSA series used ntfs-3g. On my NAS520 mount.tntfs is used.
    So
    mount.tntfs /dev/sda1 /mnt/mountpoint

All Replies

  • Mijzelf
    Mijzelf Posts: 2,598  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Why would you want that? NTFS on a Linux system (the box runs Linux) is significantly slower than ext4, which is the filesystem currently in use.

    The box can mount NTFS disks internally, but you'll have to do it manually. Internal disks are only automounted if they meet certain conditions, and an NTFS filesystem is not among them.
  • Lille
    Lille Posts: 7  Freshman Member
    because i have 2x hd with files at ntfs file system - how can i mount the disk ?
    https://i.imgur.com/ijoG3Ne.png
  • Mijzelf
    Mijzelf Posts: 2,598  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Login over ssh as root, and execute
    mkdir /mnt/mountpoint<br>ntfs-3g /dev/sda1 /mnt/mountpoint
    

    I don't think this will be automagically detected by the firmware (but it isn't excluded), so if you want to share it, you'll have to edit /etc/samba/smb.conf, and restart samba
    /etc/init.d/samba.sh restart


  • Lille
    Lille Posts: 7  Freshman Member
    mkdir: can't create directory '/mnt/mountpoint': File exists
    ~ #


    :-/ 

    will you show me ? i can trun on teamviewer?
  • Mijzelf
    Mijzelf Posts: 2,598  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Did you execute the command twice? It creates a directory, so yes, you can't repeat it. (Unless you reboot the box in between. The contents of the /mnt directory will revert.
  • Lille
    Lille Posts: 7  Freshman Member
    ~ # mkdir /mnt/mountpoint
    mkdir: can't create directory '/mnt/mountpoint': File exists
    ~ # mkdir /mnt/mountpoint
    mkdir: can't create directory '/mnt/mountpoint': File exists
    ~ # ntfs-3g /dev/sda1 /mnt/mountpoint
    -sh: ntfs-3g: not found
    ~ # ntfs-3g /dev/sda1 /mnt/mountpoint
    -sh: ntfs-3g: not found
    ~ #




    ~ # wget ftp://ftp.gnome.org/mirror/archive/ftp.sunet.se/pub/mac/fink/md5/f95b4a
    238a3df5a92e9013ecb55c2c17/fuse-2.7.1.tar.gz
    Connecting to ftp.gnome.org (194.71.11.173:21)
    fuse-2.7.1.tar.gz    100% |*******************************|   494k  0:00:00 ETA
    ~ # tar xzf fuse-2.7.1.tar.gz
    ~ # cd fuse-2.7.1
    ~/fuse-2.7.1 # ./configure --exec-prefix=/; make; make install
    checking build system type... armv7l-unknown-linux-gnu
    checking host system type... armv7l-unknown-linux-gnu
    checking target system type... armv7l-unknown-linux-gnu
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... no
    checking for style of include used by make... none
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    -sh: make: not found
    -sh: make: not found
    ~/fuse-2.7.1 #

  • Mijzelf
    Mijzelf Posts: 2,598  Guru Member
    First Anniversary 10 Comments Friend Collector First Answer
    Answer ✓
    ~ # ntfs-3g /dev/sda1 /mnt/mountpoint
    -sh: ntfs-3g: not found
    Oops. Sorry, it appears the older NSA series used ntfs-3g. On my NAS520 mount.tntfs is used.
    So
    mount.tntfs /dev/sda1 /mnt/mountpoint

Consumer Product Help Center