Sponsored Content
Full Discussion: Unable to mount Metadevice
Operating Systems Solaris Unable to mount Metadevice Post 302417943 by Duffs on Saturday 1st of May 2010 02:55:30 PM
Old 05-01-2010
Hi,

Please find enclosed the contents of the md.cf file.

R,
D.
 

10 More Discussions You Might Find Interesting

1. AIX

AIX 4.3 - unable to mount one of our VG's

AFter a hardware issue - scsi controller replaced and hadware is now functioning again . Able to mount all VG except one. Need AIX 4.3 experience to assist... Thanks (0 Replies)
Discussion started by: pmcopoc
0 Replies

2. Solaris

/usr unable to mount

Hi All, I need help on this issue and it is a production server. /usr is unable to mount and make system can't even type any commands. Only this show and no changes makes to the system. ERROR: svc:/system/filesystem/root:default failed to mount /usr (see 'svcs -x' for details) ... (3 Replies)
Discussion started by: mailbox80
3 Replies

3. Fedora

unable to mount NTFS

Hi, I'm new for unix. I tried to mount windows NTFS partition in Fedora unix, but it is saying ntfs not found. The command i used is mount /dev/sdb1 -t ntfs /mnt/drive1 and how to find the available filesystem type?. (1 Reply)
Discussion started by: gwgreen1
1 Replies

4. Ubuntu

Unable to mount disk

I am running Ubuntu Server, I recently added a new hard drive to the machine When I run fdisk -l I see both drives. The recently added drive is present but it's listed as extended. when I try to mount the drive it says you must specify the file system type. I can't mount this drive, I was... (2 Replies)
Discussion started by: NelsonC
2 Replies

5. Debian

Unable to mount external drive

Trying to mount an external 160GB Toshiba drive but.... this is my dmesg tail output: usb 2-2: new high speed USB device using ehci_hcd and address 3 usb 2-2: New USB device found, idVendor=13fd, idProduct=1618 usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 usb 2-2:... (4 Replies)
Discussion started by: Ridson
4 Replies

6. UNIX for Dummies Questions & Answers

Unable to mount CDROM

Hi I have created a RHEL6 machine that is hosted on VMWare player that in turn runs off my Windows 7 PC. When I try and mount the CDROM on the RHEL6 box I get the following output: $ mount /dev/cdrom/media mount: can't find /dev/cdrom/media in /etc/fstab or /etc/mtab $ Here is the... (3 Replies)
Discussion started by: accipiter1
3 Replies

7. UNIX for Dummies Questions & Answers

Unable to mount CD rom

hi Am trying to mount a cdrom which has a blank cd into it, using the command: mount -v cdrfs -o ro /dev/cd0 /mnt Am getting this error: # df -Ig Filesystem GB blocks Used Free %Used Mounted on /dev/hd4 0.50 0.19 0.31 38% / /dev/hd2 ... (1 Reply)
Discussion started by: kamaldev
1 Replies

8. Red Hat

Unable to mount.

Hi, I am unable to mount the AIX share on Red Hat Linux 5.5 getting below error on linux server while mounting. reason given by server: unknown nfs status return value: -1 I have checked on AIX side. lssrc -g nfs showing below output. bash-3.00# lssrc -g nfs Subsystem ... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

9. UNIX for Dummies Questions & Answers

Unable to mount NFS

Hello, While mounting NFS below error is coming: # mount -t nfs 10.65.150.69:/lvsnap /lvsnap mount: mount to NFS server '10.65.150.69' failed: RPC Error: Program not registered. Please advise. Best regards, Vishal (2 Replies)
Discussion started by: admin_db
2 Replies

10. UNIX for Dummies Questions & Answers

Unable to mount /cache and all in mobile

Hi Not sure if i can post here on the Android Phone OS issue, dint find any solutions on the android forums.. thought to give a try here my phone has an issue and is not able to mount /cache, /format and all, and the OS doesnt not boot, even while trying to load a new OS it says: "FAILED... (4 Replies)
Discussion started by: nanz143
4 Replies
mountdtab(4)						     Kernel Interfaces Manual						      mountdtab(4)

NAME
mountdtab - Table of local file systems mounted by remote NFS clients SYNOPSIS
/etc/mountdtab DESCRIPTION
The mountdtab file resides in the /etc directory and contains a list of all remote hosts that have mounted local file systems using the NFS protocols. Whenever a client performs a remote mount, the server machine's mount daemon makes an entry in the server machine's mountdtab file. The umount command instructs the server's mount daemon to remove the entry. The umount -b command broadcasts to all servers and informs them that they should remove all entries from mountdtab created by the sender of the broadcast message. By placing an umount -b command in a system startup file, mountdtab tables on NFS servers can be purged of entries made by a crashed client, who, upon rebooting, did not remount the same file systems that it had before the system crashed. Tru64 UNIX systems automatically call umount -b at system startup The format for entries in the mountdtab file is as follows: hostname:directory Rather than rewrite the mountdtab file on each umount request, the mount daemon comments out unmounted entries by placing a number sign (#) in the first character position of the appropriate line. The mount daemon rewrites the entire file, without commented out entries, no more frequently than every 30 minutes. The frequency depends on the occurrence of umount requests. The mountdtab table is used only to preserve information between crashes and is read only by the mountd daemon when it starts up. The mountd daemon keeps an in-core table, which it uses to handle requests from programs like showmount and shutdown. RESTRICTIONS
Although the mountdtab table is close to the truth, it may contain erroneous information if NFS client machines fail to execute a umount -a command when they reboot. RELATED INFORMATION
mount(8), umount(8), mountd(8), showmount(8), shutdown(8) delim off mountdtab(4)
All times are GMT -4. The time now is 04:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy