Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
The connection works fine with doing it through the gui as shown in pic 1, but I have tried
mount_smbfs //rajohns:MyPassword#msclst2fs
and I see that the format is supposed to be
//[domain;][user[:password]#]server[/share] path
but I don't know what to put for domain or /share or path
Try
mount_smbfs rajohns:MyPassword#msclst2fs/SHARE2 /Volumes/msclst2fs
to make the volume available at /mnt/msclst2fs. The path is wherever in your file system you want to make the volume accessible.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have two windows 8.1 on my computer but unfortunately one of them is out of use because of an update problem. Now I need a file on that OS which resides in Desktop. Can I acces that file from the other OS which I can use now?
Yes, you can. As long as the OS supports the file system
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
So I have a file named "Satoshi Urushihara" on my desktop. When I tried to delete it it says:
"This is no longer located in C:\Users\yonechan\Desktop. Verify the items location and try again"
I've tried deleting by clicking it and through CMD. nether seems to work. Any thoughts?
RD/s C:\Users\yonechan\Desktop
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Can someone please tell me how to map a local folder as a network folder.I have to do some testing locally and was wondering if this is possible..What I have is a folder on C drive C:\InetPub\Contents and I would like to access it as \\servername\contents .
Thanks
Just share the folder and then map as \COMPUTERNAME\Contents
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am configuring Oracle Database in fips compliant mode, but not able to find fips.ora, can someone please tell me do i need to create a new file or there is any default location?
Assuming you are on 11g, the fips.ora file is either located in the $ORACLE_HOME/ldap/admin directory, or is pointed to by the FIPS_HOME environment variable.
If it doesn't exist create it and add
SSLFIPS_140=TRUE
See http://docs.oracle.com/cd/B28359_01/network.111/b28530/asoappe.htm
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I foolishly ran the following code
file.remove(list.files())
Is there any way of retrieving the deleted files. I am working in windows XP + R 2.15.0
You need to get a NTFS (or FAT32, though unlikely) file recovery software. Restoration and Undelete Plus are a few of them