Have also just worked out that the device I call //mini is NTFS as far as I can ascertain from windows / Properties tab. IN case of doubt how do I find out?

I suspect that this will make a difference?

I tried
sudo mount smb //mini/data/DadsLinux/ /mnt/backup/ -t ntfs -o nls=utf8,umask=0222

and
sudo mount //mini/data/DadsLinux/ /mnt/backup/ -t ntfs -o nls=utf8,umask=0222

Neither of which worked!

Help!


Thanks



Ed
----


Stuart

I carried out your code snippet, prefacing it with sudo, and I got this
error message:

       mount: unknown filesystem type 'smb'

I looked at this page:
http://doc.gwos.org/index.php/HowToMountsmbfsSharesPermanently

and tried

sudo mount -t smbfs //mini/data/DadsLinux /mnt/backup -ousername=xxx%xxx

and got:

   mount: wrong fs type, bad option, bad superblock on
//mini/data/DadsLinux,
       missing codepage or other error

It also suggested I looked at dmesg | tail which told me:

smbfs: mount_data version 1919251317 is not supported

I have created a folder called backup in /mnt but I note that the
permissions say that it is entirely owned by root.  I have had a go with
CHOWN:

Do not laugh but I tried:
sudo chown -R edward backup *

Konqueror told me that  the User is now edward and the group is root.
Is this OK?  Or is there a better way to go, and if so what / how?

Any ideas please and thank for continuing to help?


Ed

Stuart Clark wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Edward Kerr wrote:
Does your mount command translate to:

mount -t smb //mini/data/DadsLinux /mnt/backup -ousername=user%pass

where user is my username and pass is my password?

i.e. -ousername=myowusername%myownpassword


Indeed :-)

If you leave off the %pass bit it will prompt you (which is more secure
in a multi-user situation - a "ps" at the right moment will show your
password).

- --
Stuart Clark
mailto:[EMAIL PROTECTED]
http://www.Jahingo.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF6slK+aecWiCY5VYRAjNLAKC5LunZ2kFFSQ7goiEApE9nKiUp2gCeM8go
Hv5mj54mOLLMz4KR3JJMN5o=
=vZYs
-----END PGP SIGNATURE-----

_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro




_______________________________________________
Peterboro mailing list
[email protected]
https://mailman.lug.org.uk/mailman/listinfo/peterboro

Reply via email to