Author Topic: Problem with Generic Windows Share  (Read 8604 times)

rwilson131

  • Veteran
  • ***
  • Posts: 118
    • View Profile
Re: Problem with Generic Windows Share
« Reply #15 on: August 20, 2007, 04:53:11 am »
I believe the problem is NTFS filesystem.  I remember seeing a couple of post regarding the issue here is one that I found.

http://forum.linuxmce.org/index.php?topic=881.0

and this post, the last entry may be of some help,

http://forum.linuxmce.org/index.php?topic=1638.0

Thanks,

Rob

teedge77

  • Addicted
  • *
  • Posts: 591
    • View Profile
Re: Problem with Generic Windows Share
« Reply #16 on: August 20, 2007, 03:32:51 pm »
Well it says that it can still read NTFS, which is all i need. I don't necessarily have to write to it. Has anyone been able to set up media shares on NTFS over the network?
AMD Athlon 64 X2 6000+
Asus M2V Via AM2 ATX
Lite-On LH-20A1S SATA DVD Burner
80GB  SATA-150
EVGA GeForce 7300 GT 512MB DDR2 PCI Express
Sound Blaster Audigy SE
Kingston 2 GB PC6400 DDR2 800MHz
Ultra X-Finity 800-Watt
ZCU000
Cisco 7970
TDM400P

rwilson131

  • Veteran
  • ***
  • Posts: 118
    • View Profile
Re: Problem with Generic Windows Share
« Reply #17 on: August 20, 2007, 05:00:59 pm »
The system used to write a .id3 files for each of the media files, this may be the issue although I have not confirmed this with the new release.  You can also check the check box under the device so that the device is readonly.  I am just guessing here but it is at least worth a try.

Sorry about your problems

Rob

teedge77

  • Addicted
  • *
  • Posts: 591
    • View Profile
Re: Problem with Generic Windows Share
« Reply #18 on: August 20, 2007, 05:26:05 pm »
Thanks...I will have to make sure i check the read only box. Should i try installing the package that lets you write to NTFS? the last thing i want is to enable one minor thing and break something else. I suppose its worth trying at least. i havent used unix/linux since the late 90s and that was brief. i have a lot of catching up to do  ;) i will post how it goes with the read only box checked. i have seen a couple people had the same problem i am having but never saw anyone respond or any post saying they managed to fix it. thanks to all of you for your help.
AMD Athlon 64 X2 6000+
Asus M2V Via AM2 ATX
Lite-On LH-20A1S SATA DVD Burner
80GB  SATA-150
EVGA GeForce 7300 GT 512MB DDR2 PCI Express
Sound Blaster Audigy SE
Kingston 2 GB PC6400 DDR2 800MHz
Ultra X-Finity 800-Watt
ZCU000
Cisco 7970
TDM400P

rwilson131

  • Veteran
  • ***
  • Posts: 118
    • View Profile
Re: Problem with Generic Windows Share
« Reply #19 on: August 24, 2007, 06:55:47 am »
Take a look at this wiki page,

http://wiki.linuxmce.org/index.php/Howto:_Using_Network_Shares

I ran the following script from the command line and I found out that my FREENAS box was trying to be a master samba server which was causing conflicts.

Code: [Select]
sudo /usr/pluto/bin/Configure_1837.sh -d <device number>
After I corrected the FREENAS box, I then ran the above code and the Shares were no automatically set up. 

It turned out to be something very simple, but nonetheless, I have been struggling with this for quite some time.

Thanks,

Rob