[DataStorage]Replace getDeviceID functions in storage.go file with helper.go
1️⃣ Modify build.sh and tools/create_fs.sh
Description : We have to replace getDeviceID in storage.go file with GetDevice function.
So, I called GetDevice() in the helper.go file and changed it.