mounting new directory


 
Thread Tools Search this Thread
Operating Systems Linux Slackware mounting new directory
# 1  
Old 08-31-2008
mounting new directory

hi
I installed slackware.
How can I mount new partition

I edit etc/fstab and add new mount point("back")

What should I do next?

When I perfom:
mount /back

it doesnt work.
# 2  
Old 08-31-2008
Please post the output of these commands:

Code:
fdisk -l

and

Code:
cat /etc/fstab

Then maybe it will make things clear

/Lakris
# 3  
Old 08-31-2008
nsfserver IP:/directory name /opt/directory name nfs nfsvers=3,tcp,rw,soft,intr,rsize=32768,wsize=32768 0 0
# 4  
Old 08-31-2008
start the nfs deamon
# 5  
Old 08-31-2008
Quote:
Originally Posted by Lakris
Please post the output of these commands:

Code:
fdisk -l

and

Code:
cat /etc/fstab

Then maybe it will make things clear

/Lakris

In fstab
I add
/dev/hda11(the maximum is hda10 in the fstab)
and the other parameters accordingly.

When I perform
mount -a

wrong fs type, bad option, missing codepage or other error
......
# 6  
Old 08-31-2008
Hi again,
Well that doesn't say very much, does it? Unless we see the line in fstab, we can't even guess what might be wrong. And a view of Your disk layout may also be very helpful.
So once again,
fdisk -l and cat /etc/fstab says what?

/Lakris
# 7  
Old 08-31-2008
it is in another sever, it is really hard to copy the output.
In fstab:

lets say: I have a partition for 'var'.

/dev/hda6 ....... /var ... ......

/dev/hda11 .... /back... ....

I add hda11 for back directory which have all parameters as same as var or any other directories except root
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Delay mounting of home directory?

I wonder if it is possible to delay mounting of a home directory? Here is the background to the problem I am trying to solve: I have two zfs disks, one rpool disk, and one zfs data disk. On the zfs data disk, I have data directories. In Solaris 11.3 there are default home directories on... (6 Replies)
Discussion started by: kebabbert
6 Replies

2. AIX

Mounting a directory in a filesystem

Hi All, Recently I came to know my / root file system is getting full because of application directory /siebel/ I have one option. 1) Down the application , take full backup 2)change the filesystem ownership 2)copy the contents into that filesystem cp -pr /siebel/* /siebelfs/* 3)Inform... (9 Replies)
Discussion started by: Thala
9 Replies

3. UNIX for Advanced & Expert Users

Mounting a directory using nfs version4

Hi, I would like to know how can we mount a directory using nfs v4 ? When I use the below command, I am not sure what nfs version am using to mount the directory. mount -t <server_name>:<shared_directory> <shared_directory>. eg: mount -t 10.50.0.8:/home/arun/mount/share_dir... (7 Replies)
Discussion started by: arunsriniv
7 Replies

4. Shell Programming and Scripting

Mounting

I have a big confusion in mounting........so please tell me whats the exact meaning of it nd do other os have this concept or not? (8 Replies)
Discussion started by: Mac91
8 Replies

5. SuSE

home directory is not mounting

Our home directory is not mounting in SUSE 10, can you please help me in this regard. Thanks (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

6. SCO

/data directory not mounting

Dear sir, In my SCO unix system while running an isql because of the size of the files created the ./data directory become full and now I cannot boot the system in normal mode. I am botting the machine in single user mode but i cannot delete the files from /data directory cos it is not... (2 Replies)
Discussion started by: khelen
2 Replies

7. UNIX for Dummies Questions & Answers

Mounting help.

Hello, I am trying to mount a second scsi hard drive on a SCO box. (5.0.5.) And I can't figure out what the device file for it is so I can mount it. Can anyone help me? thanks. (1 Reply)
Discussion started by: iconn
1 Replies

8. Windows & DOS: Issues & Discussions

mounting a directory to a windows 2000 shared folder

until recently I've been using the following command successfully: mount -t smbfs -o username=my_user_name,password=password /home/temp/ //oldserver/openexchange To connect to a Win2000 shared folder called openexchange on a machine called //oldserver. But as from today, I've been getting... (2 Replies)
Discussion started by: cw1972
2 Replies

9. Filesystems, Disks and Memory

Mounting...?

Hi everyone, this is the first time I have ever properly used Linux - I run Red Hat Linux 8. I have two hardrives, my main 80gig, and my "extra" 15gig, I would like to be able to gain access to my 15gig and view the files. I know to view files on a floppy disk or a cd you need to mount the... (1 Reply)
Discussion started by: mo0ness
1 Replies
Login or Register to Ask a Question