NMT:NTFS: Difference between revisions

From Lundman Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== NTFS-3G ==
== NTFS-3G ==


I compiled FUSE and NTFS-3G for NMT platform and wrapped it in a shell script that waits for Eject button to be pushed on the remote control. It will then swap between NTFS (read-only)9 and NTFS-3G (read/write), and back again if you push Eject again.
'''Currently it is recommended you install NTFS via the CSI installer. So install CSI first, then simply select the ntfs-3g package'''
 
I compiled FUSE and NTFS-3G for NMT platform and wrapped it in a shell script that waits for Eject button to be pushed on the remote control. It will then swap between NTFS (read-only) and NTFS-3G (read/write), and back again if you push Eject again.


To manually try it, follow these steps:
To manually try it, follow these steps:


  cd /tmp  (or /share/Apps for HDDs)
  cd /tmp  (or /share/Apps for HDDs)
  wget lundman.net/ftp/nmt/nmt_ntfs3g.tar.gz
  wget http://lundman.net/ftp/nmt/nmt_ntfs3g.tar.gz
  tar -zxvf nmt_ntfs3g.tar.gz
  tar -zxvf nmt_ntfs3g.tar.gz
  cd nmt_ntfs3g
  cd nmt_ntfs3g
Line 12: Line 14:


The mount type should be indicated on the name. Currently it only changes USB_DRIVE_ names to NTFS, if you are using other attached storage in NTFS, please let me know of the names to modify.
The mount type should be indicated on the name. Currently it only changes USB_DRIVE_ names to NTFS, if you are using other attached storage in NTFS, please let me know of the names to modify.
User ike260 on NMT forums confirm that this binary also works on AZBOX HD cable STB.

Latest revision as of 07:37, 7 January 2010

NTFS-3G

Currently it is recommended you install NTFS via the CSI installer. So install CSI first, then simply select the ntfs-3g package

I compiled FUSE and NTFS-3G for NMT platform and wrapped it in a shell script that waits for Eject button to be pushed on the remote control. It will then swap between NTFS (read-only) and NTFS-3G (read/write), and back again if you push Eject again.

To manually try it, follow these steps:

cd /tmp   (or /share/Apps for HDDs)
wget http://lundman.net/ftp/nmt/nmt_ntfs3g.tar.gz
tar -zxvf nmt_ntfs3g.tar.gz
cd nmt_ntfs3g
./ntfs_helper &

The mount type should be indicated on the name. Currently it only changes USB_DRIVE_ names to NTFS, if you are using other attached storage in NTFS, please let me know of the names to modify.

User ike260 on NMT forums confirm that this binary also works on AZBOX HD cable STB.