Re: fstab not mounting, but command line mount works

2003-09-08 Thread steffen . grunewald
On Mon, Sep 08, 2003 at 04:55:16PM -0700, Ian L wrote: > > well mount says its ext2. I thought i had formatted it with ext3, but maybe If you want to use a fs with ext3 you'd have to mke2fs it and add the journalling afterwards using tune2fs. Perhaps you skipped that part. > i didnt. If its wo

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Anthony E. Greene
On 08-Sep-2003/16:55 -0700, Ian L <[EMAIL PROTECTED]> wrote: > >well mount says its ext2. I thought i had formatted it with ext3, but maybe >i didnt. If its working as ext2 i dont really care. I dont really know what >the difference is between ext2 and ext3. as long as its working i'm happy. ext

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
At 04:51 PM 9/8/2003, you wrote: > Hi Ian, It's likely being mounted as ext2. Perhaps your ext3 module is not being loaded properly? To find out how it's being mounted to: mount /dev/hdb1 /traces mount The second mount will show you what filesystem was automatically detected. If it your fil

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Sean Estabrooks
On Mon, 08 Sep 2003 16:44:24 -0700 Ian L <[EMAIL PROTECTED]> wrote: > At 04:38 PM 9/8/2003, you wrote: > >On Mon, 08 Sep 2003 16:31:47 -0700 > >Ian L <[EMAIL PROTECTED]> wrote: > > > > > i have the following line in my /etc/fstab file: &

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
At 04:38 PM 9/8/2003, you wrote: On Mon, 08 Sep 2003 16:31:47 -0700 Ian L <[EMAIL PROTECTED]> wrote: > i have the following line in my /etc/fstab file: > > /dev/hdb1 /traces ext3defaults1 2 > > > however, this partition always fail

Re: fstab not mounting, but command line mount works

2003-09-08 Thread Sean Estabrooks
On Mon, 08 Sep 2003 16:31:47 -0700 Ian L <[EMAIL PROTECTED]> wrote: > i have the following line in my /etc/fstab file: > > /dev/hdb1 /traces ext3defaults1 2 > > > however, this partition always fails to mount at boot up. I th

fstab not mounting, but command line mount works

2003-09-08 Thread Ian L
i have the following line in my /etc/fstab file: /dev/hdb1 /traces ext3defaults1 2 however, this partition always fails to mount at boot up. I think the error message says wrong fstype, bad superblock or some other error. however, after the machine

RE: fstab info for mounting /home to remote nfs

2003-08-28 Thread James D. Parra
or your help. James -Original Message- From: Edward Croft [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 12:59 PM To: Red Hat List Subject: RE: fstab info for mounting /home to remote nfs On Thu, 2003-08-28 at 15:41, Go, Jeffrey wrote: > Try this: > > > /home/$user

RE: fstab info for mounting /home to remote nfs

2003-08-28 Thread Edward Croft
> > Hello, > > I want to create an fstab entry that will mount /home on a remote machine > upon boot-up with an $USER entry so any user who logs into the workstation > will have their "home" directories on an single system. > > Does anyone know if this c

RE: fstab info for mounting /home to remote nfs

2003-08-28 Thread Edward Croft
t 28, 2003 9:35 AM > To: Redhat-List (E-mail) > Subject: fstab info for mounting /home to remote nfs > > > Hello, > > I want to create an fstab entry that will mount /home on a remote machine > upon boot-up with an $USER entry so any user who logs into the workstat

RE: fstab info for mounting /home to remote nfs

2003-08-28 Thread Go, Jeffrey
Try this: /home/$user remotedevice:/device/$user default Hth jg -Original Message- From: James D. Parra [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 9:35 AM To: Redhat-List (E-mail) Subject: fstab info for mounting /home to remote nfs Hello, I

fstab info for mounting /home to remote nfs

2003-08-28 Thread James D. Parra
Hello, I want to create an fstab entry that will mount /home on a remote machine upon boot-up with an $USER entry so any user who logs into the workstation will have their "home" directories on an single system. Does anyone know if this can be done and, if so, what is the proper syn

Re: questions on /etc/fstab syntax

2003-08-18 Thread Gordon Messmer
David Eduardo Gomez Noguera wrote: 1. Cant mount interpret shell variables on fstab? No. I tried to tell it that samba credentials file for a mount are in their home directory, and that the mount point should be there too to no effect. Make smbmnt and smbumount SUID root, and users will be able

questions on /etc/fstab syntax

2003-08-15 Thread David Eduardo Gomez Noguera
Hello. I am having problems with the inhability of fstab (or of me) to handle this. 1. Cant mount interpret shell variables on fstab? I tried to tell it that samba credentials file for a mount are in their home directory, and that the mount point should be there too to no effect. 2. Cant it

Re: questions on /etc/fstab syntax

2003-08-15 Thread Jason Dixon
On Fri, 2003-08-15 at 08:28, David Eduardo Gomez Noguera wrote: > Hello. > I am having problems with the inhability of fstab (or of me) to handle > this. > > 1. Cant mount interpret shell variables on fstab? I tried to tell it > that samba credentials file for a mount are in th

Re: fstab

2003-08-14 Thread Daniel Tan
tried your command but it did not work...was asked to specify file system. where do i specify the filesystem? i tried placing -t ext3 after mount and it says mount point rw does not exist i actually don't have a backup of fstab in another place but i can edit the fstab file as i can ro

Re: fstab

2003-08-14 Thread Bret Hughes
t top post. Well since there is no swap enabled lets enable some. I have never done this without an fstab but the manpage for swapon seems to indicate that swapon /dev/whatever should work. so assumming that your swap partition is the same as root, try fdisk -l /dev/sda and see which par

Re: fstab

2003-08-14 Thread Daniel Tan
1) booted up to the prompt to enter root password - entered root password 2) current dir is /root 3) run mount -n / -o remount,rw 4) cd /etc 5) vi fstab file 6) fiddle around and saved the file (tried at least 4 times before hitting the jackpot) - Original Message - From: "Bret H

Re: fstab

2003-08-14 Thread Bret Hughes
red root password > 2) current dir is /root > 3) run mount -n / -o remount,rw > 4) cd /etc > 5) vi fstab file > 6) fiddle around and saved the file (tried at least 4 times before hitting > the jackpot) > > > - Original Message - > From: "Bret Hughes&q

Re: fstab

2003-08-14 Thread Daniel Tan
it says -bash: /etc/testfile: Read-only file system perms on fstab file after i changed is rwxrw-rw- i am using vi to edit the file... - Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 2:30 PM Subje

Re: fstab

2003-08-14 Thread Bret Hughes
On Tue, 2003-08-12 at 04:23, Daniel Tan wrote: > hi, > i did a very stupid mistake in overwriting fstab in /etc with another one > (another machine running raid 1)...now i reboot and cant boot up...can enter > to repair filesystem but i can seem to overwrite the fstab manuallyit &

Re: fstab

2003-08-14 Thread Bret Hughes
On Wed, 2003-08-13 at 00:53, Daniel Tan wrote: > with swap enable, editing fstab yield nothing again. editing and trying to > save the file, i get "fstab" E212: Can't open file for writing. > > still unable to remount it. what are you using to edit it? Can you save

Re: fstab

2003-08-14 Thread Daniel Tan
i have solved it before receiving your email i gotta remount it at /root dirhad been trying to remount it at /dumb old methanks so much for all the help played around with the numbers of /dev/sda1-6 around fstab and now it is running againphew! - Original Message

Re: fstab

2003-08-14 Thread Bret Hughes
On Tue, 2003-08-12 at 21:41, Daniel Tan wrote: > tried your command but it did not work...was asked to specify file system. > where do i specify the filesystem? i tried placing -t ext3 after mount and > it says mount point rw does not exist > i actually don't have a backup of

fstab

2003-08-14 Thread Daniel Tan
hi, i did a very stupid mistake in overwriting fstab in /etc with another one (another machine running raid 1)...now i reboot and cant boot up...can enter to repair filesystem but i can seem to overwrite the fstab manuallyit doesnt give me...how do i put back the previous fstab? ps: i am

Re: fstab

2003-08-14 Thread Daniel Tan
nesday, August 13, 2003 11:59 AM Subject: Re: fstab On Tue, 2003-08-12 at 21:41, Daniel Tan wrote: > tried your command but it did not work...was asked to specify file system. > where do i specify the filesystem? i tried placing -t ext3 after mount and > it says mount point rw does not

Re: fstab

2003-08-14 Thread Bret Hughes
On Wed, 2003-08-13 at 02:05, Daniel Tan wrote: > i have solved it before receiving your email i gotta remount it at /root > dirhad been trying to remount it at /dumb old methanks so much > for all the help > played around with the numbers of /dev/sda1-6 around fsta

Re: fstab

2003-08-14 Thread Aly Dharshi
While I step into the middle of the conversation. Have you tried a mount -a this should attempt to mount all of the entries in the fstab. See what happens then ... Its a suggestion I don't know if this is the best solution but it should be a direction. Also try mounting /dev/sda6 somewhere

Re: fstab

2003-08-14 Thread Daniel Tan
with swap enable, editing fstab yield nothing again. editing and trying to save the file, i get "fstab" E212: Can't open file for writing. still unable to remount it. - Original Message - From: "Bret Hughes" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

RE: GUI fstab editor?

2003-07-28 Thread John Horne
On Mon, 2003-07-28 at 15:19, David Hart wrote: > On Mon, 2003-07-28 at 10:14, John Horne wrote: > > > > > Thanks for this. But right-clicking on the desktop background can > > mount/unmount disks specified in /etc/fstab. What I need is something > > that can '

RE: GUI fstab editor?

2003-07-28 Thread David Hart
On Mon, 2003-07-28 at 10:14, John Horne wrote: > > > Thanks for this. But right-clicking on the desktop background can > mount/unmount disks specified in /etc/fstab. What I need is something > that can 'add' an entry to fstab (as well as create the mount point if > ne

RE: GUI fstab editor?

2003-07-28 Thread John Horne
On Mon, 2003-07-28 at 15:01, [EMAIL PROTECTED] wrote: > you can have a look at Qt mount menu > > http://freshmeat.net/projects/qtmm/?topic_id=142%2C55 > > mm is a GUI for the mount/umout commands. You can manage a configurable set > of devices (e.g. by /etc/fstab) and mo

RE: GUI fstab editor?

2003-07-28 Thread Chris . Grigor
you can have a look at Qt mount menu http://freshmeat.net/projects/qtmm/?topic_id=142%2C55 mm is a GUI for the mount/umout commands. You can manage a configurable set of devices (e.g. by /etc/fstab) and mount/umount them by doubleclicking on a list entry. Regards Chris -Original

GUI fstab editor?

2003-07-28 Thread John Horne
/fstab file and then accessing the partition from the desktop. The first part will require root access and use of mkdir if from the command line; the seconda part could be done as root using gvim (since that seems a whole lot easier than trying to teach them command-line 'vi'!); the thi

mount fstab question (RH9)

2003-06-27 Thread Henning Vitting
When i mount a i.e vfat partition defined in fstab, a disktop icon appears. Is the a way to control (disable) this function? thanks Henning -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: fstab question

2003-06-11 Thread felipe leon
It looks like this is due to kudzu and updfstab. Here is one reference. You may want to search google's newsgroups by yourself. Thanks a lot for the hint, the problem is solved! I just had to edit /etc/fstab with entries without the kudzu option and they remain forever. By the way tha

Re: fstab question

2003-06-11 Thread Jon Haugsand
* felipe leon > Another detail: the mount directories I make in /mnt are also deleted > after rebooting!! > > There is a file in /etc named "fstab.REVOKE" whose content is: > /dev/cdrom1 /mnt/cdrom1 auto defaults > > What is going on?? Is there some kind of protection mechanism set as > default in

Re: fstab question

2003-06-10 Thread Ramesh .T.S
check if there is a .fstab.sw* file in etc - Original Message - From: "Jon Haugsand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 2:33 PM Subject: Re: fstab question > * felipe leon > > Hello group, > > > > I wan

Re: fstab question

2003-06-10 Thread felipe leon
>Utterly strange! > >Some ideas: > >1. Do you _really_ use the correct file? >2. Do you have the /etc mounted as a ram disk? > > >Try e.g.: > >a. Edit another file in /etc save it and reboot. >b. Open a terminal window and do 'cp /etc/fstab $HOME/fstab.out1

Re: fstab question

2003-06-10 Thread Jon Haugsand
* felipe leon > Hello group, > > I want to have some mount points for a flash and another harddrive so > I can easily in gnome on the desktop mouse-right click go to disks and > have my mount points there. What I do is that as root I modify the > /etc/fstab file including the m

fstab question

2003-06-08 Thread felipe leon
Hello group, I want to have some mount points for a flash and another harddrive so I can easily in gnome on the desktop mouse-right click go to disks and have my mount points there. What I do is that as root I modify the /etc/fstab file including the mount points and so on. After I save the

Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
She was part of a user made group(that already had permission to every other external mount I might add) and for some reason _unknown-to-me_ it wouldn't use it for the samba mounts so I just added her to the users group and added it to the samba share as well. Then it worked. Her user mounts the

Re: Mounting SMBFS from fstab

2003-03-18 Thread nate
Jacob Langley said: > Finally got it figured out. Not sure why, but fstab was being a pain > about the group name for mounting it. Changed her to a different user > group and it worked fine. No idea why. what group? was it a custom made group(e.g. you made it) or was it a system-crea

Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
Finally got it figured out. Not sure why, but fstab was being a pain about the group name for mounting it. Changed her to a different user group and it worked fine. No idea why. On Tue, 2003-03-18 at 08:30, Jacob Langley wrote: > On Mon, 2003-03-17 at 22:47, Ryurick M. Hristev wrote: >

Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
On Mon, 2003-03-17 at 22:47, Ryurick M. Hristev wrote: > On Mon, 17 Mar 2003, Jacob Langley wrote: > > > It's just not mounting as a user. > > You mean it doesn't give you any error message ? Nothing ? > None except the must be root to mount. > Cheers, > -- > Ryurick M. Hristev mail

Re: Mounting SMBFS from fstab

2003-03-18 Thread Oeystein Olsen
On Tuesday 18 March 2003 14:30, Jacob Langley wrote: > > > I have the samba stuff installed on her laptop, and the > > > drive mounts fine if i do a mount /mnt/path as root but I can't do it > > > as her user. I went looking for smbmnt but I couldn't find it. Anyone > > > know what I have to do

Re: Mounting SMBFS from fstab

2003-03-18 Thread Jacob Langley
e i added the info to the fstab and installed smbmnt > > suid root. sorry for being unclear - my server is redhat as well. smbmnt the other machine i have set up (slackware) is my laptop. > > I have the samba stuff installed on her laptop, and the > > drive mounts fine

Re: Mounting SMBFS from fstab

2003-03-18 Thread Technoslick
On Mon, 2003-03-17 at 22:15, Jacob Langley wrote: > > Already have. I run smb because it's not only nix machines accessing > the file server. I know the fstab already is correct because it works > mounting it with /path/to/mount as root. It's just not mounting as a

Re: Mounting SMBFS from fstab

2003-03-18 Thread Oeystein Olsen
On Monday 17 March 2003 23:44, Jacob Langley wrote: > I normally use Slackware but my gf uses linux. I want her to be able to > mount the samba shares she has on my file server on her laptop easily. > On my own machine i added the info to the fstab and installed smbmnt > suid root.

Re: Mounting SMBFS from fstab

2003-03-17 Thread Ryurick M. Hristev
On Mon, 17 Mar 2003, Jacob Langley wrote: > It's just not mounting as a user. You mean it doesn't give you any error message ? Nothing ? Cheers, -- Ryurick M. Hristev mailto:[EMAIL PROTECTED] Computer Systems Manager University of Canterbury, Physics & Astronomy Dept., New Zealand -- redha

Re: Mounting SMBFS from fstab

2003-03-17 Thread nate
Jacob Langley said: > Already have. I run smb because it's not only nix machines accessing the > file server. I know the fstab already is correct because it works > mounting it with /path/to/mount as root. It's just not mounting as a > user. I forget, are you doing mo

Re: Mounting SMBFS from fstab

2003-03-17 Thread Jacob Langley
On Mon, 2003-03-17 at 17:58, nate wrote: > if your wanting to mount as a non-root user, try putting the entry in > /etc/fstab, and adding the options noauto,user among whatever other options > you have. Already have. I run smb because it's not only nix machines accessing the f

Re: Mounting SMBFS from fstab

2003-03-17 Thread nate
Jacob Langley said: > I normally use Slackware but my gf uses linux. I want her to be able to > mount the samba shares she has on my file server on her laptop easily. On > my own machine i added the info to the fstab and installed smbmnt suid > root. I have the samba stuff inst

Mounting SMBFS from fstab

2003-03-17 Thread Jacob Langley
I normally use Slackware but my gf uses linux. I want her to be able to mount the samba shares she has on my file server on her laptop easily. On my own machine i added the info to the fstab and installed smbmnt suid root. I have the samba stuff installed on her laptop, and the drive mounts

Re: FSTAB - am I missing something? 1st crack at it...

2003-03-12 Thread DuSTiN KRySaK
On 3/12/03 11:31 AM, "Mark Lundy" <[EMAIL PROTECTED]> spit this out onto my computer screen: > Yeah, you haven't made the /data directory! > > mkdir /data > mount -a (will read /etc/fstab and mount all definitions in it, saving > you a reboot!) DOH Ok, t

Re: FSTAB - am I missing something? 1st crack at it...

2003-03-12 Thread Michael Schwendt
n I tried mounting the drive just to make sure... > > # mkdir /mnt/data > # mount -t ext3 /dev/hdb1 /mnt/data > > This worked fine. So I unmounted and deleted the dir in the mnt dir. > > I then edited my fstab file and added: > > /dev/hdb1 /data ext3defaults

Re: FSTAB - am I missing something? 1st crack at it...

2003-03-12 Thread Mark Lundy
Yeah, you haven't made the /data directory! mkdir /data mount -a (will read /etc/fstab and mount all definitions in it, saving you a reboot!) DuSTiN KRySaK wrote: Hi there... I have a 2nd hard drive (IDE) that I am putting into a RH8 box. It has data on it as well So I dropped the

RE: FSTAB - am I missing something? 1st crack at it...

2003-03-12 Thread James Francis
# mkdir /mnt/data > # mount -t ext3 /dev/hdb1 /mnt/data > > This worked fine. So I unmounted and deleted the dir in the mnt dir. > > I then edited my fstab file and added: > > /dev/hdb1 /data ext3defaults1 2 > > > > So now when I rebooted, I get the

FSTAB - am I missing something? 1st crack at it...

2003-03-12 Thread DuSTiN KRySaK
. So I unmounted and deleted the dir in the mnt dir. I then edited my fstab file and added: /dev/hdb1 /data ext3defaults1 2 So now when I rebooted, I get the error that "data" doesn't exist. Am I missing something? .::d::. • --- THEbeatingsWILLcontinueUNTI

Re: Changes to fstab are revoked

2002-10-18 Thread ABrady
On Fri, 18 Oct 2002 19:31:59 +0300 "Ahmad Al-Dosari" <[EMAIL PROTECTED]> wrote: > > Well, every time I edit /etc/fstab using vim then when restarting the > system my changes would be revoked. I have noticed also that the > changes I do will then be put in

RE: Changes to fstab are revoked

2002-10-18 Thread Ahmad Al-Dosari
Well, every time I edit /etc/fstab using vim then when restarting the system my changes would be revoked. I have noticed also that the changes I do will then be put in a new file which is /etc/fstab.REVOKE Thanks, Ahmad Al-Dosari -Original Message- From: Gregory Hosler

Changes to fstab are revoked

2002-10-18 Thread Ahmad Al-Dosari
Title: Changes to fstab are revoked I'm new to Linux and would appreciate it if any one can tell me why would any manual change to /etc/fstab are revoked every time I restart my redhat 7.3 system? Regards, Ahmad Al-Dosari -- redhat-list mailing list unsubscribe mailto:[

Re: fstab file reset

2002-10-10 Thread Jonathan Gaudette
]> wrote: > > > Hey everyone, > > > > Here's my latest problem. I've entered into the fstab file the > > following two entries > > > > /dev/hda1 /mnt/windowsvfatdefaults1 1 > > /dev/hde5 /mnt/datahd vfatdefaults

Re: fstab file reset

2002-10-09 Thread Gabriel Arcos
Here is my fstab line to automount my windows partition: /dev/hda1 /mnt/windowsvfatauto,owner,users 0 0 El mié, 09-10-2002 a las 17:51, Jonathan Gaudette escribió: > Hey everyone, > > Here's my latest problem. I've entered into the fstab file the >

Re: fstab file reset

2002-10-09 Thread Tom Pollerman
On 09 Oct 2002 17:51:25 -0400 Jonathan Gaudette <[EMAIL PROTECTED]> wrote: > Hey everyone, > > Here's my latest problem. I've entered into the fstab file the > following two entries > > /dev/hda1 /mnt/windowsvfatdefaults1 1 > /dev/hde5

Re: fstab file reset

2002-10-09 Thread Jonathan Gaudette
Hey everyone, Here's my latest problem. I've entered into the fstab file the following two entries /dev/hda1 /mnt/windowsvfatdefaults1 1 /dev/hde5 /mnt/datahd vfatdefaults1 1 Now, _sometimes_ when I restart, these two entries are removed.

Re: /etc/fstab

2002-10-01 Thread Emmanuel Seyman
On Tue, Oct 01, 2002 at 03:50:21AM -0700, Chakravarthi V S wrote: > > /etc/fstab has following partition information as follows > LABEL=/var /var ext3 defaults1 2 > > so from where it'll get the partition for LABEL=/var One of your partition is labelled /v

/etc/fstab

2002-10-01 Thread Chakravarthi V S
Hi all, /etc/fstab has following partition information as follows LABEL=/var /varext3 defaults1 2 so from where it'll get the partition for LABEL=/var regards chakri __ Do you Yahoo!? New DSL Int

/etc/fstab

2002-10-01 Thread Chakravarthi V S
Hi all, /etc/fstab has following partition information as follows LABEL=/var /varext3 defaults1 2 so from where it'll get the partition for LABEL=/var regards chakri __ Do you Yahoo!? New DSL Int

/etc/fstab

2002-10-01 Thread Chakravarthi V S
Hi all, /etc/fstab has following partition information as follows LABEL=/var /varext3 defaults1 2 so from where it'll get the partition for LABEL=/var regards chakri __ Do you Yahoo!? New DSL Int

RE: fstab???

2002-09-17 Thread linux power
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of linux power > Sent: Tuesday, September 17, 2002 4:39 PM > To: [EMAIL PROTECTED] > Subject: RE: fstab??? > > I forgot what to put in fstab. I think ide-scsi is > called /dev/scd0 but i'am not

RE: fstab???

2002-09-17 Thread Jayson Hill
Thank you very much. I don't suppose you know how to get DVD-R to work?? Thanks again Jayson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of linux power Sent: Tuesday, September 17, 2002 4:39 PM To: [EMAIL PROTECTED] Subject: RE: fstab??? I f

RE: fstab???

2002-09-17 Thread linux power
I forgot what to put in fstab. I think ide-scsi is called /dev/scd0 but i'am not sure. The entry in fstab should then looks like this. /dev/scd0 /mnt/cdrom iso9660 noauto,user,rw 0 0 I I ment you should put the whole line modprobe ide-scsi >/dev/null 2>&1 after the fi statement.

RE: fstab???

2002-09-17 Thread linux power
TED]> skrev: > Oh, sorry. I am running RedHat 7.2 release 2.4.7-10 > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of linux power > Sent: Tuesday, September 17, 2002 3:27 PM > To: [EMAIL PROTECTED] > Subject: Re: fstab?

RE: fstab???

2002-09-17 Thread Jayson Hill
Oh, sorry. I am running RedHat 7.2 release 2.4.7-10 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of linux power Sent: Tuesday, September 17, 2002 3:27 PM To: [EMAIL PROTECTED] Subject: Re: fstab??? What version of redhat do you use? --- Jayson Hill

Re: fstab???

2002-09-17 Thread linux power
What version of redhat do you use? --- Jayson Hill <[EMAIL PROTECTED]> skrev: > Could someone tell me why even though I change the > ro option for > /dev/cdrom in fstab to rw (to signify that I have a > CD-RW and/or a > DVD-R) when I reboot and look back at fstab, it has

fstab???

2002-09-17 Thread Jayson Hill
Could someone tell me why even though I change the ro option for /dev/cdrom in fstab to rw (to signify that I have a CD-RW and/or a DVD-R) when I reboot and look back at fstab, it has ro back on it. I am logged in as root when changing.   Also, I have the following in modules.conf

Re: fstab in RH7.3

2002-07-01 Thread Nicolas Bock
On Mon, 1 Jul 2002, James D. Parra wrote: > Hello, > > I am not familiar with the 'LABEL' designation in fstab in RH7.3. I > want to set the /raid mount to /dev/md0, the software raid device. A > drive was added after the initial install, but now the mount point t

fstab in RH7.3

2002-07-01 Thread James D. Parra
Hello, I am not familiar with the 'LABEL' designation in fstab in RH7.3. I want to set the /raid mount to /dev/md0, the software raid device. A drive was added after the initial install, but now the mount point to the original /raid is different. Can I change the /raid to /dev/md0 w

Re: HELP !!what is wrong with my fstab

2002-05-26 Thread rpjday
On Sun, 26 May 2002, Jianping Zhu wrote: > > i just add a new hd to my redhat 7.1 linux server. After finishing fdisk > and format I move /home to new hd. > but I got problem with my fstab. > > my original fstab look like: > > LABEL=/ / ext2defaults

HELP !!what is wrong with my fstab

2002-05-26 Thread Jianping Zhu
i just add a new hd to my redhat 7.1 linux server. After finishing fdisk and format I move /home to new hd. but I got problem with my fstab. my original fstab look like: LABEL=/ / ext2defaults11 LABEL=/boot /boot ext2defaults1 2 LABEL=/home /home

Re: Questions on fstab

2002-01-26 Thread Brandon Dorman
-Brandon On Sat, 2002-01-26 at 04:37, Michael Scottaline wrote: > On 25 Jan 2002 17:52:00 -0800 > Brandon Dorman <[EMAIL PROTECTED]> scribbled in frustration: > > > Hello, > > > > Below is a copy of my /etc/fstab. I can't seem to be able to tweak it > &

Re: Questions on fstab

2002-01-26 Thread Michael Scottaline
On 25 Jan 2002 17:52:00 -0800 Brandon Dorman <[EMAIL PROTECTED]> scribbled in frustration: > Hello, > > Below is a copy of my /etc/fstab. I can't seem to be able to tweak it > so that upon booting, my normal user account can write to say, the > windows drive (mounted

Re: Questions on fstab

2002-01-25 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brandon Dorman wrote: >Hello, > >Below is a copy of my /etc/fstab. I can't seem to be able to tweak it >so that upon booting, my normal user account can write to say, the >windows drive (mounted as /dev/hde1, /c of course) Wel

Questions on fstab

2002-01-25 Thread Brandon Dorman
Hello, Below is a copy of my /etc/fstab. I can't seem to be able to tweak it so that upon booting, my normal user account can write to say, the windows drive (mounted as /dev/hde1, /c of course) I'd like the same user writing priviledges while staying automounted for the other driv

Re: nfs & /etc/fstab

2002-01-07 Thread Robert Dege
smbfs/etc network shares from the fstab once you entered a run level (3 or 5). This might be what you're thinking about. Unless you manually modified rc.local, or something like that, it wouldn't mount network drives either. -Rob > really?? is that new for 7.2? I seem to reca

Re: nfs & /etc/fstab

2002-01-07 Thread Matthew Boeckman
really?? is that new for 7.2? I seem to recall (might be foggy) having some 6.2 and/or 7.0 boxes that were mounting from fstab, although it may have been that i was mounting them from rc.local and just forgot... thanks for the response. any idea why they would disable mount-at-boot, i see

Re: nfs & /etc/fstab

2002-01-07 Thread Robert Dege
According to the /etc/rc.d/rc.sysinit file, nfs mount devices are bypassed upon boot, to avoid any networking hangs. If you type mount /unix-src at the command prompt, linux should still read the fstab file & mount the nfs accordingly. -Rob > Hello list! I'm having some problem

nfs & /etc/fstab

2002-01-07 Thread Matthew Boeckman
Hello list! I'm having some problems getting an nfs mount to come up from /etc/fstab under 7.2. First, I can mount it after boot fine. Likewise, I can mount it from rc.local. When I put the entry into /etc/fstab, however, the mount never happens, with no errors returning to dmesg.

How to config fstab to read udf with CD-writer

2001-12-14 Thread Stephen Liu
Hi All People, I made following adjustment to /etc/fstab trying to make CDWriter to read udf and iso files without success 1) Adjustment No.1 made to /etc/fstab /dev/cdrom1 /mnt/cdrom1 iso9660,udf noauto,owner,kudzu,ro 0 0 2) Adjustment No. 2 made to /etc/fstab /dev/cdrom1 /mnt

How to config fstab to read udf in CDRW

2001-12-13 Thread Stephen Liu
Hi All, Instead of making following commands on Console Window ; modprobe udf mount /dev/cdrow -t udf /mnt/cdrow kindly advise how to config "fstab" so that CDRW can be detected automatically, when inserted, to read udf files. Thanks in advance. B.R. S

Re: Is LABEL syntax in fstab really a good thing?

2001-11-26 Thread Bret Hughes
Bruce Davis wrote: > How do I modify an existing label or label a new partition? > > While I agree that using labels in fstab can be safer, I have difficulty > locating documentation. What happens if I want to re-partition my > system? I have found no MAN page documenting how t

Re: Is LABEL syntax in fstab really a good thing?

2001-11-26 Thread Bruce Davis
How do I modify an existing label or label a new partition? While I agree that using labels in fstab can be safer, I have difficulty locating documentation. What happens if I want to re-partition my system? I have found no MAN page documenting how to either change a label on a partition or

Re: Is LABEL syntax in fstab really a good thing?

2001-11-25 Thread Edward C. Bailey
>>>>> "Bruce" == Bruce Davis <[EMAIL PROTECTED]> writes: Bruce> How do I modify an existing label or label a new partition? While Bruce> I agree that using labels in fstab can be safer, I have difficulty Bruce> locating documentation. What happens if

Re: Is LABEL syntax in fstab really a good thing?

2001-11-25 Thread Bruce Davis
How do I modify an existing label or label a new partition? While I agree that using labels in fstab can be safer, I have difficulty locating documentation. What happens if I want to re-partition my system? I have found no MAN page documenting how to either change a label on a partition

Re: Is LABEL syntax in fstab really a good thing?

2001-11-24 Thread Harry Putnam
ABrady <[EMAIL PROTECTED]> writes: > On Mon, 19 Nov 2001 23:06:05 -0800 > Harry Putnam <[EMAIL PROTECTED]> implied: > > I had a similar experience trying to recover from some problems back > when they first started getting used. Ever since, I immediately retype > th

Re: Is LABEL syntax in fstab really a good thing?

2001-11-22 Thread ABrady
On Mon, 19 Nov 2001 23:06:05 -0800 Harry Putnam <[EMAIL PROTECTED]> implied: I had a similar experience trying to recover from some problems back when they first started getting used. Ever since, I immediately retype the stuff in fstab to avoid such problems. I personally think it should

Re: Is LABEL syntax in fstab really a good thing?

2001-11-22 Thread Jason Costomiris
On Mon, Nov 19, 2001 at 11:06:05PM -0800, Harry Putnam wrote: : Just relating a recent experience I had that caused me to take a hard : look at the change to using LABEL syntax in /etc/fstab that occured : some time ago. I totally agree with Harry. I just recently experienced this with a drive

Is LABEL syntax in fstab really a good thing?

2001-11-22 Thread Harry Putnam
Just relating a recent experience I had that caused me to take a hard look at the change to using LABEL syntax in /etc/fstab that occured some time ago. I happended to be booting up a spare disk as 2nd master having unhooked the normal 2nd master. As it happened that spare disc had once been in

Re: Mounting smbfs securely in fstab

2001-11-13 Thread Michael Sorrentino
Try this Matt http://www.linuxplanet.com/linuxplanet/tutorials/2047/3/ On Tuesday 13 November 2001 15:08, you wrote: > Hi All, > > What is the best way to have a samba mount mount on boot up without > the need of having the clear text password visible in the fstab file. > The s

  1   2   >