Re: Basic Debian hd mounting...

1997-09-27 Thread Martin Str|mberg
In article [EMAIL PROTECTED] Lawrence wrote: : Carey Evans wrote: [Klippa, klapp, kluppit.] : % ls -l /mnt/win95/autoexec.bat : -rw-r--r-- 1 root root 269 Sep 12 10:26 /mnt/win95/autoexec.bat : : well not all people can execute/erase files but still not good enough, : people

Basic Debian hd mounting...

1997-09-25 Thread jd?
Greetings all, just some newbie questions i would like answered tto someday not be a newbie... i just installed debian linux on a p90, 24 MB RAM, system the installation went well, and i have the basic system functioning...i have the X windows system(xfree86) on the first partition of my

Re: Basic Debian hd mounting...

1997-09-25 Thread Will Lowe
On Wed, 24 Sep 1997, jd? wrote: Greetings all, Hello! Welcome. my question how would i go about mounting that filesystem so that i can Ok. Assuming it's the first partition on your first (master) ide hard drive, it's located at /dev/hda1. As root, you'll want to do mkdir /win95 mount -t

Re: Basic Debian hd mounting...

1997-09-25 Thread Carey Evans
jd? [EMAIL PROTECTED] writes: [snip] my question how would i go about mounting that filesystem so that i can access those files for installation purposes or transfer them to the '/' filesystem for access how would i go about installing x??? Will answered some of this, but some more tips:

Re: Basic Debian hd mounting...

1997-09-25 Thread Lawrence
Carey Evans wrote: jd? [EMAIL PROTECTED] writes: [snip] my question how would i go about mounting that filesystem so that i can access those files for installation purposes or transfer them to the '/' filesystem for access how would i go about installing x??? Will answered some

Re: Basic Debian hd mounting...

1997-09-25 Thread Carey Evans
Lawrence [EMAIL PROTECTED] writes: [snip] it is dangerous! be aware that the permission is set to rwxrwxrwx and everyone can ERASE files in this partition!!! What kind of setup does this? From my machine at work: /dev/hda4 /mnt/win95 vfatnoexec 0 0 % ls

Re: Basic Debian hd mounting...

1997-09-25 Thread Lawrence
Carey Evans wrote: Lawrence [EMAIL PROTECTED] writes: [snip] it is dangerous! be aware that the permission is set to rwxrwxrwx and everyone can ERASE files in this partition!!! What kind of setup does this? From my machine at work: /dev/hda4 /mnt/win95 vfatnoexec

Re: Basic Debian hd mounting...

1997-09-25 Thread Dale Scheetz
On 25 Sep 1997, Carey Evans wrote: Lawrence [EMAIL PROTECTED] writes: [snip] it is dangerous! be aware that the permission is set to rwxrwxrwx and everyone can ERASE files in this partition!!! What kind of setup does this? From my machine at work: /dev/hda4 /mnt/win95

Re: Basic Debian hd mounting...

1997-09-25 Thread Lawrence
Dale Scheetz wrote: On 25 Sep 1997, Carey Evans wrote: Lawrence [EMAIL PROTECTED] writes: [snip] it is dangerous! be aware that the permission is set to rwxrwxrwx and everyone can ERASE files in this partition!!! What kind of setup does this? From my machine at work:

Re: Basic Debian hd mounting...

1997-09-25 Thread Dale Scheetz
On Fri, 26 Sep 1997, Lawrence wrote: Dale Scheetz wrote: On 25 Sep 1997, Carey Evans wrote: Lawrence [EMAIL PROTECTED] writes: [snip] it is dangerous! be aware that the permission is set to rwxrwxrwx and everyone can ERASE files in this partition!!! What kind

Re: Basic Debian hd mounting...

1997-09-25 Thread Lawrence
Dale Scheetz wrote: I assume that this goes into the options collumn in fstab? I just tried to add umask/660 for my dos partition (I understand that FAT and VFAT are different, so this may be why it doesn't work) and the permissions are still the same as before (-rwxr-xr-x). I don't have a

Re: Basic Debian hd mounting...

1997-09-25 Thread Dale Scheetz
On Fri, 26 Sep 1997, Lawrence wrote: Dale Scheetz wrote: I assume that this goes into the options collumn in fstab? I just tried to add umask/660 for my dos partition (I understand that FAT and VFAT are different, so this may be why it doesn't work) and the permissions are still the same

Re: Basic Debian hd mounting...

1997-09-25 Thread Lawrence
Dale Scheetz wrote: On Fri, 26 Sep 1997, Lawrence wrote: Dale Scheetz wrote: I assume that this goes into the options collumn in fstab? I just tried to add umask/660 for my dos partition (I understand that FAT and VFAT are different, so this may be why it doesn't work) and the