myocean 发表于 2003-5-17 08:56:22

mount命令请教。

怎么才能实现mount一个文件夹而不是分区到一个特定的目录下?我用
# mount -t vfat -o codepage=936,iocharset=cp936 /dev/hda6/1 /var/ftp
出现:mount: special device /dev/hda6/1 does not exist
       (a path prefix is not a directory)

bixuan 发表于 2003-5-17 09:48:52

/mnt是专门用来挂载其他的设备的啊。

suninchina 发表于 2003-5-17 10:50:29

这样挂载win盘里的某个文件不行?????

hew 发表于 2003-5-17 11:06:53

mount -bind olddir newdir
2.40内核以上

chg1226 发表于 2003-5-20 15:31:25

mount -bind olddir newdir
2.40内核以上
这是挂子目录吧,挂文件好像不行

lucida 发表于 2003-5-20 17:11:36

楼主是要挂载目录啊。。没错
页: [1]
查看完整版本: mount命令请教。