SOLVED cannot mount in Nvidia AGX Xavier (ubuntu 18.04)

ynjiun

Cadet
Joined
Jun 27, 2021
Messages
2
Hi,

I am able to mount trueNAS from my Ubuntu 18.04 LTS (PC) with following command:

sudo mount -t cifs -o vers=3.0,username=me,password=******,uid=1000,gid=1000,file_mode=0644,dir_mode=0755 //10.1.10.13/storage /mnt/uAI

I cannot mount the same dataset from Nvidia AGX Xavier (same Ubuntu 18.04), it complains that vers=3.0 is invalid argument

mount error(22): Invalid argument

dmesg
[ 3332.359975] CIFS VFS: Unknown vers= option specified: 3.0

Then I remove the option vers=3.0 and try again, then I got the following error message:

mount error(95): Operation not supported

dmesg
[ 3422.895021] CIFS VFS: cifs_mount failed w/return code = -95

Anybody had the same experience and could you share how to fix this?

Thanks a lot for your help
 

ynjiun

Cadet
Joined
Jun 27, 2021
Messages
2
<SOLVED>

Service->SMB->Enable SMB1 supprort

perhaps the AGX Xavier (18.04) cannot support vers > 1 or 2 ; (
 
Top