[LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-22 Thread olivier . hardouin
if no partition found, try to mount the block device itself Signed-off-by: Olivier Hardouin --- mount.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/mount.c b/mount.c index 0c2862a..7cbb8ff 100644 --- a/mount.c +++ b/mount.c @@ -693,13 +693,19 @@ static voi

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread John Crispin
On 22/06/2016 09:51, olivier.hardo...@gmail.com wrote: > if no partition found, try to mount the block device itself > > Signed-off-by: Olivier Hardouin Hi, looks ok, just wondering what kind of storage you see this on. i have only seen superfloppy type formating on mmc cards and that is almo

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread Olivier Hardouin
I have a USB flash drive fat32 formatted without any partition table. I agree this is unusual nowadays (manufacturers usually put a partition table on their devices), but as it mounts ok on my laptop, I wanted the same behavior. On Thu, Jun 23, 2016 at 9:24 AM, John Crispin wrote: > > > On 22/06

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread John Crispin
On 23/06/2016 10:17, Olivier Hardouin wrote: > I have a USB flash drive fat32 formatted without any partition table. > I agree this is unusual nowadays (manufacturers usually put a > partition table on their devices), but as it mounts ok on my laptop, I > wanted the same behavior. Hi, that is