LocalFileSystem on UBUNTU

27 Nov 2009

Hi Guys,

The LocalFileSystem sample that writes "Hello World" on /local/out.txt" works fine
on Windows, but it doesn't produce any file when mounted in UBUNTY.  If I connect
making the program restart it works but not as long as it is mounted.  I try both using sudo and ls as well as the using the File Browser.

Any ideas?

Anders

28 Aug 2013

1) Ubuntu mount the Drive e.g.=>mount -v -t auto /dev/sdb /mnt/usb ... is fat/dev/sd1 path

2) need to consider the filesystem mount as is FAT16 or FAT32 or ntfs....etc.

Good Lucky