在Windows资源管理器中挂载SkyDrive,S3,Google文档和其他云存储

本文介绍了如何使用Gladinet工具将在线存储服务如SkyDrive, Amazon S3, Google Docs与Windows PC集成,以便在Windows资源管理器中直接访问。Gladinet将这些服务挂载为网络存储设备,简化文件管理和访问。文章详细阐述了Gladinet的安装、设置和使用方法,包括挂载SkyDrive,添加其他存储账户,以及使用中需要注意的事项。" 132871479,19419959,Java实现的直播平台Demo详解,"['Java', 'Web开发', '直播技术', 'WebSocket', '消息队列']
摘要由CSDN通过智能技术生成

Online file storage services such as SkyDrive and Amazon S3 are becoming increasingly popular, and many of us additionally save documents and other files online daily with webapps like Google Apps.  Here’s how you can integrate these storage services with your Windows PC and access them just like your normal hard drive and flash drives.

在线文件存储服务(例如SkyDrive和Amazon S3)正变得越来越流行,我们中的许多人还每天通过Google Apps等网络应用程序在线保存文档和其他文件。 您可以通过以下方式将这些存储服务与Windows PC集成在一起,并像普通硬盘驱动器和闪存驱动器一样访问它们。

Cloud computing promises to make file organization simpler, since you can save your files online and access them from anywhere.  However, often the web interfaces are slow and difficult to use, which makes it hard to keep all of your files online.  Gladinet is a free tool for Windows that lets you access many different online storage services directly in Windows Explorer.  It mounts these accounts as networked storage devices, and lets you save, move, and rename files just as you would on your standard hard drive.  Here’s an overview of how you can use Gladinet with the services you use to keep all of your data organized the way that works best for you.

云计算可以简化文件的组织,因为您可以在线保存文件并从任何地方访问它们。 但是,Web界面通常速度较慢且难以使用,这使得很难将所有文件保持在线状态。 Gladinet是Windows的免费工具,可让您直接在Windows资源管理器中访问许多不同的在线存储服务。 它将这些帐户安装为网络存储设备,使您可以像在标准硬盘驱动器上一样保存,移动和重命名文件。 下面概述了如何将Gladinet与服务结合使用,以使所有数据保持最适合您的方式进行组织。

Getting Started

入门

Download the free Gladinet Starter edition (link below) and install as normal.  Note that both 32-bit and 64-bit editions are available, so choose the correct one for your system.

下载免费的Gladinet Starter版( 下面的链接 )并按常规安装。 请注意,32位和64位版本均可用,因此请为您的系统选择正确的版本。

sshot-2010-06-23-[14-09-29]

During the install you’ll be given the option to customize Gladinet.  We recommend leaving the Start WebClient service and Register Gladinet Cloud Desktop to Windows Firewall boxes checked, as these will ensure that Gladinet works as its supposed to.

在安装过程中,您将获得自定义Gladinet的选项。 我们建议选中“ 启动WebClient服务”和“将Gladinet云桌面注册到Windows防火墙”复选框,因为这将确保Gladinet能够正常工作。

sshot-2010-06-23-[14-09-50]

Once its installed, you’ll need to do some preliminary setup.  Select the bullet at the top to continue using the free starter edition, and click Next.

安装完成后,您需要进行一些初步设置。 选择顶部的项目符号以继续使用免费的简化版,然后单击“ 下一步”

sshot-2010-06-23-[14-11-36]

You can enter your email address if you wish to receive updates; otherwise, just click Next to continue.

如果您想接收更新,可以输入您的电子邮件地址; 否则,只需单击“ 下一步”继续。

sshot-2010-06-23-[14-11-44]

Gladinet offers a wide variety of online storage accounts that you can add.  We’re adding Windows Live SkyDrive in this example, but feel free to select any online storage accounts you have that you’d like to integrate with Windows Explorer.  Click Next again to continue.

Gladinet提供了您可以添加的各种在线存储帐户。 我们在此示例中添加了Windows Live SkyDrive,但是可以随时选择要与Windows资源管理器集成的任何在线存储帐户。 再次单击下一步继续。

sshot-2010-06-23-[14-12-04]

Finally, confirm your settings, and edit if anything is incorrect.  Click Finish when you’re done.

最后,确认您的设置,然后编辑任何不正确的内容。 完成后 ,单击“ 完成”

参考文章《DOS的古董美》 摘选段落: 有了以上的工具,后就可以开始安装操作系统了。除DOSBOX仅支持 DOS 和 Windows 3.x 外,其它工具基本上支持各种操作系统的安装。具体安装过程序就不展开了,对于 DOSBOX,配置命令比较容易掌握,相当于使用DOS系统,用它来安装 Windows 3.x 就像在DOS安装其它程序一样。使用内置的 Mount 来映射安装目录来一个当作C盘的目录即可以运行 Windows 3.x 安装程序。DOSBOX 也可以安装Windows 95,借用Bochs的磁盘工具bximage来创建用于安装Windows95的系统盘,再用这个盘来启动就可以了。D-Fend是一个DOSBOX配置的图形界面工具,如果不熟悉DOSBOX则可以使用它来帮助配置。当然不用配置也可以直接运行 DOSBOX,像以下这条命令就可以开始无调试窗口运行,并且将 watcom 目录加载为 C 盘,同时还设置了 CPU 的模拟速度: DOSBox.exe -noconsole -c "mount c c:\watcom" -c "config -set 'cpu cycles=10000'" DOSBOX安装 Windows95B OSR2.1 步骤参考,安装光盘已经上传。注意imgmount命令执行方式选择很重要,不正确的参数可能导致磁盘不被识别。本机使用官方的0.74版本,系统为 Windows 7 64位。DosBox-X是不错的版本,在GitHub上有下载,还有DosBox Svn Daum 版。借用Bochs的磁盘工具bximage创建一个160MB的flat模式硬盘映像c.img,得到参数CHS=325/16/63,扇区大小使用默认的512字节,将这些参数用来设备DOSBOX的映像装载命令,如下如果第一条命令装入磁盘无法识别,可以替换第二条试试。然后,通过Windows 98引导盘来分区、格式化,最后安装系统到映像上,最后修改DOSBOX为硬盘启动。期间可能需要用到Bootice这个工具来修改引导区的信息。安装完后,进行系统可能会花屏,没有系统更新一下默认的S3显卡驱动就好了,下载地址在后面使用S3 Trio 32/64 PCI驱动。不更新驱动,直接使用16色模式也不会花屏。如果使用 DOSBox Daum,还可以加载显卡BIOS,S3 Trio 64 BIOS。 # 1. load image into dosbox IMGMOUNT 2 .\bochs\c.img -t hdd -fs none -size 512,63,16,325 IMGMOUNT c .\bochs\c.img -t hdd # 2. load floppy into dosbox and boot it IMGMOUNT a .\bochs\win98.img -t floppy boot .\vpc\win98.img -l a # 3. use fdisk to create primary partition & format it fdisk format /q /v:win95 c: # 4. mount windows cdrom or image & setup & boot windows # SMARTDRV.EXE & #13895-OEM-0000716-68627 may be useful IMGMOUNT D .\win95b_osr2.1.iso -t iso boot -l c ![getting_start_95.png][111] 提示,可以用winimage工具来管理img磁盘映射,也可以用Windows系统自带的diskpart磁盘工具来加载img磁盘映射,通过计算机管理的磁盘页面操作,或都通过命令行来实现,以下是两个脚本文件分别用来加载和卸载,保存为txt文件就可以了,使用 diskpart /s 命令来执行脚本: REM diskpart /s mount.txt select vdisk file="c:\win3x\vpc\d3.vhd" attach vdisk REM diskpart /s unload.txt select vdisk file="c:\win3x\vpc\d3.vhd" detach vdisk
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值