自学内容网 自学内容网

linux下创建软链接失败

最近在研究isce to stamps,在走流程的过程中,看了b站上Dr.Liu的视频和David Bakert的manual,按照manual进行了参数的设置,接着执行了make_single_reference_stack_isce命令,但是一直报错,发现这个报错还是国庆出去旅游的时候,想着在酒店把这个问题解决掉,但是每天早出晚归的,一直没有精力解决。今天早上就想着来解决这个问题,也请教了一些博主,但是他们的建议也不管用,还是报一样的错误,后面就chatgpt、csdn闲逛。

首先检查过硬盘内存是足够的,然后也是拥有写入权限的

这是make_single_reference_stack_isce的有关创建链接的部分代码,位于isce2源代码路径下:

# the SLC structure for the BURST is different
if ($datasource == "slc_stack")  then
    ln -s -f  $slc_stack_path/$reference_date/$reference_date.slc${slc_suffix}* .
    if ( -e $slc_stack_path/$reference_date/${reference_date}.slc.hdr) then
        ln -s -f  $slc_stack_path/$reference_date/${reference_date}.slc.hdr .
    else if ( -e $slc_stack_path/$reference_date/${reference_date}.hdr) 

原文地址:https://blog.csdn.net/Darkangel666999/article/details/142762910

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!