mount命令请教。

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)
/mnt是专门用来挂载其他的设备的啊。
这样挂载win盘里的某个文件不行?????
mount -bind olddir newdir
2.40内核以上
[quote:15d085050b="hew"]mount -bind olddir newdir
2.40内核以上[/quote]
这是挂子目录吧,挂文件好像不行
楼主是要挂载目录啊。。没错