ChinaUnix.net
相关文章推荐:

mount t cifs retrying with upper case share name mount error 6 = No such device or address

Hi Dear Dxs, Chinese input was damaged, sorry a one line script , to change upper case files name to low case files name, can't run correctly: in current dir: ls | xargs mv $1 `echo $1| tr '[A-Z]' '[a-z]'`, it is asked to use "xargs", do't use the below: for i in "dir"; do mv $i `echo $1| tr '[A-Z]' '[a-z]'` Any help, Thanks a lot,

by Unix1998 - Shell - 2004-01-20 15:53:51 阅读(995) 回复(4)

相关讨论

while mount -F smbfs it occurs the error "smbfs" no this FileType why?// why it does not have the smbfs filetype?// thanks

by xinxinhao - Solaris - 2007-04-01 16:18:57 阅读(1201) 回复(1)

请问各大吓,是否可以在已经mount了的mount point上再mount另外的远程服务器的内容。而且要保留现有的内容,加上新的服务器的内容。 谢谢!! :( :(

by flyingdark - Solaris - 2003-05-04 15:57:28 阅读(952) 回复(3)

现有host1 host2(solaris 5.8) emc 物理:host1 光纤连接 emc 软:mount emc /u4 host1可对/u4读写 nfs server host1 share /u4 nfs client host2 mount /u4 mount 均成功,host2可以访问 /u4 无写权限 mkdir: 创建目录 "123" 失败;权限被否定 检察share权限、本地权限均正常。 问:1.nfs系统包涵mount挂载点吗? 2.二次mount需要注意什么?

by vicky_009 - Solaris - 2008-02-03 16:37:51 阅读(1607) 回复(2)

运行metastat,错误如下, 高人能指点一下试怎么回事? bash-2.05# metastat metastat: zcyds3i2ha: /dev/md/admin: No such device or address

by kingcraft - Solaris - 2007-10-22 23:43:50 阅读(2676) 回复(2)

需要写一个用来mount远地nfs server的程序,用户态,由于安全考虑不使用system方式挂载,而直接使用系统api,可是遇到了问题,下面是写的代码?测试结果是,不能每次都mount上磁盘,运气好的话,可以mount上远地的nfs,可是不是每次都成功,而且不成功的次数大多数。非常郁闷,希望大家的帮助。 #include mount.h> #include mount.h> #include #include #include #inc...

by hoog - 内核/嵌入技术 - 2006-11-09 22:47:15 阅读(677) 回复(0)

--> 今天重新烧了开发板的内核和文件系统后发现 不能mount nfs文件了,提示错误: >mount 192.168.2.122:/ /mnt portmap:server localhost not responding,timed out portmap:server localhost not responding,timed out locked_up:makesock failed,error=-5 试了很久,restart nfs不行,错误一样(pc上是可以自己mount自己); 重新换成以前的内核和文件系统也同样错误; 在vmware和pc下都这样,这可以是怎么回事呢? 谢谢看看

by khyang - 程序开发 - 2006-07-21 08:22:15 阅读(557) 回复(1)

#lsdev -Cc disk hdisk0 Available 04-c0-00-0,0 16Bit SCSI Disk Drive hdisk1 Defind 04-c0-00-1,0 16Bit SCSI Disk Drive #mount /dev/lv01 /oracle mount:0506-324 Cannot mount /dev/lv01 on /oracle: There is a request to a device or address that does not exist.

by maping - AIX - 2005-04-19 19:44:38 阅读(1377) 回复(4)

Solaris 9 我mount 我的一块硬盘,出现这样的问题,mount:I/O error cannot mount; 请问哪位高手知道怎么解决,我已经尝试用fsck -y修复,并且启动到单用户界面下进行修复, 现在系统启动时也提示 /dev/cd..../ mount :I/O error; 这块硬盘上有很重要的数据,谁有办法帮忙解决一下!在线等待。。。

by zyh_rose - Solaris - 2004-07-31 12:11:22 阅读(900) 回复(3)

Solaris 9 我mount 我的一块硬盘,出现这样的问题,mount:I/O error cannot mount; 请问哪位高手知道怎么解决,我已经尝试用fsck -y修复,并且启动到单用户界面下进行修复, 现在系统启动时也提示 /dev/cd..../ mount :I/O error; 这块硬盘上有很重要的数据,谁有办法帮忙解决一下!在线等待。。。

by zyh_rose - Solaris - 2004-07-31 23:00:51 阅读(2419) 回复(6)

当我在linux系统mountSGI系统上的文件目录时有错误发生,请各位指导。 错误提示如下:

by wxxW - Linux论坛 - 2003-11-18 18:03:29 阅读(593) 回复(0)