Sponsored Content
Full Discussion: Unable to mount Metadevice
Operating Systems Solaris Unable to mount Metadevice Post 302417944 by Duffs on Saturday 1st of May 2010 02:56:56 PM
Old 05-01-2010
I have already tried with a different dir but it doesn't make any difference, still get the exact same errors.
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
explain_tempnam_or_die(3)				     Library Functions Manual					 explain_tempnam_or_die(3)

NAME
explain_tempnam_or_die - create a name for a temporary file and report errors SYNOPSIS
#include <libexplain/tempnam.h> char *explain_tempnam_or_die(const char *dir, const char *prefix); char *explain_tempnam_on_error(const char *dir, const char *prefix); DESCRIPTION
The explain_tempnam_or_die function is used to call the tempnam(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_tempnam(3) function, and then the process terminates by calling exit(EXIT_FAILURE). The explain_tempnam_on_error function is used to call the tempnam(3) system call. On failure an explanation will be printed to stderr, obtained from the explain_tempnam(3) function, but still returns to the caller. dir The dir, exactly as to be passed to the tempnam(3) system call. prefix The prefix, exactly as to be passed to the tempnam(3) system call. RETURN VALUE
The explain_tempnam_or_die function only returns on success, see tempnam(3) for more information. On failure, prints an explanation and exits, it does not return. The explain_tempnam_on_error function always returns the value return by the wrapped tempnam(3) system call. EXAMPLE
The explain_tempnam_or_die function is intended to be used in a fashion similar to the following example: char *result = explain_tempnam_or_die(dir, prefix); SEE ALSO
tempnam(3) create a name for a temporary file explain_tempnam(3) explain tempnam(3) errors exit(2) terminate the calling process COPYRIGHT
libexplain version 0.52 Copyright (C) 2009 Peter Miller explain_tempnam_or_die(3)
All times are GMT -4. The time now is 04:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy