Danke! hat geklappt.
Noch zwei Fragen:
1. Wie lass ich das System die Platte/Freigabe automatisch mounten? (fstab?)
2. Ich hab keinen Schreibzugriff, obwohl readonly = no ?
Laufwerk ist FAT32, gemountet mit -t smbfs
meine smb.conf:
# Global parameters
[global]
workgroup = GALLIEN
netbios name = ENTERPRISE
security = SHARE
encrypt passwords = Yes
map to guest = Bad User
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
character set = ISO8859-15
os level = 2
kernel oplocks = No
printing = lprng
[install]
comment = Install
path = /mnt/install
read only = No
guest ok = Yes
hosts allow = 10.10.10.20
|