Weblog entry #6 for ronin42
I have found information on XFS but it isn't very informative on how to write to it. In the past I read XFS and Linux, minus SGI, were not write compatible.
I haven't found anything definitive one way or the other for non SGI Linux systems.
Has anyone out there dealt with this?
Comments on this Entry
[ Send Message | View dkg's Scratchpad | View Weblogs ]
[ Parent | Reply to this comment ]
[ Send Message | View ronin42's Scratchpad | View Weblogs ]
"Error saving filexxxxx.xxx to [mount point]\directory: file not found"
ej
[ Parent | Reply to this comment ]
[ Send Message | View dkg's Scratchpad | View Weblogs ]
fwiw, i did the following steps as root (i've got an LVM volume group that i use to make test block devices from):
apt-get install xfsprogs lvcreate --name=xfstest --size=30M vg0 mkfs.xfs /dev/mapper/vg0-xfstest mount -t /dev/mapper/vg0-xfstest /mnt mkdir /mnt/dkg chown dkg:dkg /mnt/dkgand then did this as my regular user (dkg):
touch /mnt/dkg/foo cp ~/test.odt /mnt/dkg oowriter /mnt/dkg/test.odtand then made some minor changes to test.odt in Writer, saved it on that filesyste, and quit oowriter, all without errors. Maybe you can post some of the error messages you're getting?
[ Parent | Reply to this comment ]
[ Send Message | View dkg's Scratchpad | View Weblogs ]
mount -t xfs /dev/mapper/vg0-xfstest /mnt
[ Parent | Reply to this comment ]
[ Send Message | View ronin42's Scratchpad | View Weblogs ]
ej
[ Parent | Reply to this comment ]
[ Send Message | View dkg's Scratchpad | View Weblogs ]
What network protocol are you using? CIFS? NFS? something else? the fact that you're accessing it from a windows machine makes me suspect that you're using CIFS.
Please post more details about what you're actually doing (e.g. how things are mounted, what tools you're using, etc), and specifically what error messages you're seeing. Otherwise, any help is going to be guesswork.
[ Parent | Reply to this comment ]