小编Arm*_*man的帖子

我们可以将多个磁盘挂载为一个目录吗?

有没有办法将不同的磁盘挂载为一个目录?假设我有一些带有 ext4 分区的磁盘:

/dev/sda1 1Tb  mounted as /store1
/dev/sda2 2Tb  mounted as /store2
/dev/sdb1 2Tb  mounted as /store3
/dev/sdb2 2Tb  mounted as /store4
Run Code Online (Sandbox Code Playgroud)

我想拥有/storeall7Tb 空间,将它们合并为一个逻辑目录,这样我就可以用一个rsync命令填充它。

在 Linux 上可以吗?我应该使用哪个文件系统?

linux raid partition mount

23
推荐指数
2
解决办法
7万
查看次数

Scientific linux:如何使用rpm安装yum?

在 Scientific linux 6.0(RH like linux)上我不小心删除了 python,所以 yum 也删除了。µ

如何用rpm安装yum?

编辑

我尝试安装 python,但它以某种方式循环依赖:

rpm -Uvh http://ftp2.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/python-libs-2.6.5-3.el6.x86_64.rpm
    Retrieving http://ftp2.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/python-libs-2.6.5-3.el6.x86_64.rpm
    error: Failed dependencies:
            python = 2.6.5-3.el6 is needed by python-libs-2.6.5-3.el6.x86_64
Run Code Online (Sandbox Code Playgroud)

然后:

 rpm -Uvh http://ftp2.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/python
-2.6.5-3.el6.x86_64.rpm
Retrieving http://ftp2.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/python-2.6.5-3.el6.x86_64.rpm
error: Failed dependencies:
        libpython2.6.so.1.0()(64bit) is needed by python-2.6.5-3.el6.x86_64
Run Code Online (Sandbox Code Playgroud)

linux yum rpm scientific-linux

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

linux ×2

mount ×1

partition ×1

raid ×1

rpm ×1

scientific-linux ×1

yum ×1