Author Topic: 2q  (Read 440 times)

foobar

  • Member
  • **
  • Posts: 308
  • Kudos: 0
    • http://www.fuckmicrosoft.com
2q
« on: 23 July 2002, 21:59 »
Hi.
Just two questions:

I'm @ wet_chicken's place now,

 - I mv'd quake 1 to the linux box, but sqpro got a segmentation fault. It started like it should, but my assumation is that svgalib crashes when starting its graphical functions.
Can it be a problem with driving the Intel 82815 card ? It works on my bloody old p133 without an OpenGL graphical card, wich wet_chicken's graphical card does support.
 - Is it possible to 'mount' an external file system to your own local ?
So i want, it to mount ftp://ftp.nl.uu.net/pub/linux
to a local dir ... is it even possible ?
Linux user #283039

Gosh, I love Linux Quake.


DC

  • Member
  • **
  • Posts: 211
  • Kudos: 0
2q
« Reply #1 on: 24 July 2002, 00:58 »
About 2: I strongly doubt that it's possible to mount an ftp site. You could ofcourse just FTP to it   . FTP isn't a filesystem btw.

You can mount remote filesystems though - that's were nfs is for. That is suppost to be extremely difficult (to get right, that is - I'm pretty sure the basics are not too hard) though, and I don't need it (and therefore never bothered to learn). You do need an NFS-server for this though.
GS/CS d- s-: a--- 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++ e>++++ h! r- y
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
We take a measurement, the wavefunction will collapse, and one of the bottles of beer will fall

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
2q
« Reply #2 on: 24 July 2002, 06:18 »
Ahhhh, never say never in UNIX:

http://ftpfs.sourceforge.net/

I believe there are other file systems that can mount FTP directorys as a local file system as well.  They've been around for many years.
Someone please remove this account. Thanks...

DC

  • Member
  • **
  • Posts: 211
  • Kudos: 0
2q
« Reply #3 on: 24 July 2002, 06:44 »
Ah. I stand corrected. My humble apologies.

Not that I said never.

[off-topic] Why the hell would ppl use FTP en-masse in a local LAN? That's sick!
(read the site if you're wondering what I'm talking about)
[/off-topic]

[ July 23, 2002: Message edited by: DC ]

GS/CS d- s-: a--- 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++ e>++++ h! r- y
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
We take a measurement, the wavefunction will collapse, and one of the bottles of beer will fall

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
2q
« Reply #4 on: 24 July 2002, 07:07 »
Well I would imagine that if you have high speed access and wanted to mount up your closest Linux distribution mirror you could install apps right off of the FTP site without having to download them first.  Just an example...
Someone please remove this account. Thanks...

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
2q
« Reply #5 on: 24 July 2002, 07:50 »
kinda like what i did with slackware, but even odder , SWEET
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

foobar

  • Member
  • **
  • Posts: 308
  • Kudos: 0
    • http://www.fuckmicrosoft.com
2q
« Reply #6 on: 24 July 2002, 22:21 »
Ah, void, i would almost think you was a mind-reader.
I think it's rather annoying FTP'ing to ftp.nl.uu.net or whatever pro-linux-rpm package site.
So, if it was possible to mount an ftp site, why not at boot time ? So you could just 'cp' from the external system to the local.
Linux user #283039

Gosh, I love Linux Quake.


DC

  • Member
  • **
  • Posts: 211
  • Kudos: 0
2q
« Reply #7 on: 24 July 2002, 23:26 »
quote:
Originally posted by VoidMain:
Well I would imagine that if you have high speed access and wanted to mount up your closest Linux distribution mirror you could install apps right off of the FTP site without having to download them first.  Just an example...


I said 'en masse in a LAN'. FTP isn't ment for that (read the site). I can understand why someone would want to mount a ftp site (although it is still not ment to be mounted or browsed or used as a fs - ftp is ment only to transfer files - hence the name).

why the HELL would you mount a FTP-site at boottime? Do you really need constant access to a single FTP site (that's were boottime-mounting is for, sort of). Anyway. You can mount it using mount with the patch voidman gave, so (as long as  the site is accessible when it's mounted - that means inet access is active) it's possible.
GS/CS d- s-: a--- 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++ e>++++ h! r- y
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
A quantummechanical wavefunction describing an unknown amount of bottles of beer on the wall
We take a measurement, the wavefunction will collapse, and one of the bottles of beer will fall

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
2q
« Reply #8 on: 25 July 2002, 02:25 »
I can't imagine a need for it on a LAN when you could use NFS instead, but I can see where it could be useful.  Aparently the guy who wrote it had a need for it.
Someone please remove this account. Thanks...