mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: "U-Boot Version 2 (barebox)" <barebox@lists.infradead.org>
Subject: Re: where is tftp mounting documented in the source code?
Date: Tue, 20 Nov 2012 09:08:31 +0100	[thread overview]
Message-ID: <20121120080831.GE10369@pengutronix.de> (raw)
In-Reply-To: <alpine.DEB.2.02.1211190946120.13661@oneiric>

On Mon, Nov 19, 2012 at 09:48:41AM -0500, Robert P. J. Day wrote:
> 
>   perusing the wiki and ran across page on TFTP support:
> http://wiki.barebox.org/doku.php?id=filesystems:tftp which suggests:
> 
>   mount 192.168.1.1 tftp /mnt/tftp

This was the original mount behaviour. This was recently changed to
mount -t fstype <ip> /dir, mainly to allow making the fstype option
optional for autodetecting the type. The wiki page is out of date here.
As a sidenote I brought back the old behaviour as a compatibility option
to not break old environments.

>   bootm /mnt/tftp/uImage
> 
> but where is that documented in the source or help?  if i configure in
> long help options, then i get:
> 
> barebox:/ help mount
> Usage: mount [[-t <fstype] <device> <mountpoint>]
> Mount a filesystem of a given type to a mountpoint.
> If no fstype is specified, try to detect it automatically.
> If no argument is given, list mounted filesystems.
> 
> which says nothing about tftp mounting.  where would someone already
> running barebox bring up help info that explains the tftp mounting?

mount -t tftp 192.168.1.1 /mnt/tftp

The special thing about tftp is that tftp does not have directory
listing support, so you will always see an empty directory, even when
mounted. The files are there nevertheless and can be accessed.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-11-20  8:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-19 14:48 Robert P. J. Day
2012-11-20  8:08 ` Sascha Hauer [this message]
2012-11-20 12:03   ` Robert P. J. Day
2012-11-21  9:11     ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121120080831.GE10369@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=rpjday@crashcourse.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox