Can I access W2K drives from FreeBSD on dual-boot box?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Can I access W2K drives from FreeBSD on dual-boot box?

    Took an old dual-PII** box from work to home & have set it up to boot
    IBM-DOS 2000, Windows 2K, and FreeBSD 5.2.1 ...

    Am an old OS/2 dog, however, a total unix newbie that's

    .... interested in knowing if its possible to actually see/use the NTFS
    drives whilst booted up in FreeBSD.

    Mainly this will be to do some Dreamweaver MX/Studio MX coding under
    W2K, and then from unix, move the HTML, etc. files to appropriate Apache
    dirs on same box.

    Is this a SAMBA thing, a simple "mount" exercise?

    Any advice/e.g.'s/links/etc. would be much obliged.

    Regards

    .....

    ** And since you're here :-) .... what does it take to get FreeBSD to
    use both CPU's ... again, thanks in advance for any pointers on this
    topic as well.

    List Lurker Guest

  2. Similar Questions and Discussions

    1. dual boot cd rom
      hello anybody know how to make a dual boot cd-rom? i need to have a mac os x director 8 file auto boot, and the same disk needs to have a...
    2. Dual boot problem with bootloader in MBR
      hai there... I 'm winding with boot problem in Redhat Linux 7.3. I have IBM PC with dual OS. ( Win 98 SE and RH linux 7.3).I used grub.0.91-4 in...
    3. how to put linux in 98/xp dual boot
      I have a 98/xp and dual boot and linux installed with GRUB in the MBR. This gives me 2 screens first of grub and then 98/xp. I want to put linux in...
    4. dual boot
      I have Sun solaris 8 in my system Sparc Ultra. I need to install SunOS system in another disk and use dual boot to boot up either Solaris 8 or...
    5. Dual boot from 2 OS in 2 harddisk
      Hi, You need a boot manager, you can't use ntldr (the WinXP native bootloader) as both need to "see" themselves as C (due to the way they were...
  3. #2

    Default Re: Can I access W2K drives from FreeBSD on dual-boot box?

    List Lurker <wwvlists-servers@yahoo.com> wrote:
    > Took an old dual-PII** box from work to home & have set it up to boot
    > IBM-DOS 2000, Windows 2K, and FreeBSD 5.2.1 ...
    >
    > Am an old OS/2 dog, however, a total unix newbie that's
    >
    > ... interested in knowing if its possible to actually see/use the NTFS
    > drives whilst booted up in FreeBSD.
    Of course, at least for reading; writing to this proprietary format is
    dangerous.

    The apropos command will help you look for relevant man pages:

    % apropos ntfs
    mount_ntfs(8) - mount an NTFS file system

    --
    Warren Block * Rapid City, South Dakota * USA
    Warren Block Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139