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

Solved ✔ Failure to create HDD for EVO
15-05-2019, 21:43 PM, (This post was last modified: 25-10-2019, 12:34 PM by Clusters.)
Post: #1
Failure to create HDD for EVO
Installed a new SSD HDD (Compatible with eVO)

Then I ran the following command, but it fails to create the appropriate folders. 

Any idea what am I doing wrong ?


hu-omap:/dev/shmem> ./create_hdd.sh -i
HDD size:  234431064 [kb]
-------------------------
./create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount -f /mnt/share
umount -f /mnt/quota/mm
umount -f /mnt/quota/sys
SUCCESS
SUCCESS
SUCCESS
MAC_ADDRESS:     
BTMAC_ADDRESS:   
NBT_SERIALNUMBER: 
fdisk /dev/hd0 delete -a
fdisk /dev/hd0 add -t 177 -c 1,135348
fdisk /dev/hd0 add -t 178 -c 135349,150036
fdisk /dev/hd0 add -t 179 -c 150037,189458
fdisk /dev/hd0 add -t 180 -c 189459,190779

     _____OS_____     Start      End     ______Number______   Size    Boot
     name    type    Cylinder  Cylinder  Cylinders   Blocks

1.   QNX6     177          1     135348    135348   277192704  135348 MB
2.   QNX6     178     135349     150036     14688    30081024  14688 MB
3.   QNX6     179     150037     189458     39422    80736256  39422 MB
4.   nonQNX   180     189459     190779      1321     2705408   1321 MB

mkqnx6fs -q -b4096 /dev/hd0t177
mkqnx6fs -q -b4096 /dev/hd0t178
mkqnx6fs -q -b4096 /dev/hd0t179
mkqnx6fs -q -b4096 /dev/hd0t180
INFO: mount point /mnt/data already exist!
INFO: mount point /mnt/share already exist!
mount -t qnx6 -o rw /dev/hd0t179 /mnt/quota/mm
INFO: mount point /mnt/quota/sys already exist!
mount: Can't remount /mnt/data (type default)
mount: Possible reason: Invalid argument
mkdir /mnt/data/car
mkdir: car: Function not implemented
mkdir /mnt/data/conn
mkdir: conn: Function not implemented
mkdir /mnt/data/hmi
mkdir: hmi: Function not implemented
mkdir /mnt/data/mm
mkdir: mm: Function not implemented
mkdir /mnt/data/nav
mkdir /mnt/data/speech
mkdir: speech: Function not implemented
mkdir /mnt/data/sys
mkdir: sys: Function not implemented
mount: Can't remount /mnt/data (type default)
mount: Possible reason: Invalid argument
mount: Can't remount /mnt/share (type default)
mount: Possible reason: Invalid argument
mkdir /mnt/share/car
mkdir: car: Function not implemented
mkdir /mnt/share/conn
mkdir /mnt/share/hmi
mkdir: hmi: Function not implemented
mkdir /mnt/share/mm
mkdir: mm: Function not implemented
mkdir /mnt/share/nav
mkdir: nav: Function not implemented
mkdir /mnt/share/speech
mkdir: speech: Function not implemented
mkdir /mnt/share/sys
mkdir: sys: Function not implemented
mount: Can't remount /mnt/share (type default)
mount: Possible reason: Invalid argument
ERROR: ./create_hdd.sh failed returnval=16!
hu-omap:/dev/shmem>
25-10-2019, 08:56 AM,
Post: #2
RE: Failure to create HDD for EVO
(15-05-2019, 21:43 PM)bmwcoder75 Wrote:  Installed a new SSD HDD (Compatible with eVO)

Then I ran the following command, but it fails to create the appropriate folders. 

Any idea what am I doing wrong ?


hu-omap:/dev/shmem> ./create_hdd.sh -i
HDD size:  234431064 [kb]
-------------------------
./create_hdd.sh V1.2.7
-------------------------
umount -f /mnt/data
umount -f /mnt/share
umount -f /mnt/quota/mm
umount -f /mnt/quota/sys
SUCCESS
SUCCESS
SUCCESS
MAC_ADDRESS:     
BTMAC_ADDRESS:   
NBT_SERIALNUMBER: 
fdisk /dev/hd0 delete -a
fdisk /dev/hd0 add -t 177 -c 1,135348
fdisk /dev/hd0 add -t 178 -c 135349,150036
fdisk /dev/hd0 add -t 179 -c 150037,189458
fdisk /dev/hd0 add -t 180 -c 189459,190779

     _____OS_____     Start      End     ______Number______   Size    Boot
     name    type    Cylinder  Cylinder  Cylinders   Blocks

1.   QNX6     177          1     135348    135348   277192704  135348 MB
2.   QNX6     178     135349     150036     14688    30081024  14688 MB
3.   QNX6     179     150037     189458     39422    80736256  39422 MB
4.   nonQNX   180     189459     190779      1321     2705408   1321 MB

mkqnx6fs -q -b4096 /dev/hd0t177
mkqnx6fs -q -b4096 /dev/hd0t178
mkqnx6fs -q -b4096 /dev/hd0t179
mkqnx6fs -q -b4096 /dev/hd0t180
INFO: mount point /mnt/data already exist!
INFO: mount point /mnt/share already exist!
mount -t qnx6 -o rw /dev/hd0t179 /mnt/quota/mm
INFO: mount point /mnt/quota/sys already exist!
mount: Can't remount /mnt/data (type default)
mount: Possible reason: Invalid argument
mkdir /mnt/data/car
mkdir: car: Function not implemented
mkdir /mnt/data/conn
mkdir: conn: Function not implemented
mkdir /mnt/data/hmi
mkdir: hmi: Function not implemented
mkdir /mnt/data/mm
mkdir: mm: Function not implemented
mkdir /mnt/data/nav
mkdir /mnt/data/speech
mkdir: speech: Function not implemented
mkdir /mnt/data/sys
mkdir: sys: Function not implemented
mount: Can't remount /mnt/data (type default)
mount: Possible reason: Invalid argument
mount: Can't remount /mnt/share (type default)
mount: Possible reason: Invalid argument
mkdir /mnt/share/car
mkdir: car: Function not implemented
mkdir /mnt/share/conn
mkdir /mnt/share/hmi
mkdir: hmi: Function not implemented
mkdir /mnt/share/mm
mkdir: mm: Function not implemented
mkdir /mnt/share/nav
mkdir: nav: Function not implemented
mkdir /mnt/share/speech
mkdir: speech: Function not implemented
mkdir /mnt/share/sys
mkdir: sys: Function not implemented
mount: Can't remount /mnt/share (type default)
mount: Possible reason: Invalid argument
ERROR: ./create_hdd.sh failed returnval=16!
hu-omap:/dev/shmem>

Did you figure how to solve your problem because I want to rewrite Hard drive
25-10-2019, 12:20 PM,
Post: #3
RE: Failure to create HDD for EVO
Yeah was permission issue to run commands.
Use chmod 755
[+] 1 user says Thank You to bmwcoder75 for this post


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW SSH Connection Failure on NBT - Initialize HDD Billyjoe69 3 219 05-04-2024, 07:07 AM
Last Post: RuleNormaliai
  I3 EME flash failure CodeDoc 0 182 03-02-2024, 13:05 PM
Last Post: CodeDoc
XZBMW Can't create session with Ista 4.39 xMoses 2 200 11-01-2024, 09:41 AM
Last Post: xMoses
XZBMW F20 EPS Failure Stefan1251 13 713 06-01-2024, 09:00 AM
Last Post: Stefan1251
  F01 High beam assist failure claw 6 387 02-01-2024, 09:09 AM
Last Post: George_83
  F10 preLCI cruise control and speed limit failure lustek 2 227 12-12-2023, 18:27 PM
Last Post: lustek
  Excel file to create FA (F, G series) exactly with 1 minute laquangksxd 18 2,621 02-10-2023, 04:14 AM
Last Post: that4chanhacker
  Create FA several methods yomismo 01 2 425 04-04-2023, 10:43 AM
Last Post: yomismo 01
  Solved ✔ Failure esys 3.30.1 after auto update k.b.5082 11 902 14-03-2023, 09:20 AM
Last Post: k.b.5082
XZBMW Emergency Call Failure SOS disble bmw335d 2 544 15-02-2023, 07:11 AM
Last Post: Bimmerwerks

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content