I used nano /etc/fstab as root to make one line for each share.Just put back the lines that start with credentials=... at the end of the preceding lines, and you'll be fine.
umount /mnt/samba/*
Then re-mount it by executing the 3 commands found in your rc.local (or rebooting).
Then I used the command
root@padme ralf]# unmount /mnt/samba/*
but got this every time:
After rebooting, no change, all share locations such as /mnt/samba/movies are empty.root@padme ralf]# unmount /mnt/samba/*
bash: unmount: command not found
[root@padme ralf]# unmount /mnt/samba/*
bash: unmount: command not found
[root@padme ralf]#
this is /etc/fstab now:
.[root@padme ralf]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Sun Dec 12 17:52:24 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_padme-lv_root / ext4 defaults 1 1
UUID=cd9649e6-6d69-4624-8199-9089ac97241b /boot ext4 defaults 1 2
/dev/mapper/vg_padme-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
UUID=42ea0928-74e1-4c49-ada8-452d0dda3ea2 /var/hda/files/drives/drive1 ext4 defaults 1 2
UUID=30e95e65-2d7d-4101-90d1-993423380444 /var/hda/files/drives/drive2 ext4 defaults 1 2
UUID=b4bd72a2-d31d-4c10-af4c-9c927c7ca060 /var/hda/files/drives/drive3 ext4 defaults 1 2
#smb#//127.0.0.1/movies /mnt/samba/movies cifs credentials=/home/ralf/.smb_credentials,uid=500,gid=100,file_mode=0660,dir_mode=0770,hard,_netdev 0 0
#smb#//127.0.0.1/music /mnt/samba/music cifs credentials=/home/ralf/.smb_credentials,uid=500,gid=100,file_mode=0660,dir_mode=0770,hard,_netdev 0 0
#smb#//127.0.0.1/ralf /mnt/samba/ralf cifs credentials=/home/ralf/.smb_credentials,uid=500,gid=100,file_mode=0660,dir_mode=0770,hard,_netdev 0 0
[root@padme ralf]#
I believe the line breaks are created by me copying and pasting from Terminal into this post.
What's missing still?
Many thanks
Ralf