Difference: FileStorage (6 vs. 7)

Revision 72013-04-24 - KennyWraight

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Line: 49 to 49
 

From Linux Laptop

Changed:
<
<
To mount an external drive on Linux you will need root permissions. When you have these, use CIFS:
>
>
To mount an external drive on Linux you will need root or sudo permissions. When you have these, use CIFS*:
  mount -t cifs SERVER_NAME LOCAL_MOUNT_DIRECTORY -o user=USER_NAME
Changed:
<
<
So, for example, if your name is Napoleon Solo and you have a guphysics account and you wished to mount the detdev01 directory in the //ppesmb Samba file system to the local /mnt directory, you would use:
>
>
So, for example, if your name is Napoleon Solo and you have a GUPHYSICS account and you wished to mount the detdev01 directory in the //ppesmb Samba file system to the local /mnt directory, you would use:
  mount -t cifs //ppesmb/data/detdev01 /mnt -o user=guphysics/nsolo
Changed:
<
<
Napoleon would then be prompted for his password before mounting took place. The password can also be passed as an additional comma-seperated argument ("pass") or inside a file, along with the user name ("credentials").
>
>
Napoleon would then be prompted for his (GUPHYSICS) password before mounting took place. The password can also be passed as an additional comma-seperated argument (pass=PSSWRD), or inside a file along with the user name (credentials=FILE_NAME).
 
Changed:
<
<
N.B. The user name must include the guphysics domain. Make sure the mount directory exists.
>
>
N.B. The user name must include the GUPHYSICS domain. Also, make sure the directory you are mounting to exists.
 
Changed:
<
<
For some more details and some useful CIFS documentation, please see here.
>
>
For more details and some useful CIFS documentation, please see here.

* sudo users should preface the command with sudo and enter their Linux password.

  -- AndrewPickford - 25 Jan 2009
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback