/mnt

Post Reply
nethic
Newby Cowboy
Posts: 32
Joined: Wed Sep 22, 2004 8:22 pm
Location: in your room
Contact:

/mnt

Post by nethic »

i "know the mount cmd "or i think i do i'm still reading a manual" but anywase i have partioned my drive and have windows on the other partion and i need ot access some of the files on it i have tryed doin it but not working check this out , my partion Filesystem Size Used Avail Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part3
8.0G 1.9G 5.8G 25% /
/dev/ide/host0/bus0/target0/lun0/part1
7.9G 4.4G 3.6G 56% /mnt/win_c
/dev/ide/host0/bus0/target0/lun0/part5
2.0G 24K 2.0G 1% /mnt/win_d
[nethic@gethtefuckouttamybox-cable141 nethic]$ mnt/mnt/win_d
bash: mnt/mnt/win_d: No such file or directory
that's the problem righ there . i don't rely on a direct answer only help on it with some pointers thanx guys :)

eekay
Administrator
Posts: 231
Joined: Mon Sep 20, 2004 3:38 pm
Location: Denver, CO.
Contact:

Post by eekay »

I'm not sure if Linux uses mount the same way BSD does, but you should run the "man mount" command to find out what you have to do.

I would recommend finding out which partition you need to mount on the drive. EG: /dev/hda, /dev/hdb, etc... But, each of those drives may have a partition you need to mount.

And, you will most likely need to mount the partition/HDD with a certain file system. Whether it be ntfs or fat32.

Like I mentioned before, "man mount" should give you all the information you need in order to run the "mount" command.

Regards,
Janky Jay III

Post Reply