Hello, everyone, does anyone know where I can find the
source code of "losetup" and "mount"? Thanks
Michael
______________________________________________________________________
Web-hosting solutions for home and business! http://website.yahoo.ca
On Fri, Jan 11, 2002 at 04:03:33PM -0500, Michael Zhu wrote:
> Hello, everyone, does anyone know where I can find the
> source code of "losetup" and "mount"? Thanks
If you're using an RPM-based distribution, you can use rpm to find this
kind of information.
$ rpm -qf /bin/mount
mount-2.10f-1
Now, get the mount-2.10f-1.src.rpm from your install media, use rpm -ivh to
install it, then rpm -bp on the installed specfile to recover the actual
source tree used to build that version of mount.
Jeff
On Fri, Jan 11, 2002 at 03:55:57PM -0600, [email protected] wrote:
> On Fri, Jan 11, 2002 at 04:03:33PM -0500, Michael Zhu wrote:
> > Hello, everyone, does anyone know where I can find the
> > source code of "losetup" and "mount"? Thanks
>
> If you're using an RPM-based distribution, you can use rpm to find this
> kind of information.
>
> $ rpm -qf /bin/mount
> mount-2.10f-1
>
> Now, get the mount-2.10f-1.src.rpm from your install media, use rpm -ivh to
> install it, then rpm -bp on the installed specfile to recover the actual
> source tree used to build that version of mount.
Or use Debian, and simply say:
apt-get source mount
- G?bor