ChinaUnix.net
相关文章推荐:

e2label

如果我运行比如e2label /dev/hdb1 test 将会修改哪个配置文件?

by dj_rex - 系统管理 - 2006-04-10 13:15:02 阅读(579) 回复(2)

相关讨论

我们将以问题开始说明: 案例: 由于n年前的误操作,导致系统启动的时候,提示如下错误: Couldn't find matching filesystem:label=/iloveyao *** An error occurred during the filesystem check. ***Dropping you to a shell; the system will reboot ***When you leave the shell 故障分析: linux系统在启动的时候,为了加载相关的文件系统,会去检查配置文件 /etc/fstab ,然后按照其内容将相关分区mount以供我们使用...

by shaoping0330 - 系统管理 - 2005-12-12 13:50:29 阅读(3892) 回复(3)

相当于dos的label? 不加无所谓吧。

by climbmount - 系统管理 - 2005-03-23 14:40:05 阅读(225) 回复(0)

如果用e2label把根分区的label从/改成别的,对应系统中有哪些文件需要修改呀? 另外二块都装了linux的硬盘,放在同一台机器里,如何能让它们启动linux正常啊,因为二块硬盘都有一个分区的label是/

by hppyhjh - 内核/嵌入技术 - 2005-05-13 11:51:18 阅读(364) 回复(2)

各位大侠,请帮小弟一把,急! 我使用update方式升级ultra 60的solaris2.6系统,升级未完成,就中断了。我重启系统,系统提示corrupt label -- wrong magic number, 我用fsck检查磁盘,发现系统改变我的磁盘的mount点,原来mount点是 /users,现在改成/a/users.我查看了vfstab文件,没有错误。有什么办法修复这个错误? 谢谢!

by wzj78111 - Solaris - 2004-12-28 21:50:59 阅读(693) 回复(7)

今天有台280只能启动到单用户了,发现有块硬盘没有label,打了label数据会丢失吗,怎样查看这块盘以前的分区是怎样的呢?os是solaris10的。

by greenline1982 - Solaris - 2009-05-20 16:26:48 阅读(1264) 回复(5)

我原来在2540上做了一个550G的卷,在主机上看到后进行label,后来感觉这种做法不好,就删了卷,重做了一个300G,一个250G的,主机上看到后,可以对c252d1进行label,但不能对c2t2d0进行label,报错如下: # format Searching for disks...done c2t2d0: configured with capacity of 299.98GB AVAILABLE DISK SELECTIONS: 0. c1t0d0 /pci@9,600000/SUNW,qlc@2/fp@0,0...

by welcome008 - Solaris - 2008-11-10 13:32:30 阅读(2850) 回复(19)

Sun fire v120机器,使用原装的硬盘,安装,启动都没有问题,后来换了一块硬盘,型号、容量都一模一样,安装完毕后,重启机器,就报 Can't read disk label Can't open disk package 高手帮刊一下怎么解决?

by kylints - Solaris - 2008-06-12 16:06:07 阅读(3417) 回复(7)

我的man 中有这样的说明 (0):label Marks a branch point to be referenced by the b and t subcommands. This label can be any sequence of eight or fewer bytes. 又有 (2)tlabel Branches to the :label variable in the script file if any substitutions were made since the most recent reading of an input line execution of a t subcommand. If you ...

by kenancola - Shell - 2007-12-01 14:17:39 阅读(1056) 回复(2)

Solaris 9后,为支持容量大于1 TB的存储设备,在磁盘管理上新引入了EFI(Extensible Firmware Interface)类型的disk label。它与传统的 VTOC(Volume Table of Contents)label 方式有很大不同。我们可以使用 format –e 命令后,再用 label 命令中就可以看到选择 label 的类型菜单。传统的 VTOC label 在 format>label 中被称为 SMI。 与 VTOC label相比,EFI label 的主要差异表现为: 可支持容量大于1 TB的磁盘(包括磁盘阵...

by Philmoon - Solaris - 2012-03-07 10:34:38 阅读(4529) 回复(7)

  兄弟我在看文档的时候看到了这么一句话,里面说 use the following dd command to destory the disk label dd if=/dev/zero of=/dev/rdsk/c0t0d0s0 bs=512 count=1  那到这个disk label就是每个磁盘的第一个sector?

by cuwiner - Solaris - 2007-03-09 23:56:55 阅读(1009) 回复(2)