[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] mount problems
Chris Johnson wrote:
I'm trying to download the latest freeduc ISO image but I've run out of room
on my Linux box.
I have a NT4 server called server1 with loads of free space which is
formatted with NTFS and a folder called linux on it is shared with
permissions of everyone:full access.
I've used
mount -t smbfs -o username=myusername,password=mypassword //server1/linux
/home/cjohnson/server1/linux
and I can happily browse what's already there
BUT
I can't create any files on the mounted share from the linux box. Any
ideas?
Hi Chris,
Have you tried the command without including the password?
mount -t smbfs -o username=myusername //server1/linux /home/cjohnson/server1/linux
the mount (smbmount) command will prompt you for a password if you don't
include one.
I'm not sure this will make any difference but it's worth a try!
Other things to try are the 'guest' option and the 'rw' option.
More details for these commands are in the smbmount man page.
Cheers,
Andy
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.