mounting new directory


 
Thread Tools Search this Thread
Operating Systems Linux Slackware mounting new directory
# 15  
Old 09-03-2008
hdb is your second hard disk, it appears to have a couple of NTFS file systems on it. If you have two hard disks but only use one, perhaps you can remove the extra one and donate it to somebody who wants to have more.
# 16  
Old 09-03-2008
Quote:
Originally Posted by tjay83
thanks Lakris.
It worked.
One last question:

As I posted above, the output of "fdisk -l" shows
/dev/hda and /dev/hdb.

What is the diffrence hda and hdb?I didnt create hdb.
Can I remove hdb?

Sorry for any inconvinience
Hi, no inconvenience,

It looks as if You have secondary hard disk, a "slave" on Your primary IDE-interface. And it appears to have Windows partitions on it. If You don't want it You can of course delete them and make Linux partitions on them with fdisk. Or You can mount them as they are, just to see what's there.

try
mkdir /mnt/tmp
mount -t ntfs /dev/hdb5 /mnt/tmp

and so on...

/L
# 17  
Old 09-03-2008
Hmm
thanks for info
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