Weblog entry #7 for ronin42

Writing to XFS with Linux part II the humbling
Posted by ronin42 on Wed 9 May 2007 at 09:21
Tags: none.
Well I figured out mounting the FS in fstab is not better than using SMB.
I configured SMB through the GUI and have access to the shares through Konqueror.
That's good enough for now.
Now I can work on hellanzb for pulling usenet downloads.

 

Comments on this Entry

Posted by dkg (216.254.xx.xx) on Fri 11 May 2007 at 18:34
[ Send Message | View dkg's Scratchpad | View Weblogs ]
If this is a followup to your earlier weblog, it sounds to me like the problem is not with XFS at all.

Rather, the problem appears to be with the network filesystem you're using, how you authenticate to it, and how that authentication is mapped to local users.

If you put a CIFS mount in /etc/fstab, it will be mounted by the local superuser (root), and the local superuser will control files on that remote mount. This is independent of the underlying filesystem. Usually, global write permissions for other local users are not turned on by default.

If you connect via gnome-VFS (or other GUI) as a regular user, that connection is made as your regular user, who then will control the files accessible through that connection.

You haven't been terribly forthcoming with details about what you're doing specifically, which makes it difficult to help remotely. If you are still interested in getting this working automatically behind the scenes, please follow up with things like:

  • what specific line (or lines?) you tried in /etc/fstab
  • examples of commands which didn't work: how did they actually behave? what did you expect/want them to do?
  • who on your local machine you expect to be able to read and write the files on this remote filesystem.
Hope this helps!

[ Parent | Reply to this comment ]

Posted by ronin42 (219.110.xx.xx) on Sun 20 May 2007 at 01:57
[ Send Message | View ronin42's Scratchpad | View Weblogs ]
I finally got a chance to look into some of the points listed in your reply.
I went looking at CIFS, I remember when Fedora Core 5 dropped SMBFS support for CIFS. I corrected my fstab entires and it's working fine now from the command line and from OpenOffice.

[ Parent | Reply to this comment ]

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search