From s.brennan@bigpond.com Fri Jun 26 04:57:51 1998 From: s.brennan@bigpond.com To: users@lists.opensuse.org Subject: [S.u.S.E. Linux] Mounting Fat32 Partitions **URGENT PLS** Date: Fri, 26 Jun 1998 14:57:51 +1000 Message-ID: <04575025097808@domain2.bigpond.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2811253703262736398==" --===============2811253703262736398== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Ok, Let me set the scene. I have SuSe 5.2 installed, I have also snagged a copy of the updated kernel (2.0.24) from the suse ftp site but I have not compiled it yet. Does anyone know how I would mount a Fat32 Partition please. Cheers Stephen Brennan - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============2811253703262736398==-- From roberto@cbvcp.com Fri Jun 26 14:41:51 1998 From: roberto@cbvcp.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] Mounting Fat32 Partitions **URGENT PLS** Date: Fri, 26 Jun 1998 07:41:51 -0700 Message-ID: <3593B32F.17B37371@cbvcp.com> In-Reply-To: <04575025097808@domain2.bigpond.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6677248569710956337==" --===============6677248569710956337== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stephen Brennan wrote: >=20 > Ok, >=20 > Let me set the scene. I have SuSe 5.2 installed, I have also snagge= d a > copy of the updated kernel (2.0.24) from the suse ftp site but I have not > compiled it yet. Does anyone know how I would mount a Fat32 Partition > please. Yes, but you have to tell us how the yast mount went. that is the easiest way. --=20 Aaron Seelye http://revolution.3-cities.com/~roberto> - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============6677248569710956337==-- From Stuart@Cyberdude.com Fri Jun 26 17:05:09 1998 From: Stuart@Cyberdude.com To: users@lists.opensuse.org Subject: Re: [S.u.S.E. Linux] Mounting Fat32 Partitions **URGENT PLS** Date: Fri, 26 Jun 1998 17:05:09 +0000 Message-ID: <3593D4C5.778A6DAE@Cyberdude.com> In-Reply-To: <04575025097808@domain2.bigpond.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0888107077316627449==" --===============0888107077316627449== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Stephen Brennan wrote: > Ok, > > Let me set the scene. I have SuSe 5.2 installed, I have also snagge= d a > copy of the updated kernel (2.0.24) from the suse ftp site but I have not > compiled it yet. Does anyone know how I would mount a Fat32 Partition > please. > > Cheers > Stephen Brennan > - Ok assuming these FAT32 drives are your windows95 pations the best way i have found to mount them is as follows.... type mount -t vfat /dev/hd(letter+number) /mnt take a look what drive that is (c,d....) then mkdir /dosc /dosd.... now you wan't to write to the fstab in /etc put something along the lines of the following.. /dev/hd(letter+number) /mount-point(/dosc....) noauto vfat 0 0 don't automount / ^ ^ Let the kernel know its a windows VFAT drive (FAT OR FAT32) -| | Now set a dump frequency of 0 and an fsck off (the fsck for dos is still bu= ggy) -| That should work... if you don't want users with read access to the windows drives at all an idea would be to make the directory /win/ add the drive letters inside it /win/c/ win/d/.. and then chmod 0700 /win p.s all the above HAS to be done as root - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e --===============0888107077316627449==-- From gecko@benham.net Mon Jun 29 16:41:31 1998 From: gecko@benham.net To: users@lists.opensuse.org Subject: RE: [S.u.S.E. Linux] Mounting Fat32 Partitions **URGENT PLS** Date: Mon, 29 Jun 1998 09:41:31 -0700 Message-ID: In-Reply-To: <04575025097808@domain2.bigpond.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9008955811456004026==" --===============9008955811456004026== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable
On 26-Jun-98 Stephen Brennan wrote:
>       Let me set the scene. I have SuSe 5.2 installed, I have also snagged a
> copy of the updated kernel (2.0.24) from the suse ftp site but I have not
> compiled it yet. Does anyone know how I would mount a Fat32 Partition
> please.

You need to install and compile the kernel 2.0.34 *or* patch and compile your
2.0.33 kernel before you can get FAT32 support.

----------------------------------
http://benham.net/index.html>
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d+(-) s:+ a29 C++$ UL++>++++ P+++$ L++>++++ E? W+++$ N+(-) o? K- w+++$(--)
O M-- V- PS-- PE++ Y++ PGP++ t+ 5 X R+ !tv b++++
 DI+++ D++ G++>G+++ e h+ r* y+
------END GEEK CODE BLOCK------
----------------------------------
PGP signature

--===============9008955811456004026==--