[Thinstation-general] USB MOUNT NTFS options VS write NTFS flashdisk
Brought to you by:
doncuppjr
|
From: NoreiT <ll...@da...> - 2017-01-13 12:57:34
|
Hi,
I use TS542 devstation to create terminal images.
I have problems with USB_MOUNT_OPTIONS. I use czech diacritic in file/folder
names, so I had to at least add some USB mount options to display czech
characters correctly.
Only (half) functional solution I did was
USB_MOUNT_OPTIONS="utf8" in thinstation.conf.buildtime
It works fine for vfat devices - czech characters displayed correctly,
read/write works
for NTFS devices - czech characters displayed correctly, read works, write
operation doesnt (mkdir: can't create directory 'šen': Operation not
permitted)
I tried for few hours to fiddle with different options as I did in past
USB_MOUNT_OPTIONS="rw,sync,relatime,fmask=0022,dmask=0022,codepage=852,iocharset=utf8,shortname=mixed,errors=remount-ro"
but everytime I do some changes (about fmask, dmask, etc) it stops
automounting vfat devices (system disk included). Strange is, I can mount it
manually without any problem.
I did enabled some modules/packages as I did found in forum (ntfs-3g, fuse)
without any further success.
# Every mounted device needs a filesystem, so choose which ones you need.
module usb-storage
module autofs4 # Automount and autofs support
module isofs # ISO9960 file system support for CDRoms
module udf # CDRom UDF file system support
module vfat # Fat and VFat file system support
module ntfs # NTFS file system support
module ext2 # Ext2 file system support
module ext3 # Ext3 file system support
module ext4 # Ext4 file system support
#module nfs # NFS file system support
#module cifs # CIFS support (use either this or smbfs - not both)
module fuse
# --- Packages below may be "package" or "pkg"
#!!Miscellaneous
package aufs # This is needed in order for squashfs compression mode to
work.
package ts-classic # The classic ts logic for
network/netfiles/hostname/mounting/telnetd/telnet/playcd
package automount
package ntfs-3g
#package udisks
#package networkmanager
#package udisks-glue
package ntp # Utility to obtain date & time from network
#package sound-esd # Enable sound-esd or sound-nasd if you want to be able
to control
#package sound-nasd # sound on your thin client from another computer or
# your remote session.
Thanks for any help.
--
View this message in context: http://thinstation.4464.n7.nabble.com/USB-MOUNT-NTFS-options-VS-write-NTFS-flashdisk-tp26489.html
Sent from the thinstation-general mailing list archive at Nabble.com.
|