ChinaUnix.net
相关文章推荐:

ORA27054 NFS file system where the file is created or resides is not mount

as topic... I saw there is a file called mount_ntfs in /sbin, but when I type "mount -t ntfs /dev/ad0s3a /mnt/ntfs", it responsed that : /dev/ad0s3a:no such file or directory. Yes, I found it right when I "ls /dev/ad0s*". But indeed the ad0s3 is an extend partition contents tow NTFS logical partition. How can I mount it? I am new to FreeBSD, thanx for every1's help!

by evice - BSD - 2004-04-28 16:48:21 阅读(1336) 回复(10)

相关讨论

Network-Based file systems The network file system (nfs) or remote file systems are file systems made available from remote systems. nfs is the only available network-based file system bundled with the Solaris operating environment. nfs is discussed in detail in last Chapter , "Virtual file systems, Swap Space, and Core Dumps." Virtual file systems previously called pseudo file systems, are virtu...

by keelee - Solaris文档中心 - 2006-04-21 15:44:55 阅读(672) 回复(0)

Q.Few commands under FreeBSD depends upon procfs (process file system). FreeBSD does not mount it by default. How do I mount /proc (procfs) from a shell prompt? A.Yes few commands will not work, as procfs has to be mounted. The process file system, or procfs, implements a view of the system process table inside the file system. It is normally mounted on /proc, and is required for the comp...

by 剑心通明 - BSD文档中心 - 2008-04-19 14:20:57 阅读(894) 回复(0)

I export user liuh successfully,the information is following: Connected to: oracle9i Enterprise Edition Release 9.2.0.1.0 - Production With the Partitioning, OLAP and oracle Data Mining options JServer Release 9.2.0.1.0 - Production Enter array fetch buffer size: 4096 >; 100000 Export file: expdat.dmp >; lihu01.dmp (2)U(sers), or (3)T(ables): (2)U >; Export grants (yes/no): yes >; Export table...

by flykeeper - Oracle - 2003-04-09 11:05:31 阅读(948) 回复(3)

sco unix 5.0.6 mount /dev/u /u mount: possibly damaged file system, mount failed: No space left on device (error 28) 但我用只读方式能mount,不出错啊,而且还有100G的可用空间 里面有数据,请大侠帮忙

by qsndwr - 其他UNIX - 2005-05-08 15:34:01 阅读(958) 回复(4)

服务端erp16和erp5,客户端erp15 erp15可以mount erp5的nfs,但在mount erp16的nfs时,提示如下错误: erp15:/etc#mount -o rw erp16:/prodapp /prodapp mount: 1831-008 giving up on: erp16:/prodapp vmount: A file or directory in the path name does not exist. erp5上也无法mount erp16上的nfs,提示同样的错误 ================================================== erp15和erp16可以直接rsh,无需输入密码,从erp15 执行“rc...

by dhm007 - AIX - 2006-08-21 17:25:51 阅读(4152) 回复(8)

1.0: About nfs A brief overview 2.0: Common How To's 2.1: Exporting filesystems Under SunOS[TM] 4.1.x 2.2: Sharing filesystems Under Solaris[TM] Operating Environment (OE) 2.3: Exporting filesystem under Sun[TM] Linux 2.4: mounting filesystems Under SunOS[TM] 2.5: mounting filesystems Under Solaris[TM] 2.6: mounting filesystems Under Sun[TM] Linux 3.0: Information Gatheri...

by ipfreak - Solaris - 2003-11-03 12:36:17 阅读(1049) 回复(2)

安装文件系统时失败:0506-324 Cannot mount file system。 导致该出错信息的情况很多,本文介绍导致此问题的一种情况:即将此文件系统的逻辑卷用做系统的主/次dump 设备。 解答 1. 使用下列命令检查文件系统信息: # lsvg -l vgname (假设vgname是包含该文件系统的卷组名) 找出此文件系统的显示信息: lvname --jfs --7 --7 --1 --open/syncd --/fsname 2. 使用fuser命令检查有否利用次逻辑卷的进程: # fuser -cux /dev/...

by hoge - AIX - 2003-06-15 12:08:43 阅读(713) 回复(0)

由于A机器的空间不足 想把/home/applmgr 这个目录tar一下 但是本机空间不足 于是mount 10.87.100.75:/data1 /mnt 进入/mnt之后 执行下面命令 却说 root@mshdbtest # tar -cvpf applmgr /home/applmgr tar: applmgr: Read-only file system

by xin2v - Solaris - 2009-04-10 15:38:30 阅读(1714) 回复(2)

:oops: I want to mount win xp pro (NTFS) c: and d: to linux. I use: mount -t ntfs /hda/hda1 /mnt It says: mount: fs type ntfs not supported by kernel. Thanks o lot!

by astonsoftcn - Linux论坛 - 2003-04-21 16:23:09 阅读(405) 回复(2)

Hi folks, Here I got a problem when mounting a iso file. I created the iso file based on a sol 9 cd, with software ultrlIso. The iso file is able to open and explorered by ultrlIso. While after I transferred the iso file on to a unix box and mount it, the problem arised. what I did were as below lofiadm -a /var/tmp/a.iso mount -F hsfs -o ro /dev/lofi/1 /cd While all the contents under /cd b...

by shyjack - Solaris - 2009-06-05 10:17:52 阅读(1310) 回复(4)