Hi,
I mounted a filesystem onto a Linux SLES-8 server as follows:
As root
mount -t smbfs //IP/nas-back -o uid=orasid,username=user,password=userpw,rw /sich1
I tried this:
mount -t smbfs -o uid=orasid,username=user,password=userpw //IP/nas-back /sich1
INFO: Debug class all level = 1 (pid 27097 from pid 27097)
srv0002:/oracle/DA2/920_32/dbs #
I tried this also:
mount -t cifs -o uid=orasid,username=user,password=userpw //IP/nas-back /sich1
mount: wrong fs type, bad option, bad superblock on //172.16.4.31/nas-back,
or too many mounted file systems
srv0002:/oracle/DA2/920_32/dbs #
With no success.
srv0002:/oracle/DA2/920_32/dbs # uname -a
Linux srv0002 2.4.21-190-smp #1 SMP Tue Feb 10 01:07:03 UTC 2004 i686 unknown
srv0002:/oracle/DA2/920_32/dbs # cat /etc/*-release
SuSE SLES-8 (i386)
VERSION = 8.1
UnitedLinux 1.0 (i586)
VERSION = 1.0
LSB_VERSION="1.2"
DISTRIB_ID="UnitedLinux"
DISTRIB_RELEASE="1.0"
DISTRIB_DESCRIPTION="UnitedLinux 1.0 (i586)"
srv0002:/oracle/DA2/920_32/dbs
I can copy 10 files with a size of 4096 but not one file with the size of 4097 bytes.
The filesystem has 465GB free
srv0002:/oracle/DA2/920_32/dbs # df -h /sich1
Filesystem Size Used Avail Use% Mounted on
//172.16.4.31/nas-back
2.0T 1.6T 465G 78% /sich1
srv0002:/oracle/DA2/920_32/dbs #
No brarchive or brbackup calls are possible.
Thank you for you help.
Jean