psvn
# 在Linux系统中挂载Windows中共享的文件夹:
mount    -t    cifs    //192.168.1.102/studyshare    /mnt   -o   username=chocolee,password=YOURPASSWD

# 在Linux系统中挂载NFS共享的文件夹:

mount -t   nfs   SERVICE_IP:/home/song/nfs    /mnt/nfs

# 在Linux系统中挂载光盘镜像(ISO文件):

mount  -t  iso9660   -o  loop   XXX.iso    /mnt

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
  • 2021-10-09
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
相关资源
相似解决方案