Can't mount a flash disk on QNX.

Hector Ivan

New Member
Joined
Feb 25, 2023
Messages
8
Reaction score
0
Credits
53
Hi everybody:
I'm new in the Linux world and I have some time trying to solve an issue, I have some written instructions but I still cannot mount a flash drive, I can see the disk hd0 and the hd1 using the df command, the partitions seems ok too, then I type the command to mount the hd1 but there's an error...
any help will be appreciate.

Regards.


1677362899137.png
 


have you tried to get the disk name?
Code:
lsblk
your dinit is not seeing a disk name
you can also use sed if installed
Code:
echo "/dev/sda1" | sed 's/[0-9]*//g'
 
lsblk is there by defualt you do not have to install
 
this is an old program running but since the last network administrator is not more with us I have to figure out how to solve this, in fact I need to clone several flash disk from the original hd.
 
what version of Linux is this?
and in when running fdisk run
Code:
fdisk -l
to find the disk name
 
I only have a piece of paper with some codes, how to make a new partition for QNX, how to initialize the disk and how to mount, but I think the instructions are not right. only I been able to create the partition but when I want to initialize the disk using "dinit", I can't.
 
it's late for me at this moment, I will try to continue this next monday, thanks.
 
QNX is provided by Blackberry - since it is a paid for product - I would suggest getting help from Blackberry
tinkering around with it may void any warranties
 

Members online


Latest posts

Top