首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏云计算与大数据

    linux kernel Documentation filesystems overlayfs

    new approach to providing overlay-filesystem functionality in Linux (sometimes referred to as union-filesystems If all underlying filesystems support NFS file handles and export file handles with 32bit inode number Upper and Lower --------------- An overlay filesystem combines two filesystems - an 'upper' filesystem A read-only overlay of two read-only filesystems may use any filesystem type. If a given name appears in both upper and lower filesystems and refers to a non-directory in either,

    2.7K30发布于 2019-01-23
  • 来自专栏机器人课程与技术

    Ubuntu救援模式emergency mode笔记

    to checking filesystems in /etc/fstab serially. If none of the filesystems in fslist is prefixed by a negation operator, then only those listed filesystems Filesystems with a fs_passno value of greater than zero will be checked in order, with filesystems with -M Do not check mounted filesystems and return an exit code of 0 for mounted filesystems. -R When checking all filesystems with the -A flag, skip the root filesystem.

    3.7K40编辑于 2023-02-10
  • 来自专栏Laikee Tech Space

    虚拟机镜像管理工具-- Libguestfs

    该工具包内包含的工具有virt-cat、virt-df、virt-ls、virt-copy-in、virt-copy-out、virt-edit、guestfs、guestmount、virt-list-filesystems 第一个任务就是找到可用的文件系统: \><fs> run \><fs> list-filesystems /dev/sda1: ntfs /dev/sda2: ntfs 当你使用guestfish virt-list-filesystems virt-list-partitions 查看分区相关信息 [root@localhost file]# virt-filesystems -d 虚拟机名 You can then mount filesystems you want by hand using the 'mount' or 'mount-ro' command. Use 'virt-filesystems' to see what filesystems are available.

    2.5K10编辑于 2022-04-25
  • 来自专栏山行AI

    nio使用中的java.nio.file.FileSystemNotFoundException分析析

    MarketCollectApplication.class.getClassLoader().getResource("conf/sh.txt").toURI(); FileSystem aDefault = FileSystems.getDefault (); System.out.println(aDefault.getClass()); FileSystemProvider provider = FileSystems.getDefault avoid loading of installed providers if (scheme.equalsIgnoreCase("file")) return FileSystems.getDefault 当前缀以file开头时,会使用FileSystems.getDefault().provider()来处理,这个provider在windows环境下是WindowsFileSystemProvider docs.oracle.com/javase/7/docs/technotes/guides/io/fsp/zipfilesystemprovider.html FileSystem zipfs = FileSystems.newFileSystem

    5.1K10发布于 2019-06-28
  • 来自专栏力哥聊运维与云计算

    KVM镜像管理利器-guestfish使用详解

    virt-filesystems(1) — display information about filesystems, devices, LVM 显示镜像文件系统信息。 virt-list-filesystems(1) — list filesystems 列出镜像文件系统。  centos6232.qcow2 /dev/sda1 /dev/vmvg/root windows 镜像查看 virt-list-filesystems win2k3.qcow2    /dev/sda1 用guestfish操作虚拟机内部文件 虚拟机内部文件管理主要使用以下命令: virt-df - Display free space on virtual filesystems 镜像磁盘空间使用查看  is virt-filesystems(1).        

    3.8K40发布于 2019-06-28
  • 来自专栏Linux知识积累

    linux命令之-more

    [ OK ] Setting up Logical Volume Management: [ OK ] Checking filesystems [ OK ] Setting up Logical Volume Management: [ OK ] Checking filesystems udev: [ OK ] Setting hostname oracledb: [ OK ] Setting up Logical Volume Management: [ OK ] Checking filesystems files, 103880/204800 blocks [ OK ] Remounting root filesystem in read-write mode: [ OK ] Mounting local filesystems [root@oracledb log]# more +10 boot.log Mounting local filesystems: [ OK ] Enabling local filesystem

    3.1K20发布于 2019-09-08
  • 来自专栏PHP 开发

    [译]Laravel 5.0 之云存储驱动

    . $ composer require aws\aws-sdk-php 然后, 修改 config/filesystems.php 文件中的配置(或者只修改 config/production/filesystems.php 你可以通过 Multiple Filesystems 这个视频教程了解具体的情况. 写在最后 Once you've installed the AWS SDK and edited filesystems.php, all of your file operations are now

    1.5K50发布于 2018-03-02
  • 来自专栏JiekeXu之路

    使用数据泵导出时遇到 ORA-27054 错误解决办法

    documentation, it is clear that all mount point information is supposed to be present in the '/etc/filesystems When mount information is not present in '/etc/filesystems' file it can lead to abnormalities. 从IBM AIX文档中可以清楚地看到,所有挂载点信息都应该出现在系统上的'/etc/filesystems'文件中。 如果挂载信息没有出现在'/etc/filesystems'文件中,可能会导致异常。

    1.6K30发布于 2020-12-15
  • 来自专栏公众号:懒时小窝

    【Linux】《how linux work》第四章 磁盘和文件系统

    We’ll explore filesystems in 4.2 Filesystems. 分区之后的下一层是文件系统,即您在用户空间中习惯与之交互的文件和目录的数据库。 However, the tree-like directory structure and I/O interface of filesystems are quite versatile, so filesystems For example, you can mount ext2 and ext3 filesystems as each other, and you can mount ext2 and ext3 filesystems 4.2.11 Checking and Repairing Filesystems(检查和修复文件系统) The optimizations that Unix filesystems offer are 4.2.12 Special-Purpose Filesystems(特殊用途文件系统) Not all filesystems represent storage on physical media.

    57410编辑于 2024-03-22
  • 来自专栏呼延

    使用nio来读写文件

    至少是美观且大方了起来,因此记录下来,防止后面再需要的时候找不到. import mian.AbstractMain; import java.io.IOException; import java.nio.file.FileSystems parseArgsAndRun(args); } @Override public void run() throws IOException { Path source = FileSystems.getDefault ().getPath("/Users/pfliu/study/test/source"); Path target = FileSystems.getDefault().getPath(

    1.1K40发布于 2019-07-01
  • 来自专栏蓝天

    Exploring the ext3 Filesystem

    from its compatibility with ext2 filesystem utilities and the ease with which you can convert ext2 filesystems A classic issue in journaling filesystems is whether they only log changes to filesystem metadata or The "ordered" journaling mode is the default journaling mode by ext3 filesystems, but you can specify

    61430发布于 2018-08-07
  • 来自专栏WalkingCloud

    如何恢复故障KVM虚拟机qcow2磁盘镜像文件LVM分区中的数据

    2、virt-filesystems检测虚拟机磁盘文件 virt-filesystems 参数-a 检测虚拟机磁盘文件 virt-filesystems -a /var/lib/libvirt/images

    2.9K63发布于 2020-10-10
  • 来自专栏coding

    laravel-admin报错 Disk [admin] not configured

    的一个小问题,在修改 laravel-admin 个人资料时,报错如下: Disk [admin] not configured, please add a disk config in config/filesystems.php 最终的解决方式,在config/filesystems.php的 disks数组中新增: 'admin' => [ 'driver' => 'local', 'root' => public_path

    96800发布于 2019-04-18
  • 来自专栏小鑫の随笔

    Laravel 存储 base64 格式图片

    $imagePath; // 拼接完成路径 } 有几个点要注意: 1.上面代码中的 Storage::disk('uploads') 是我在 config/filesystems.php 文件中定义的, 如果直接把代码复制过去执行是不行的 config/filesystems.php 'disks' => [ ... // 新建一个本地端uploads空间(目录) 用于存储上传的文件

    1.5K30编辑于 2022-05-11
  • 来自专栏Hadoop实操

    0565-6.1.0-NFS异常导致Host Monitor及Agent服务错误

    All nodev filesystems will have unknown usage until collection resumes. Current nodev filesystems: /dev/shm,/run,/sys/fs/cgroup,/run/user/0,/run/user/997,/run/cloudera-scm-agent All nodev filesystems will have unknown usage until collection resumes. Current nodev filesystems: /dev/shm,/run,/sys/fs/cgroup,/run/user/0,/run/user/997,/run/cloudera-scm-agent

    1.9K40发布于 2019-04-29
  • 来自专栏用户3288143的专栏

    【SpringBoot】SpringBoot生成二维码

    com.google.zxing.common.BitMatrix; import com.google.zxing.qrcode.QRCodeWriter; import java.io.IOException; import java.nio.file.FileSystems BitMatrix bitMatrix = qrCodeWriter.encode(text, BarcodeFormat.QR_CODE, width, height); Path path = FileSystems.getDefault

    83540发布于 2020-12-14
  • 来自专栏自留地2

    laravel框架 laravel-admin上传图片到oss的方法

    composer update 第二步:在config/app.php的providers下添加 JacobcylAliOSSAliOssServiceProvider::class, 第三步:在app/filesystems.php Storage.url()会使用自定义的cdn或域名生成文件url, false: 则使用外部节点生成url 'debug' => <true|false> ], ... ] 第四步:在app/filesystems.php

    3.1K20发布于 2021-07-13
  • 来自专栏Linux驱动

    2.移植3.4内核-支持烧写yaffs2,裁剪内核并制作补丁

    system/linux-3.4.2/ make menuconfig 搜索yaffs,找到位于: -> File systems -> Miscellaneous filesystems (MISC_FILESYSTEMS [=y]) <*> yaffs2 file system support //按Y键,使内核支持 system support < > The Extended 4 (ext4) filesystem 5.3裁剪光盘文件系统CD-ROM 进入File systems---> CD-ROM/DVD Filesystems 去掉: < > ISO 9660 CDROM file system support 5.4裁剪不常用的杂项文件系统 进入File systems---> Miscellaneous filesystems

    1.7K30发布于 2019-05-24
  • 来自专栏Java那些事

    面试官问你JDK 13到底有哪些新特性?把这篇甩给他!完整详解

    1、switch优化更新 2、文本块升级 3、动态CDS档案 4、取消使用未使用的内存 5、重新实现旧版套接字API 6、FileSystems.newFileSystem新方法 7、nio新方法 8 6、FileSystems.newFileSystem新方法 核心库/ java.nio中添加了FileSystems.newFileSystem(Path,Map )方法 添加了三种新方法java.nio.file.FileSystems null.例如,由于引用newFileSystem不明确,因此无法编译以下内容: FileSystem fs = FileSystems.newFileSystem(path, null); 为了避免模糊引用

    70520发布于 2019-10-23
  • ramfs 和 tmpfs 以及 ramdisk相关调研

    带来了一定的管理机制,但是也是意味着 相对于 ramfs,tmpfs 性能较差一点;不过使用方式上基本相同; Linux 社区文档: https://www.kernel.org/doc/Documentation/filesystems /tmpfs.txt https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt https://

    1.5K10发布于 2020-12-30
领券