Windows 98 Iso Mount

0 views
Skip to first unread message

Author Metcalfe

unread,
Aug 5, 2024, 12:21:50 PM8/5/24
to vilthisigpi
BasicallyI have a hard drive in the ultrabay slot of my ThinkPad (instead of the dvd-drive).When booting the system, this hard drive is automatically being mounted and visible to me.Using the icon in the taskbar I can unmount it. Unfortunately, it is then only available again when I reboot the system.

To mount a drive, type mountvol [DriveLetter] [VolumeName]. Make sure you replace [DriveLetter] with the letter you wish to mount the drive to (for example, G:), and [VolumeName] with the volume name you noted in Step 2.


Assigns a drive letter or mount point to the volume with focus. If no drive letter or mount point is specified, then the next available drive letter is assigned. If the assigned drive letter or mount point is already in use, an error is generated.


By using the assign command, you can change the drive letter associated with a removable drive. You cannot assign drive letters to system volumes, boot volumes, or volumes that contain the paging file. You cannot assign a drive letter to an OEM partition or any GPT partition other than a basic data partition.


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.


We will be running rclone mount on system startup using an autostarted batch file. Usually, the console would remain visible, but there's a way to "daemonize" this (thus, no application in the foreground visible).


Note: If you want to mount multiple remotes in different volumes, just add multiple such batch files each mounting a different volume. Or combine multiple remotes to show them all within a single volume.


I haven't tried SilentCMD myself, but I think e.g. NirSoft AdvancedRun can be used in a similar setup. In general there are many alternatives and variants... Perhaps it a wiki page would be most appropriate (maybe there even is one already...)?


Ah, I see. I guess, I missed that one and only saw the solution using New-Service which in my case doesn't work even when running PowerShell in elevated mode and is a needless hassle. So, thanks for pointing both the --no-console as well as the autostart method in the documentation.


So, I see no gain in mentioning the SilentCMD method in the documentation or wiki. Apart from adding a dependency to another tool, it gives no additional benefit. However, it would be nice to mention --no-console in rclone mount.


if i understand slientcmd, then the downsides are

--- silentcmd runs after the user has logged in.

whereas, task scheduler and nssm, can run before the user has logged in, at system startup.

--- have not been updated in three years.


So, I see no gain in mentioning the SilentCMD method in the documentation or wiki. Apart from adding a dependency to another tool, it gives no additional benefit. However, it would be nice to mention --no-console in rclone mount .


Is it necessary for a simple mount with default settings and a log file? Is that option limits the size of log file? I mean, what is the reason to add --vfs-used-is-size in the code? I want to understand details and what I see at documentation is --vfs-used-is-size rclone size and not only --vfs-used-is-size without any size defined.


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.


The server is Linux/Samba and the client is Windows 7 Professional 64-bit. The closest I've found is being able to mount a local volume as a subfolder using the Windows disk manager, but it doesn't appear to handle remote CIFS shares (see ).


Now when you navigate to C:\Folder\Share you'll see the contents of \\\Server\Sharename\Directory. You'll still need to provide authentication for the resource with something like net use (or just be logged into a domain account on a domain system that has access) otherwise the link will probably error out angrily.


Click "Start", then click Computer. You're now in 'My Computer/Explorer'.

Right-click Computer, and click "Add a network location"

Then enter the server and share you would like to connect to




And I have one more idea for feature request - sometimes network restore is too slow,

is it possible mount replacement disk (as example sata hot-plug, etc USB3?), and locally restore it,

with full possible speed of local interfaces with only UrB/cpu speed limits?

Should I post it like new feature request, it will be interesting?


To restore a single file, go to SnapDrive interface, select "Connect Disk" & point to the existing snapshot. SnapDrive will do thin LUN cloning in the background (or volume FlexClone if license is present) & mount a LUN clone.


Read up on the "vol" and "lun" commands. There should be no reason to copy things when clones can easily be made. Why your snapshots are not "consistent" is also probably a matter of reading a bit more and finding out where the configuration mistakes are.


Yes I agree with Radek, these snapshots were most likely setup on the Netapp SAN rather than through snap manager and therefore will be inconcistant. CIFS/NFS shares can be done this way because they dont need to me consistent, but applications (exchange, SQL etc) need to be managed by snap manager.


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.

3a8082e126
Reply all
Reply to author
Forward
0 new messages