Skip to content

Commit

Permalink
update1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jun 15, 2024
1 parent 4f5a519 commit 956b375
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/ci_build/github/linux/linux-mount-nvme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,5 @@ fi

chmod 1777 $MOUNT_POINT

df -h
cat /etc/fstab
blkid

NVME_UUID=$(blkid | grep "/dev/md128" | grep -o 'UUID="[a-f0-9-]\+"' | head -n 1 | awk -F'=' '{print $2}' | tr -d '"')
echo "UUID=$NVME_UUID $MOUNT_POINT xfs defaults,nofail 0 2" >> /etc/fstab

cat /etc/fstab

df -h
exit 0

0 comments on commit 956b375

Please sign in to comment.