You are not logged in.
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
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 = noI 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