I recently purchased a flexnet drive for use at home.
model: HD-CELU2 firmware: BUF-CELU2-1.4.B LOADER 3.5W1.9
In the house there are three Windows ( all on XP ) and two Linux boxes ( both on Arch ). The windows boxes do fine with the drive, but I can't get the linux boxes to mount it properly. The drive has been renamed as netdrive, so I use "mount -t cifs //netdrive/share /path/to/mount -o user=guest,sec=none" with success. When I try to access the mount path, however, no files show up. If I touch a text file in the mounted folder, it will show up as an empty text file on the Windows mounts, but I can't see anything on the Linux boxes. How do I go about getting a proper mount on my Linux boxes?
Try use "noserverino" mount option and it works.