Re: NMOUNT/OMOUNT midway status
From: Craig Rodrigues (rodrigc_at_crodrigues.org)
Date: 12/07/04
- Previous message: Christopher Vance: "Re: ad0: FAILURE - WRITE_DMA"
- In reply to: Poul-Henning Kamp: "NMOUNT/OMOUNT midway status"
- Next in thread: Poul-Henning Kamp: "Re: NMOUNT/OMOUNT midway status"
- Reply: Poul-Henning Kamp: "Re: NMOUNT/OMOUNT midway status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 6 Dec 2004 23:58:31 -0500 To: Poul-Henning Kamp <phk@phk.freebsd.dk>
On Mon, Dec 06, 2004 at 10:10:13PM +0100, Poul-Henning Kamp wrote:
> If you want to help me test I keep a patch relative to -current
> up to date:
>
> http://phk.freebsd.dk/patch/nmount.patch
I cvsup'd to -current and applied this patch.
When I mounted an iso9660 file system, mount showed:
on /mnt (cd9660, local, read-only)
I applied this patch (based on what I saw in the UDF fs code):
--- sys/isofs/cd9660/cd9660_vfsops.c.org Mon Dec 6 23:34:15 2004
+++ sys/isofs/cd9660/cd9660_vfsops.c Mon Dec 6 23:48:38 2004
@@ -203,6 +203,8 @@
return error;
}
imp = VFSTOISOFS(mp);
+
+ vfs_mountedfrom(mp, fspec);
return 0;
}
And now mount shows:
/dev/acd0 on /mnt (cd9660, local, read-only)
-- Craig Rodrigues rodrigc@crodrigues.org _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Christopher Vance: "Re: ad0: FAILURE - WRITE_DMA"
- In reply to: Poul-Henning Kamp: "NMOUNT/OMOUNT midway status"
- Next in thread: Poul-Henning Kamp: "Re: NMOUNT/OMOUNT midway status"
- Reply: Poul-Henning Kamp: "Re: NMOUNT/OMOUNT midway status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|