CNES / MAJA

Level-2A processor used for atmospheric correction and cloud-detection. The active repository is the one below, this one is kept to leave access to the older issues.
https://gitlab.orfeo-toolbox.org/maja/maja
Apache License 2.0
137 stars 25 forks source link

OSError: [Errno 1] Operation not permitted #41

Closed lorelos closed 4 years ago

lorelos commented 4 years ago

I installed MAJA on a virtualBox Xubuntu with shared windows folders and I had an error when creating the symbolic link:

Traceback (most recent call last): File "start_maja.py", line 662, in start_maja(folder_file, gipp, lut, site, tile, orbit, nb_backward, options, debug_mode) File "start_maja.py", line 431, in start_maja add_config_files(repConf, repWork + "userconf") File "start_maja.py", line 186, in add_config_files os.symlink(repConf, repWorkConf) OSError: [Errno 1] Operation not permitted

I solved it with a command on the windows host: C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata oo_unix VBoxInternal2/SharedFoldersEnableSymlinksCreate/D_DRIVE 1 and restarted VirtualBox.

lorelos commented 4 years ago

I solved it with a command on the windows host: C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata oo_unix VBoxInternal2/SharedFoldersEnableSymlinksCreate/D_DRIVE 1 and restarted VirtualBox.