Reply
 
Thread Tools Display Modes
  #1  
Old 06-24-2012, 01:20 PM
l0ft13 l0ft13 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem mounting ntfs partition
Hey guys,

I have just installed isotope over my ubuntu machine and I am really liking the new OS, just one problem with mounting my one disk. I never paid attention to it under ubuntu and can't even remember where it came from as it always just worked. I have also tried a number of google'd remedies with no change and have hit a wall.

I am trying to mount it using:

Code:
# mount -t ntfs /dev/ada1s1 /mnt/bfd1
NTFS signature is missing.
Failed to mount '/dev/ada1s1': Invalid argument
The device '/dev/ada1s1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
I have tried a few variations with no luck - here is the output from *fdisk* and *gpart*:


Code:
# gpart show /dev/ada1
=>        63  2930277105  ada1  MBR  (1.4T)
         63  2930272002     1  ntfs  (1.4T)
 2930272065        5103        - free -  (2.5M)

# fdisk /dev/ada1
******* Working on device /dev/ada1 *******
parameters extracted from in-core disklabel are:
cylinders=2907021 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=2907021 heads=16 sectors/track=63 (1008 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 7 (0x07),(NTFS, OS/2 HPFS, QNX-2 (16 bit) or Advanced UNIX)
   start 63, size 2930272002 (1430796 Meg), flag 0
       beg: cyl 0/ head 1/ sector 1;
       end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>
Am still fairly new to this so would appreciate any help.

Many thanks,
Reply With Quote
  #2  
Old 06-25-2012, 08:03 PM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,602
Thanks: 2
Thanked 145 Times in 127 Posts
Default
You will probably want to use the "ntfs-3g" command instead of "mount -t ntfs". Ntfs-3g is the latest (3rd generation apparently) way to mount the NTFS filesystem on FreeBSD.
Try this: "ntfs-3g /dev/ada1s1 /mnt/bfd1" and see if that does the trick for you.
__________________
~ Ken Moore ~
PC-BSD/iXsystems
Reply With Quote
The Following User Says Thank You to Beanpole For This Useful Post:
SeanSeymour (09-14-2012)
  #3  
Old 09-13-2012, 09:03 PM
slachmanek slachmanek is offline
Junior Member
 
Join Date: Sep 2012
Location: czech
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy not support NTFS
hi,
I have similar problem, I can't mount NTFS parition.
Code:
# mount -t ntfs-3g /dev/ad4s4 /mnt/data
mount: /dev/ad4s4: Operation not supported by device
on linux I have no problem like this :-(
Reply With Quote
  #4  
Old 09-13-2012, 09:08 PM
Beanpole's Avatar
Beanpole Beanpole is offline
Senior Member
 
Join Date: May 2010
Posts: 1,602
Thanks: 2
Thanked 145 Times in 127 Posts
Default
Are you sure it is "ad4s4" and not "ada4s4"?
Also, the proper command is: "ntfs-3g /dev/ad4s4 /mnt/data", the "ntfs-3g" command replaces the "mount -t ntfs" from the old system.

I hope this helps!
__________________
~ Ken Moore ~
PC-BSD/iXsystems
Reply With Quote
  #5  
Old 09-25-2012, 06:12 PM
hien hien is offline
Junior Member
 
Join Date: Sep 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I had the same problem when I installed PCBSD 9.0. It turned out that my NTSF drives' volume names contains spaces ("New Volume", "FreeAgent Drive"...) After I removed all the spaces from ALL the volume names, no more problems. All my NTFS drives now are automatically mounted at bootup. Your problem may have different causes, though. Good luck.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:41 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.