2015-07-02 15:35 GMT+02:00 Prakash Narayana Maiya <[email protected]>:
> Dear Experts,
>
>
>
> Kindly could you let me know how to add ntfs feature (applet) to
> busybox and make it available, as my using busybox where ntfs feature
> is currently disabled in the latest busybox. I wanted to use it as
> either (mkfs.ntfs or mkntfs) which ever is possible.
>
>
>
> My requirement to ntfs feature is to convert FAT file system to NTFS
> file system format (USB) and to mount the NTFS file system (USB).
>
>
>
> I'm getting an error while executing the ntfs-3g /dev/sda1 /mnt/usb or
> mount -t ntfs-3g /dev/sda1 /mnt/usb as no such file or device, where
> as successfully mounted if it not used ntfs-3g option in mount command
> (mount /dev/sda1 /mnt/usb)
>
>
>
> Even if i add the ntfs applets as suggested in the forum, but getting
> an error like mkfs_ntfs_main undefined as there is not such function
> name in ntfs.c file under util_linux/volume_id/ directory.
>
>
>
> I really would appreciate the earliest response. Thanks in advance.
>
> Regards,
> Maiya

Hello Prakash,

I'm not an expert, but check http://www.busybox.net/FAQ.html#adding
and http://git.busybox.net/busybox/tree/docs/new-applet-HOWTO.txt to
get started with adding a new applet. :)

HTH,

Xabier Oneca_,,_
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to