Busybox fdisk problems

Neeraj Vaidya neeraj.vaidya at yahoo.co.in
Thu Apr 17 13:09:34 UTC 2008


I did not create the /mnt/cdrom mount point while creating the initrd. so could it be because of that , that this directory s not getting recognized.
I wish I had that linux box with me in office. will try this strace thing and keep you posted.
Thanks for the help 

----- Original Message ----
From: Alexander Griesser <alexander.griesser at lkh-vil.or.at>
To: Neeraj Vaidya <neeraj.vaidya at yahoo.co.in>; busybox at busybox.net
Sent: Thursday, 17 April, 2008 4:26:17 PM
Subject: Re: Busybox fdisk problems

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Neeraj Vaidya wrote:
| I realised that I needed to create the device nodes hd[a-d]. So,
| after booting from my boot cd into my initrd and kernel ,
| I did mknod and created these nodes. My cdrom is on hda and I
| have my harddisk on hdb.

I figured that it might be something like that.

| Now , my problem is that when I try to do :
| busybox mkdir -v /mnt/cdrom &&
| busybox mount -v -t iso9660 /dev/hda /mnt/cdrom
|
| I get the error "Failed to mount. No such file or directory"

Try to run this command with `strace`, e.g.:

strace -f -o /tmp/trace.out mount -v -t iso9660 /dev/hda /mnt/cdrom

You should then see the name of the file it is looking for in the
file /tmp/trace.out. Usually this is caused by either the device
file's absence, a missing mount point or a missing mount-helper (which
is not applicable for busybox's mount applet, AFAIK).

Feel free to attach your strace output to the next message and we'll
have a look.

P.S.: CC'ed busybox ML again.

ciao,
- --
Alexander Griesser (Netzwerkadministration)
E-Mail: alexander.griesser at lkh-vil.or.at | Web: http://www.lkh-vil.or.at
KABEG LKH Villach | Nikolaigasse 43 | 9500 Villach
Tel.:   +43 4242 208 3061 | Fax.:   +43 4242 971 3061
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIByzR66HVD6KUm1oRAjqGAKCjmg/BDWSIwLa7hchmmROEQKMJ9wCfQNvk
8pXmshVv3xOixEuzGt8j42c=
=/c77
-----END PGP SIGNATURE-----






      Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20080417/06786fac/attachment-0002.htm 


More information about the busybox mailing list