You are not logged in.

#1 2012-03-01 00:48:13

mich04
Member
From: Illinois - United States
Registered: 2011-10-25
Posts: 390

Sharing an xfs filesystem to a windows client [solved]

Hey there,
So I have been looking around for quite some time. I was wondering if anyone knew about any software that would allo my windows machines to read a XFS partition over my network. I do not want to use virtual software. I also saw some tools such as lstools and ext2fsd, but they did not look promising. The reason I am using XFS is because I have a large amount of music and photos.

Last edited by mich04 (2012-03-01 03:36:41)


I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.

Offline

#2 2012-03-01 03:36:25

mich04
Member
From: Illinois - United States
Registered: 2011-10-25
Posts: 390

Re: Sharing an xfs filesystem to a windows client [solved]

So I solved this is was an error in my smb.conf  here is my smb.conf setup for anyone else having problems

#======================= Global Settings =====================================
[global]

   workgroup = A

   server string = Samba Server

#  values are share, user, server, domain and ads.

   security = share

   guest account = nobody

   log file = /var/log/samba/%m.log

   max log size = 50

   dns proxy = no

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

[public]
   path = /place/to/my/stuff
   public = yes
   only guest = yes
   writable = yes
   printable = no

I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.

Offline

Board footer

Powered by FluxBB