Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

[DIY] Change HDD in NBTevo
14-01-2023, 22:08 PM,
Post: #1
XZBMW  [DIY] Change HDD in NBTevo
Hello everyone,

who can provide a manual, how to change the HDD in a NBTevo?
And is there also a way to check if the HDD causes my problem? I have a
Headunit that reboots every 90s.

cheers
Quote this message in a reply
14-01-2023, 22:28 PM,
Post: #2
RE: [DIY] Change HDD in NBTevo
The information exchanging on this forum has come to an end unfortunately. everyone is keeping the information for himself.

as for the harddrive. As far as i know all evo units have an SH script on them. after installing the harddrive you need to access the evo over telnet to run the script and it will prepare the harddrive.
Reputation: +1 - Raimo5 [+1]
Quote this message in a reply
[+] 2 users say Thank You to sambir for this post
16-01-2023, 01:04 AM,
Post: #3
RE: [DIY] Change HDD in NBTevo
hu-omap:/dev/shmem> create_hdd.sh

BMW_MB REMOTE CODING. FBS4 RENEW CRD3,MED17,EDC17
MGU KAFAS4 RENEW.
7DCT300 EGS ISN RESET
F Series Remote EGS ISN Reset
G Series Remote 8HP50 ISN Reset 
NBTEVO Regional Change FSC
MERCEDES OFFLINE ALL UNIT CODING.
AMG MENU ACTIVATION.
Mercedes Anti Theft Code.
Quote this message in a reply
[+] 3 users say Thank You to donjuan020 for this post
16-01-2023, 07:30 AM,
Post: #4
RE: [DIY] Change HDD in NBTevo
(14-01-2023, 22:08 PM)mdma666 Wrote:  Hello everyone,

who can provide a manual, how to change the HDD in a NBTevo?
And is there also a way to check if the HDD causes my problem? I have a
Headunit that reboots every 90s.

cheers

remove hdd and see if reboots. if doent reboot then hdd is your problem
Quote this message in a reply
[+] 1 user says Thank You to elthox for this post
18-01-2023, 23:26 PM,
Post: #5
RE: [DIY] Change HDD in NBTevo
I tried it with putty and winscp.
always get an error:

/net/hu-omap/dev/shmem$ create_hdd.sh -i
HDD size: 234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount(/mnt/data) failed: Function not implemented
WRANING: mountpoint /mnt/share not available
WRANING: mountpoint /mnt/quota/mm not available
WRANING: mountpoint /mnt/quota/sys not available
ERROR: /bin/create_hdd.sh failed returnval=1!
Quote this message in a reply
19-01-2023, 00:32 AM,
Post: #6
RE: [DIY] Change HDD in NBTevo
(18-01-2023, 23:26 PM)mdma666 Wrote:  I tried it with putty and winscp.
always get an error:

/net/hu-omap/dev/shmem$ create_hdd.sh -i
HDD size:  234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount(/mnt/data) failed: Function not implemented
WRANING: mountpoint /mnt/share not available
WRANING: mountpoint /mnt/quota/mm not available
WRANING: mountpoint /mnt/quota/sys not available
ERROR: /bin/create_hdd.sh failed returnval=1!

show command : df

Did I helped you?
Than please, give me Reputation and Thanks.

EntryNav2 - Custom FSC SET for any VIN - Patch REMOTE
EntryNav2 - Component Protection remove REMOTE
EntryNav2 - Carplay with ATM or withOUT REMOTE
8HP - Clear ISN Remote
BMW FSC Repair packs | FSC map codes (normal / Lifetime)
Full FSC Set + CarPlay Fullscreen - NBT EVO ID5/6(any software version)
EVO iDrive 4 to iDrive 6 FLASH including CarPlay Fullscreen
EVO Bootloader FIX / HW4.1 BTLD FIX / VO FIX / REGION CHANGE / BLACK SCREEN FIX / CLEAR V850

KAFAS 2/4 SLI / MGU REGION CHANGE / CARPLAY 
KAFAS4 Virgin
Quote this message in a reply
19-01-2023, 00:37 AM, (This post was last modified: 19-01-2023, 00:39 AM by mdma666.)
Post: #7
RE: [DIY] Change HDD in NBTevo
there is no df

/net/hu-omap/dev/shmem$ create_hdd.sh
usage /bin/create_hdd.sh [-i] [-c <command> [ -c <command> ] ...]
-i initalize the HDD partitions: create partiton table, make filesystems and add domain directories.
-m mount all partitons
-R mount all partitons read only
-W mount all partitons writeable
-u umount all partitons
-f check qnx6fs
-p print hdd security status
-d delete the hdd password
-r clean up all writeable partitions
-s set the hdd password
-c <command>
-q QUIET no messages exept errors.
commands:
=========
partition: create partiton table
format: make filesystems
info: info about partition definition
mount: mount filesystems
umount: umount filesystems
hddsecurity: print hdd security status
unlock: unlock the hdd
secure: set the hdd password
nosecure: delete the hdd password
directories: make domain directories on certain filesystems
cleanup: removes content in the writeable partitions:
chkfs: checks the qnx6 file system
help: print this help screen
Commands are executed in the order specified on the command line.
Example: /bin/create_hdd.sh -c partition -c format -c mount -c directories

here is D:

/net/hu-omap/dev/shmem$ create_hdd.sh -d
HDD size: 234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
WARNING: hddsecurity2 not found!
WARNING: hddsecurity2 not found!
SUCCESS: /bin/create_hdd.sh finished!

and here is F:

/net/hu-omap/dev/shmem$ create_hdd.sh -f
HDD size: 234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount(/mnt/data) failed: Function not implemented
WRANING: mountpoint /mnt/share not available
WRANING: mountpoint /mnt/quota/mm not available
WRANING: mountpoint /mnt/quota/sys not available
ERROR: /bin/create_hdd.sh failed returnval=1!
Quote this message in a reply
19-01-2023, 01:19 AM,
Post: #8
RE: [DIY] Change HDD in NBTevo
(19-01-2023, 00:37 AM)mdma666 Wrote:  there is no df

/net/hu-omap/dev/shmem$ create_hdd.sh
usage /bin/create_hdd.sh [-i] [-c <command> [ -c <command> ] ...]
-i initalize the HDD partitions: create partiton table, make filesystems and add domain directories.
-m mount all partitons
-R mount all partitons read only
-W mount all partitons writeable
-u umount all partitons
-f check qnx6fs
-p print hdd security status
-d delete the hdd password
-r clean up all writeable partitions
-s set the hdd password
-c <command>
-q QUIET no messages exept errors.
commands:
=========
partition:   create partiton table
format:      make filesystems
info:        info about partition definition
mount:       mount filesystems
umount:      umount filesystems
hddsecurity: print hdd security status
unlock:      unlock the hdd
secure:      set the hdd password
nosecure:    delete the hdd password
directories: make domain directories on certain filesystems
cleanup:     removes content in the writeable partitions:
chkfs:       checks the qnx6 file system
help:        print this help screen
Commands are executed in the order specified on the command line.
Example: /bin/create_hdd.sh -c partition -c format -c mount -c directories


here is D:

/net/hu-omap/dev/shmem$ create_hdd.sh -d
HDD size:  234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
WARNING: hddsecurity2 not found!
WARNING: hddsecurity2 not found!
SUCCESS: /bin/create_hdd.sh finished!

and here is F:

/net/hu-omap/dev/shmem$ create_hdd.sh -f
HDD size:  234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount(/mnt/data) failed: Function not implemented
WRANING: mountpoint /mnt/share not available
WRANING: mountpoint /mnt/quota/mm not available
WRANING: mountpoint /mnt/quota/sys not available
ERROR: /bin/create_hdd.sh failed returnval=1!






Check properly for what the DF command is for, the command is there.



I understand that most people would like to DIY everything, unfortunately they do not look at those who have been learning it for a long time to pass their knowledge in a few sentences. Many people will tell you that this information is not available to the public at the moment.

• EGS7/7DCT300 ISN RESET REMOTE •
• KaFAS4 (MID/HIGH) MRR, RAM VIRGIN REMOTE •
• NBTevo/ENTRYNAV2/MGU VIRGIN/PATCH •
• HDD -> SSD NBT/NBTevo/MGU
• CARPLAY NBTevo/EN2/MGU •
• FULL FSC PATCH/RETROFIT CIC, EN2,NBT, NBT2, MGU, •
• REMOVE CP --> NBTEVO ID4&6/Entrynav2/MGU •
UK BASED!
Quote this message in a reply
19-01-2023, 13:28 PM, (This post was last modified: 19-01-2023, 14:01 PM by mdma666.)
Post: #9
RE: [DIY] Change HDD in NBTevo
(19-01-2023, 01:19 AM)DEJMIEN Wrote:  
(19-01-2023, 00:37 AM)mdma666 Wrote:  there is no df

/net/hu-omap/dev/shmem$ create_hdd.sh
usage /bin/create_hdd.sh [-i] [-c <command> [ -c <command> ] ...]
-i initalize the HDD partitions: create partiton table, make filesystems and add domain directories.
-m mount all partitons
-R mount all partitons read only
-W mount all partitons writeable
-u umount all partitons
-f check qnx6fs
-p print hdd security status
-d delete the hdd password
-r clean up all writeable partitions
-s set the hdd password
-c <command>
-q QUIET no messages exept errors.
commands:
=========
partition:   create partiton table
format:      make filesystems
info:        info about partition definition
mount:       mount filesystems
umount:      umount filesystems
hddsecurity: print hdd security status
unlock:      unlock the hdd
secure:      set the hdd password
nosecure:    delete the hdd password
directories: make domain directories on certain filesystems
cleanup:     removes content in the writeable partitions:
chkfs:       checks the qnx6 file system
help:        print this help screen
Commands are executed in the order specified on the command line.
Example: /bin/create_hdd.sh -c partition -c format -c mount -c directories



here is D:

/net/hu-omap/dev/shmem$ create_hdd.sh -d
HDD size:  234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
WARNING: hddsecurity2 not found!
WARNING: hddsecurity2 not found!
SUCCESS: /bin/create_hdd.sh finished!

and here is F:

/net/hu-omap/dev/shmem$ create_hdd.sh -f
HDD size:  234431064 [kb]
-------------------------
/bin/create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount(/mnt/data) failed: Function not implemented
WRANING: mountpoint /mnt/share not available
WRANING: mountpoint /mnt/quota/mm not available
WRANING: mountpoint /mnt/quota/sys not available
ERROR: /bin/create_hdd.sh failed returnval=1!






Check properly for what the DF command is for, the command is there.



I understand that most people would like to DIY everything, unfortunately they do not look at those who have been learning it for a long time to pass their knowledge in a few sentences. Many people will tell you that this information is not available to the public at the moment.
Thx for your help...
imagine if you always get this answer to your questions from now on...
you can also send me your idea via PM
Quote this message in a reply
19-01-2023, 14:27 PM,
Post: #10
RE: [DIY] Change HDD in NBTevo
"df" is a *nix command, not to use with create_hdd.sh.

Type df in the shell and show output.
Quote this message in a reply
[+] 1 user says Thank You to claw for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Manual : How to Flash Any NBTevo ID4 to ID5 or ID6 ECE/US/ASIA FSCmap 183 51,483 25-03-2024, 18:58 PM
Last Post: DayvG
  BMW e39 530d 2001 problem after MAF change boweld11 3 100 24-03-2024, 22:44 PM
Last Post: SkeYT
  [Question] Change X1 F48 gearbox jaramillo 9 1,359 24-03-2024, 21:27 PM
Last Post: masa52
XZBMW How to change VIN code in VCM via Esys? vipsha 5 1,333 14-03-2024, 22:20 PM
Last Post: tcp443
XZBMW FLM change TomSab 0 74 12-03-2024, 19:17 PM
Last Post: TomSab
  F48 CID change qbek90 0 89 10-03-2024, 09:13 AM
Last Post: qbek90
  Change NBT Evo iDrive 6 Lite Main Menu Car Widget bradsm87 6 466 07-03-2024, 06:23 AM
Last Post: RuleNormaliai
XZBMW Lane change warning, front left slave not installed MrM10 2 107 29-02-2024, 12:40 PM
Last Post: MrM10
ZSkoda NBTEvo FSC lifetime Code for Road Map vladmir1 27 6,618 29-02-2024, 07:45 AM
Last Post: Jack79
  cas2 change vin JaVlk 29 924 27-02-2024, 18:02 PM
Last Post: JaVlk

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content