View previous topic :: View next topic |
Author |
Message |
Tixxil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Sep 2005 Posts: 7
|
Posted: Sun Sep 11, 2005 4:46 pm Post subject: NTFS Mount [Solved] |
|
|
My problem is that I can't mount my /dev/hdb1 that have NTFS.
Code: | # mount -t ntfs /dev/hdb1 /mnt/whej
mount: /dev/hdb1 is already mounted or /mnt/whej busy |
What can be wrong?
I can mount my /dev/hda1 that also have NTFS
Last edited by Tixxil on Sun Sep 11, 2005 5:51 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
platojones Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/21016147504bef78082c100.jpg)
Joined: 23 Oct 2002 Posts: 1602 Location: Just over the horizon
|
Posted: Sun Sep 11, 2005 4:55 pm Post subject: |
|
|
Do a 'df -a' and make sure that 1) /dev/hdb1 is not already mounted and 2) /mnt/whej doesn't have something already mounted on it. If either of those show up in the output, you know one of the 2 cases above it true. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tixxil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Sep 2005 Posts: 7
|
Posted: Sun Sep 11, 2005 4:57 pm Post subject: |
|
|
No, either /dev/hdb1 or /mnt/whej is used |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
platojones Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/21016147504bef78082c100.jpg)
Joined: 23 Oct 2002 Posts: 1602 Location: Just over the horizon
|
Posted: Sun Sep 11, 2005 5:04 pm Post subject: |
|
|
Also check the contents of /etc/mtab. I've never seen that error before except when the sytem really does think that the device is already mounted. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tixxil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Sep 2005 Posts: 7
|
Posted: Sun Sep 11, 2005 5:12 pm Post subject: |
|
|
No, its no information that it should be used. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
platojones Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/21016147504bef78082c100.jpg)
Joined: 23 Oct 2002 Posts: 1602 Location: Just over the horizon
|
Posted: Sun Sep 11, 2005 5:18 pm Post subject: |
|
|
Ok, could you just post the output from 'mount'. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tixxil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Sep 2005 Posts: 7
|
Posted: Sun Sep 11, 2005 5:24 pm Post subject: |
|
|
The output from # mount
Code: | # mount
/dev/hda4 on / type ext3 (rw,noatime)
proc on /proc type proc (rw,nodiratime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
udev on /dev type tmpfs (rw,nosuid)
devpts on /dev/pts type devpts (rw)
/dev/hda2 on /boot type ext2 (rw,noatime)
none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
usbfs on /proc/bus/usb type usbfs (rw)
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
platojones Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/21016147504bef78082c100.jpg)
Joined: 23 Oct 2002 Posts: 1602 Location: Just over the horizon
|
Posted: Sun Sep 11, 2005 5:27 pm Post subject: |
|
|
Interesting. The only odd thing I see is that you've got /proc mounted twice. You'll need to remove one of those entries from your /etc/fstab. Try that and see if it helps. Try rebooting after you do that. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Tixxil n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Sep 2005 Posts: 7
|
Posted: Sun Sep 11, 2005 5:51 pm Post subject: |
|
|
Well, Its sloved now! It was that I had listed the mounting in Fstab and something was wrong.
Thanks for your help! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|