Sponsored Content
Full Discussion: How do I mount this drive?
Top Forums UNIX for Dummies Questions & Answers How do I mount this drive? Post 302275654 by Annihilannic on Sunday 11th of January 2009 08:26:06 PM
Old 01-11-2009
Add a new line to /etc/fstab to have it mounted at boot time.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. UNIX for Dummies Questions & Answers

mount a remote drive

How do I mount a directory that is on another server that has already shared it? mount 555.555.444.44:/cdrom0 does not work. (2 Replies)
Discussion started by: flowrats
2 Replies

3. Filesystems, Disks and Memory

mount NTFS drive ???????

can someone help tell me how to mount NTFS drive in redhat 7.1 1. is this correct ? dev/hda1 mnt/c ntfs-t defaults 0 0 2.is the mount file etc/fstab thanking you all ... (3 Replies)
Discussion started by: immanuelgangte
3 Replies

4. UNIX for Dummies Questions & Answers

Mount a windows drive on unix

Hi, I would like to be able to mount windows xp to a unix system, so that I can pull data from windows machine for backup and store it on the unix server. Does anyone know how I can go about mounting the windows drive in unix. Thanks, Eric (4 Replies)
Discussion started by: ejbrever
4 Replies

5. UNIX for Dummies Questions & Answers

How to mount a drive

I connected an external SCSI drive, I see it when I do 'format', I went ahead and formatted it. How do I mount it now though so I can use it? (2 Replies)
Discussion started by: FredSmith
2 Replies

6. Solaris

How to mount a firewire drive?

Hi, I have a firewire external hard drive that I've been using on a Mac but now want to use on my desktop computer that runs on Solaris 10, but when I plug it into the firewire port, nothing happens. I just assumed that it would mount automatically like a USB device but it doesn't. Can someone... (7 Replies)
Discussion started by: Breanne
7 Replies

7. Filesystems, Disks and Memory

mount old hard drive

Hi guys, I have been looking around and searching for the past hour and did not see anything. but please forgive me if I missed something. I had a sparc 10 ultra cpu die on me, I got a replacement server from a very generous guy here, now I am getting around to remounting my old hard drive with... (0 Replies)
Discussion started by: DrDarkMatter
0 Replies

8. UNIX for Dummies Questions & Answers

Mount the cd/dvd drive

· Next, you will need to install the software package that provides DHCP services (a.k.a. the DHCP daemon software). It is located on the installation DVD ISO image for the CentOS Linux Distribution. Associate the (Disc 1 of 2) DVD ISO with the virtual machine's CD/DVD optical drive, create a... (1 Reply)
Discussion started by: beerpong1
1 Replies

9. Solaris

How to mount USB pen drive?

Hiii, Please let me know the steps for mounting my USB pendrive in solaris 10 platform. Thanks & Regards, Bhargav P (5 Replies)
Discussion started by: bhargav90
5 Replies

10. SCO

How to mount MO drive?

Hello, I have a PC with SCO operating system with a graphical program that access MO drive to write some log data. This program automatically format and write data on MO disck. MO drive was working good before but now when i try to write data, MO drive starts to be busy but after some minutes i... (6 Replies)
Discussion started by: mammut3d
6 Replies
FSTAB(5)							File Formats Manual							  FSTAB(5)

NAME
fstab, mtab - list of file systems to mount, mounted file system table. SYNOPSIS
/etc/fstab /etc/mtab DESCRIPTION
/etc/fstab is a table of file system to mount at boot time, /etc/mtab is a table of currently mounted file systems as maintained by mount and umount. /etc/fstab is not read by mount as it should be. It is instead a simple shell script listing the three devices that Minix needs to oper- ate: The device names of the root file system, the temporary (scratch) file system, and the file system for /usr. Of these only the /usr file system is mounted in /etc/rc, the scratch file system is there for the system administrator to test new kernels, or as a temporary file system. /etc/mtab contains lines of four fields. The layout is: device directory type options These fields may be explained as follows: device A block special device. directory Mount point. type Either 1, or 2, indicating a V1 or V2 file system. options Either ro, or rw, indicating a read-only or read-write mounted file system. FILES
/etc/fstab Shell script naming three important file systems. /etc/mtab List of mounted file systems. SEE ALSO
printroot(8), mount(1), fsck(1), mkfs(1). BUGS
/etc/fstab is a joke. AUTHOR
Kees J. Bot (kjb@cs.vu.nl) FSTAB(5)
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy