Reply
 
Thread Tools Display Modes
  #1  
Old 09-25-2005, 01:42 PM
dan_55 dan_55 is offline
Junior Member
 
Join Date: Sep 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default recognizing additonal NTFS or ext3 partitions
I've recently installed PC-BSD (version 0.8.1 - I'm not sure if it has auto-upgraded to ver 0.8.2 yet - but that's another issue) -

Anyway,

My computer has two hard drives, the first of which has windows on "C", extra NTFS files on "D" and "D", and then Ubuntu 5.04 on the last bit.

The second hard drive has one primary partition (where PC-BSD is running) and several logical partitions (extra NTFS and ext3 stuff).

Anyway, looking at my fstab file, here's what I got:

# File Auto-Generated by PC-BSD from /PCBSD/conf/fstab.orig
# Device Mountpoint FStype Options Dump Pass#
/dev/ad1s2b none swap sw 0 0
/dev/ad1s2a / ufs rw 1 1
/dev/ad0s1 /mnt/ad0s1 ntfs ro,noauto 0 0
/dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0
/dev/acd1 /mnt/cdrom1 cd9660 ro,noauto 0 0

Checking out /dev/ - I have a huge number of things that may or not be hard drives (to my newbie eyes) - ad0s1, ad0s2s1, ad0s2s2, ad0s2s1, etc.

I figure that some of these might actually relate to some of the partitions which I know exist...

However, when trying to mount (as root, in a terminal), I keep getting messages like this (and as you can see, I've tried a lot of different combinations):

PCBSD# mount /dev/ad0s2 /mnt/windows
mount: /dev/ad0s2 on /mnt/windows: incorrect super block
PCBSD# mount /dev/ad0s2s2 /mnt/windows
mount: /dev/ad0s2s2 on /mnt/windows: incorrect super block
PCBSD# mount_ntfs /dev/ad0s2 /mnt
mount_ntfs: /dev/ad0s2: Invalid argument
PCBSD# mount_ntfs /dev/ad0s2 /mnt/windows
mount_ntfs: /dev/ad0s2: Invalid argument
PCBSD# mount_ntfs /dev/ad0s1s2 /mnt/windows
mount_ntfs: /dev/ad0s1s2: No such file or directory
PCBSD# mount_ntfs /dev/ad1s2 /mnt/windows
mount_ntfs: /dev/ad1s2: Operation not permitted
PCBSD# mount_ntfs /dev/ad1s1 /mnt/windows
mount_ntfs: /dev/ad1s1: Invalid argument
PCBSD# mount_ntfs /dev/ad0s2s2s1 /mnt/windows
mount_ntfs: /dev/ad0s2s2s1: Invalid argument
PCBSD# mount /dev/ad0s1b /mnt/windows
mount: /dev/ad0s1b: No such file or directory

Not sure what I'm doing wrong here; but it would be nice to access some of the files I have spread across my other operating systems...

Any suggestions would be appreciated; I'm probably just missing one little obvious thing...
Reply With Quote
  #2  
Old 10-02-2005, 08:17 PM
popey popey is offline
Senior Member
 
Join Date: May 2005
Location: UK
Posts: 292
Thanks: 0
Thanked 0 Times in 0 Posts
Default
First you need to create a mount point in your filesystem for each partition (as root), for example

mkdir /win3

Then add a line to /PCBSD/conf/fstab.orig to mount it at boot. Logical partition numbering starts at 5 so assuming the first logical partition on your second drive is ntfs add the line

/dev/ad1s5 /win3 ntfs ro 0 0

Reboot and it should be mounted.
Reply With Quote
  #3  
Old 10-09-2005, 02:23 PM
dan_55 dan_55 is offline
Junior Member
 
Join Date: Sep 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default
That did it...thanks for your help!
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount ext3 & ntfs ... void_man() General Questions 5 09-15-2007 09:54 PM
mount ext3 partitions paparucino General Questions 2 06-11-2007 08:04 AM
Reading ext2 and ext3 partitions from Windows 2000 The Lounge 4 11-18-2006 08:44 AM
Can BSD read/write to ext3 partitions? bushwacker General Questions 7 08-23-2006 01:25 AM
Mounting ext3 partitions [SOLVED] kveaswaran FreeBSD Help 11 07-20-2006 01:18 AM


All times are GMT. The time now is 03:37 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.