Bug 2347 - fstab file options with mount.smbfs
Summary: fstab file options with mount.smbfs
Status: RESOLVED WONTFIX
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbmount (unmaintained) (show other bugs)
Version: 3.0.9
Hardware: All Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-15 03:22 UTC by Stanislav Sukholet
Modified: 2005-02-15 09:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sukholet 2005-02-15 03:22:28 UTC
I have whitebox 3.0 linux
$ uname -r
2.4.21-27.0.2.ELsmp
$ rpm -q samba-client samba
samba-client-3.0.9-1.3E.1
samba-3.0.9-1.3E.1

so, when I've try to put this line in /etc/fstab
---
//orion/ftp  /mnt/orion smbfs
rw,codepage=cp866,iocharset=koi8-r,uid=ctac,gid=apache,dmask=0775,fmask=0664,credentials=/etc/samba/smbacct.ctac
0 0
---
(it's a single line, of course)

everything is ok, especially russian/cyrillic letters in filenames
BUT:
when I'm putting in options (right before 'rw, ...') something like 
'_netdev'
or 'noatime'
all my cyrillization (I mind in windows/linux env's) goes away... 
I do not like this stuff
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-02-15 09:37:50 UTC
we don't maintain smbfs.  Sorry.  You will need to 
contact the kernel maintainers.

The cifs fs code is actively maintained.  I would 
suggest testing that if possible.  See the 
http://www.samba.org/samba/download/