Posts tagged samba shares

Fstab – Manual Mounting and Udev Auto

Modern Linux distributions use udev which automount partitions to the system. This is most notably seen with usb device that are the predominant hot swappable media. Internal hard drives, particularly drives that are used to boot the system, have their mount points defined in the fstab file. Fstab is automatically generated during the Debian/Ubuntu installation process. Occasionally you’ll want to add entries such as to automount samba shares or if you have Windows partitions on the hard drive; although Windows partitions will most likely be handled automatically by udev. You can mount iso images automatically using fstab; but this may be unnecessarily permanent, and a temporary mount -t iso9660 cd.iso might simply be easier and more convenient.

Windows 7 – Mapped Network Drive – Extremely Buggy

Update: The slowness was completely caused by the .docx format of Word documents. The documents were converted to traditional .doc and the issues were resolved.

When mapping a samba share in Windows 7 there is something very wrong. The shares map the exact same way as in Win vista, and comparable to the method in Windows XP; but the performance is horrible. There is definitely something wrong with mapping network drives resulting in extremely slow communication. This topic comes up because of a recent experience where opening any Word document on the share results in a warning dialog box that the file is not available for read/write access. You can always select the bottom option “notify me when this file is available for read/write”, but who wants to wait to open a file that is not being edited by anyone else.

The file is definitely not open by anyone else. The file is not locked, or read only. There is simply a substantial delay in the ability of Microsoft Word to open open documents stored on samba shares. There is nothing that resolves the issue. Changing channels in the router, and forcing it to be on N, to speed things up, does not resolve anything.

The fix will come as part of a service pack. Its nice that Microsoft Windows is closed source. Now we will have to wait an unknown amount of time for this problem to be address. In the Linux community a bug report would have been filed, and some bored or interested tech guru would have investigated and likely addressed the issue by now!