From chengcs@HK.Super.NET Thu Dec 3 13:08:57 1998 From: chengcs@HK.Super.NET To: users@lists.opensuse.org Subject: [SuSE Linux] Mounting Zip disks Date: Thu, 03 Dec 1998 21:08:57 +0800 Message-ID: <36668D69.5FDA4702@hk.super.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7963788200050982062==" --===============7963788200050982062== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I have a Zip100 disk written by Win95, how can i mount it? Thx. Regards, Griffin. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7963788200050982062==-- From eaff@camoes.rnl.ist.utl.pt Thu Dec 3 13:17:44 1998 From: eaff@camoes.rnl.ist.utl.pt To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Mounting Zip disks Date: Thu, 03 Dec 1998 13:17:44 +0000 Message-ID: In-Reply-To: <36668D69.5FDA4702@hk.super.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8231960254054186630==" --===============8231960254054186630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Thu, 3 Dec 1998, Chi-sang (Griffin) CHENG wrote: >=20 > I have a Zip100 disk written by Win95, how can i mount it? >=20 just do this mount -t vfat /dev/sda4 /directory (this directory is here your zips files are mounted). =20 - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============8231960254054186630==-- From karcher@idworld.net Thu Dec 3 13:30:03 1998 From: karcher@idworld.net To: users@lists.opensuse.org Subject: RE: [SuSE Linux] Mounting Zip disks Date: Thu, 03 Dec 1998 07:30:03 -0600 Message-ID: In-Reply-To: <36668D69.5FDA4702@hk.super.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3805121054229761892==" --===============3805121054229761892== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable #mount -t vfat /dev/sda4 /zip On 03-Dec-98 Chi-sang (Griffin) CHENG wrote: >=20 > I have a Zip100 disk written by Win95, how can i mount it? >=20 > Thx. >=20 >=20 > Regards, > Griffin. > - > To get out of this list, please send email to majordomo@suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Ken Archer - San Antonio, Texas "As soon as I get all my=20 email - karcher@idworld.net penquins in a row I'll=20 get right on it..." (o- (O- //\ (o- (o- (o- (o- //\ V_/_ //\ //\ //\ //\ V_/_ V_/_ V_/_ V_/_ V_/_ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============3805121054229761892==-- From nickek@algonet.se Thu Dec 3 20:30:34 1998 From: nickek@algonet.se To: users@lists.opensuse.org Subject: Re: [SuSE Linux] Mounting Zip disks Date: Thu, 03 Dec 1998 21:30:34 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6552701690719579433==" --===============6552701690719579433== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 03-Dec-98 Eduardo Alexandre Ferreira Farias wrote: >=20 >=20 >=20 > On Thu, 3 Dec 1998, Chi-sang (Griffin) CHENG wrote: >=20 >>=20 >> I have a Zip100 disk written by Win95, how can i mount it? >>=20 > just do this Before you mount the disk, you have to load the module ppa. Type "insmod ppa" as root. /Nikodemus >=20 > mount -t vfat /dev/sda4 /directory (this directory is here your zips files > are mounted). >=20 > =20 >=20 > - > To get out of this list, please send email to majordomo@suse.com with > this text in its body: unsubscribe suse-linux-e > Check out the SuSE-FAQ at http://www.suse.com/Sup= port/Doku/FAQ/> and the > archiv at h= ttp://www.suse.com/Mailinglists/suse-linux-e/index.html> ---------------------------------- E-Mail: Nikodemus Karlsson Date: 03-Dec-98 Time: 21:28:44 This message was sent by XFMail ---------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============6552701690719579433==--