This is the command i am trying to work out (i know in linux it would be mkdir /home/hhh/mega then
rclone mount mega: /home/hhh/mega and the flags i need but i am unsure how to get this right on windows 10
Flags:
--allow-non-empty Allow mounting over a non-empty directory. Not supported on Windows.
--allow-other Allow access to other users. Not supported on Windows.
--allow-root Allow access to root user. Not supported on Windows.
--async-read Use asynchronous reads. Not supported on Windows. (default true)
--attr-timeout duration Time for which file/directory attributes are cached. (default 1s)
--daemon Run mount as a daemon (background mode). Not supported on Windows.
--daemon-timeout duration Time limit for rclone to respond to kernel. Not supported on Windows.
--debug-fuse Debug the FUSE internals - needs -v.
--default-permissions Makes kernel enforce access control based on the file mode. Not supported on Windows.
--dir-cache-time duration Time to cache directory entries for. (default 5m0s)
--dir-perms FileMode Directory permissions (default 0777)
--file-perms FileMode File permissions (default 0666)
--fuse-flag stringArray Flags or arguments to be passed direct to libfuse/WinFsp. Repeat if required.
-h, --help help for mount
--max-read-ahead SizeSuffix The number of bytes that can be prefetched for sequential reads. Not supported on Windows. (default 128k)
--network-mode Mount as remote network drive, instead of fixed disk drive. Supported on Windows only
--no-checksum Don't compare checksums on up/download.
--no-modtime Don't read/write the modification time (can speed things up).
--no-seek Don't allow seeking in files.
--noappledouble Ignore Apple Double (._) and .DS_Store files. Supported on OSX only. (default true)
--noapplexattr Ignore all "com.apple.*" extended attributes. Supported on OSX only.
-o, --option stringArray Option for libfuse/WinFsp. Repeat if required.
--poll-interval duration Time to wait between polling for changes. Must be smaller than dir-cache-time. Only on supported remotes. Set to 0 to disable. (default 1m0s)
--read-only Mount read-only.
--vfs-cache-max-age duration Max age of objects in the cache. (default 1h0m0s)
--vfs-cache-max-size SizeSuffix Max total size of objects in the cache. (default off)
--vfs-cache-mode CacheMode Cache mode offminimalwritesfull (default off)
--vfs-cache-poll-interval duration Interval to poll the cache for stale objects. (default 1m0s)
--vfs-case-insensitive If a file name not found, find a case insensitive match. (default true)
--vfs-read-ahead SizeSuffix Extra read ahead over --buffer-size when using cache-mode full.
--vfs-read-chunk-size SizeSuffix Read the source objects in chunks. (default 128M)
--vfs-read-chunk-size-limit SizeSuffix If greater than --vfs-read-chunk-size, double the chunk size after each chunk read, until the limit is reached. 'off' is unlimited. (default off)
--vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 20ms)
--vfs-used-is-size rclone size Use the rclone size algorithm for Used size.
--vfs-write-back duration Time to writeback files after last use when using cache. (default 5s)
--vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)
--volname string Set the volume name. Supported on Windows and OSX only.
--write-back-cache Makes kernel buffer writes before sending them to rclone. Without this, writethrough caching is used. Not supported on Windows.
What the first part did was to construct a mount unit - then use tee to write it to the correct location. The UUID is inserted as the result of a command which lists the UUID of the partition in question.
Via Gnome Nautilus I can easily mount Samba shares from my Ubuntu Server. However, these "mounts" are kinda of fake. Many applications I run do not recognize that Gnome has mounted these server folders and therefore cannot open files off my server.
What's the easiest way to create a "real" samba mount in my (and other people's) home directory? It's fine if its a command or a GUI application that can run when I log in. These server folders don't have to be mounted all the time.
Suppose you have a directory called mounts in your home directory in which you want various Samba shares to be mounted. Suppose further that you are specifically interested in mounting a share called sharename from a remote machine called hostname (this could also be an IP address), and on that remote machine your username is username. First, create the mount point:
A very similar question has been asked before by robazefa, but no one answered it.For the last month or so, my Ubuntu 14.04 LTS box has been been unable to open a couple of folders shared from external drives on a PC running Win 8.1 on a home network.
Through Files on the Unity desktop, I can browse the network, access the workgoup, access the Win 8.1 box, see and access its shares except the folders on its external drives. They appear on the list and I could access them without a problem a couple of months ago, but now I get a dialogue box with Unable to access location - failed to mount Windows share: Invalid argument message, with only the option to click OK.
These folders are readily accessible now from other Win 7 and 8 PCs on the network, but the same Invalid argument error now appears on the only other Linux box on the network which runs Mint Cinnamon.
This sounds like a regression. An Ubuntu bug report and upstream bug report has already been made for it. It might be best to set yourself as "affected" and ask what information is needed. also clearly state that this is a regression. Regressions get fixed faster.
Same issues here -- although I found out that in win 8.1 introduced STORAGE SPACES into windows, allowing the clustering of hard drives into combined resources -- I have 8 drives of 4tb functioning as a single 32TB drive array.
I'm currently trying to mount a windows shared drive under linux.The machine is using windows 7 and by default it shares all windows drives if you login as an administrator. I've been able to login and list/copy/delete files via my android phone but I'm having a problem with mounting it on a server.
My issue was related to:"mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)"For me the solution was adding key to regedit in Window. Below is my answer in other topic:
New Restic user here looking for some Windows guidance. Is there a preferred way to mount, browse and selectively restore Windows backups made with Restic? Searching the site, forum and issues is not turning up a best practice.
I have searched and searched and apparently I don't know exactly what to search for as I believe this is a simple question. I am brand new to Arch (LOVING IT) but have had some experience with Ubuntu & Suse. In the other distro's it automatically mounts the windows partitions so I can browse the files. I cannot figure out how to do this in Arch.
Looks about right. The mount point /software is unorthodox; did you create that mount point? I would suggest you put the mount point under /mnt (i.e. /mnt/software), again, you have to create the mount point and point the fstab entry at it.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Thanks ewaller I'm one step closer! Shows how much I know... I didn't create a mount point and I followed your advice and mounted to /mnt/software. Only problem now is I can access it as root but how do I make it so other users can access it? Do I use chown for something like this or do I need to mount it different in fstab? (As you can see I am new to using a command line in linux but I love all the challenges and the learning experience.)
I have to thank all of you for helping me. The Arch reviews were right about having the best documentation/forum. Could have never done it without you! After installing ntfs-3g & fuse I had to modify the fstab to read:
I have just finished relocating my DCE VM and a windows server VM (that i use as a portal server and backup location for DCE) from a workgroup where it was backing up happily, to our corperate domain vlan.
Both VM's are on the same new vlan with no firewalls in between and DCE now fails to mount the same share after i edit the existing backup schedule and update it with the new IP.
Nothing else has changed except IP's and the windows server is now joined to the domain.
I have found the solution.
In my environment when the server connected to the domain a local security policy changed the "Network security: LAN Manger authentication level" setting to "Send NTLMv2 responce only. Refuse LM & NTLM" when this happened all attemps were access denied.
You need to check if your backup user have correct permissions on your windows box. Permissions can change when you join computer to domain. Check both "Sharing" and "Security" tabs in folder properties.
Chad, try to replace "localhost" with actual domain name or server name. Else dig in security settings of your domain. Maybe some GPO blocks your connection. Check Windows Firewall rules, maybe its has been changed after joining machine to domain.
I ran into a similar issue where DCE wouldn't mount to a Windows share. My windows server had lots of Event ID 2017 errors (The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations) in the systems logs that would occur whenever I tried to mount the share. So after researching the error I discovered that I needed to edit two registry keys as noted in the links I provided below. Since editing them I have been able to successfully mount to the Windows Share and perform full backups again.
d3342ee215