Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
samba mounting start before ethernet up during booting

samba mounting start before ethernet up during booting

2005-07-28       - By Leuy Eeelyu

 Back
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Hi.. I have 2 linux servers with samba installed.
Both are configured to mount to separate windows
2000 pro network drives. The proper windows user are
created on both windows PC too

In Linux server1, I am able to mount the windows PC
SPM-TEST1 using the following command

mount -t smbfs -o username=mcg_iur,password=mcg1234
//SPM-TEST1/IURdownload /mounted_spm_dir

In Linux server2, I am able to mount the windows PC
SPM using the following command

mount -t smbfs -o username=mcg_iur,password=mcg1234
//SPM/IURdownload /mounted_spm_dir

In Linux server 1, I add the following entry in
/etc/fstab
//SPM-TEST1/IURdownload /mounted_spm_dir smbfs
username=mcg_iur,password=mcg1234,uid=502,gid=503 0 0

It is able to map the network samba drive after
reboot

BUT in Linux server 2, I add the following entry in
/etc/fstab too as

//SPM/IURdownload  /mounted_spm_dir  smbfs
username=mcg_iur,password=mcg1234,uid=502,gid=503 0
0

But it samba network drive is not mapped after reboot.

After that I found the reason is because in server2
the fstab mounting started before the ethernet
interface start during booting.  Is there any way to
change the order or is there any workaround?

Jul 28 06:31:33 APMCG1 kernel: EXT3-fs: mounted
filesystem with ordered data mode.
Jul 28 06:31:33 APMCG1 kernel: kjournald starting.
Commit interval 5 seconds
Jul 28 06:31:33 APMCG1 xinetd[2282]: xinetd Version
2.3.12 started with libwrap loadavg options
compiled in.
Jul 28 06:31:33 APMCG1 kernel: EXT3 FS 2.4-0.9.19, 19
August 2002 on sd(8,7), internal journal
Jul 28 06:31:33 APMCG1 xinetd[2282]: Started working:
1 available service
Jul 28 06:31:33 APMCG1 kernel: EXT3-fs: mounted
filesystem with ordered data mode.
Jul 28 06:31:34 APMCG1 kernel: kjournald starting.
Commit interval 5 seconds
Jul 28 06:31:34 APMCG1 kernel: EXT3 FS 2.4-0.9.19, 19
August 2002 on sd(8,8), internal journal
Jul 28 06:31:34 APMCG1 kernel: EXT3-fs: mounted
filesystem with ordered data mode.
Jul 28 06:31:34 APMCG1 kernel: kjournald starting.
Commit interval 5 seconds
Jul 28 06:31:34 APMCG1 kernel: EXT3 FS 2.4-0.9.19, 19
August 2002 on sd(8,6), internal journal
Jul 28 06:31:34 APMCG1 kernel: EXT3-fs: mounted
filesystem with ordered data mode.
Jul 28 06:31:34 APMCG1 kernel: kjournald starting.
Commit interval 5 seconds
Jul 28 06:31:34 APMCG1 kernel: EXT3 FS 2.4-0.9.19, 19
August 2002 on sd(8,5), internal journal
Jul 28 06:31:35 APMCG1 kernel: EXT3-fs: mounted
filesystem with ordered data mode.
Jul 28 06:31:35 APMCG1 kernel: IA-32 Microcode Update
Driver: v1.13 <tigran@(protected)>
Jul 28 06:31:35 APMCG1 kernel: microcode: No suitable
data for cpu 0
Jul 28 06:31:35 APMCG1 kernel: Attached scsi generic
sg1 at scsi0, channel 0, id 8, lun 0,  type 3
Jul 28 06:31:35 APMCG1 kernel: inserting floppy driver
for 2.4.21-27.0.4.EL
Jul 28 06:31:35 APMCG1 kernel: floppy0: no floppy
controllers found
Jul 28 06:31:35 APMCG1 kernel: Ethernet Channel
Bonding Driver: v2.6.0 (January 14, 2004)
Jul 28 06:31:35 APMCG1 kernel: bonding: Warning:
either miimon or arp_interval and arp_ip_target
module parameters must be specified, otherwise bonding
will not detect link failures! see
bonding.txt for details.
Jul 28 06:31:35 APMCG1 kernel: Broadcom Gigabit
Ethernet Driver bcm5700 with Broadcom NIC
Extension (NICE) ver. 7.3.5 (06/23/04)
Jul 28 06:31:36 APMCG1 kernel: eth0: Broadcom BCM5721
1000Base-T PCI Express found at mem
cbff0000, IRQ 11, node addr 000d6099908c
Jul 28 06:31:36 APMCG1 kernel: eth0: Broadcom BCM5750
Integrated Copper transceiver found
Jul 28 06:31:36 APMCG1 kernel: eth0: Scatter-gather
ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum
ON, 802.1Q VLAN ON, NAPI ON
Jul 28 06:31:36 APMCG1 kernel: eth1: Broadcom BCM5721
1000Base-T PCI Express found at mem
c9ff0000, IRQ 11, node addr 000d6099908d
Jul 28 06:31:36 APMCG1 kernel: eth1: Broadcom BCM5750
Integrated Copper transceiver found
Jul 28 06:31:36 APMCG1 kernel: eth1: Scatter-gather
ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum
ON, 802.1Q VLAN ON, NAPI ON
Jul 28 06:31:36 APMCG1 kernel: Intel(R) PRO/


   
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list

Earn $52 per hosting referral at Lunarpages.