New support for NTFS??

3G-Linux NTFS support driver
INTRODUCTION
============
The ntfs-3g driver is an open source, GPL licensed, third generation Linux
NTFS driver for 32-bit, little-endian architectures which was implemented
by the Linux-NTFS project. It provides full read-write access to NTFS,
excluding access to encrypted files, writing compressed files, changing
file ownership, access right.
Technically it's based on and a major improvement to the third generation
Linux NTFS driver, ntfsmount. The improvements includes functionality,
quality and performance enhancements.
The driver currently is in BETA status: before release of this software we
haven't experienced any driver crashes or data loss during our heavy quality
testing, however we are aware of some minor issues which will be resolved
in the near future. We listed all of them in a below section. Please report
any new problem to linux-ntfs-dev@li... if it's not listed
yet in the latest release of this software.
http://developers.slashdot.org/article. … 15/1346250
I trie to install but....
[jack@nube ntfs-3g-20070714-BETA]$ sudo ./configure
[jack@nube ntfs-3g-20070714-BETA]$ sudo make
make all-recursive
make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
Making all in include
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
Making all in ntfs-3g
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[3]: No se hace nada para `all'.
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[3]: No se hace nada para `all-am'.
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
Making all in libntfs-3g
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
Making all in src
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
[jack@nube ntfs-3g-20070714-BETA]$ sudo make install
Making install in include
make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
Making install in ntfs-3g
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[3]: No se hace nada para `install-exec-am'.
test -z "/usr/local/include/ntfs" || mkdir -p -- "/usr/local/include/ntfs"
/bin/install -c -m 644 'attrib.h' '/usr/local/include/ntfs/attrib.h'
/bin/install -c -m 644 'attrlist.h' '/usr/local/include/ntfs/attrlist.h'
/bin/install -c -m 644 'bitmap.h' '/usr/local/include/ntfs/bitmap.h'
/bin/install -c -m 644 'bootsect.h' '/usr/local/include/ntfs/bootsect.h'
/bin/install -c -m 644 'collate.h' '/usr/local/include/ntfs/collate.h'
/bin/install -c -m 644 'compat.h' '/usr/local/include/ntfs/compat.h'
/bin/install -c -m 644 'compress.h' '/usr/local/include/ntfs/compress.h'
/bin/install -c -m 644 'debug.h' '/usr/local/include/ntfs/debug.h'
/bin/install -c -m 644 'device.h' '/usr/local/include/ntfs/device.h'
/bin/install -c -m 644 'device_io.h' '/usr/local/include/ntfs/device_io.h'
/bin/install -c -m 644 'dir.h' '/usr/local/include/ntfs/dir.h'
/bin/install -c -m 644 'endians.h' '/usr/local/include/ntfs/endians.h'
/bin/install -c -m 644 'index.h' '/usr/local/include/ntfs/index.h'
/bin/install -c -m 644 'inode.h' '/usr/local/include/ntfs/inode.h'
/bin/install -c -m 644 'layout.h' '/usr/local/include/ntfs/layout.h'
/bin/install -c -m 644 'lcnalloc.h' '/usr/local/include/ntfs/lcnalloc.h'
/bin/install -c -m 644 'list.h' '/usr/local/include/ntfs/list.h'
/bin/install -c -m 644 'logfile.h' '/usr/local/include/ntfs/logfile.h'
/bin/install -c -m 644 'logging.h' '/usr/local/include/ntfs/logging.h'
/bin/install -c -m 644 'mft.h' '/usr/local/include/ntfs/mft.h'
/bin/install -c -m 644 'mst.h' '/usr/local/include/ntfs/mst.h'
/bin/install -c -m 644 'ntfstime.h' '/usr/local/include/ntfs/ntfstime.h'
/bin/install -c -m 644 'runlist.h' '/usr/local/include/ntfs/runlist.h'
/bin/install -c -m 644 'security.h' '/usr/local/include/ntfs/security.h'
/bin/install -c -m 644 'support.h' '/usr/local/include/ntfs/support.h'
/bin/install -c -m 644 'types.h' '/usr/local/include/ntfs/types.h'
/bin/install -c -m 644 'unistr.h' '/usr/local/include/ntfs/unistr.h'
/bin/install -c -m 644 'version.h' '/usr/local/include/ntfs/version.h'
/bin/install -c -m 644 'volume.h' '/usr/local/include/ntfs/volume.h'
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[3]: No se hace nada para `install-exec-am'.
make[3]: No se hace nada para `install-data-am'.
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
Making install in libntfs-3g
make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/sh ../libtool --mode=install /bin/install -c 'libntfs-3g.la' '/usr/local/lib/libntfs-3g.la'
/bin/install -c .libs/libntfs-3g.so.0.0.0 /usr/local/lib/libntfs-3g.so.0.0.0
(cd /usr/local/lib && rm -f libntfs-3g.so.0 && ln -s libntfs-3g.so.0.0.0 libntfs-3g.so.0)
(cd /usr/local/lib && rm -f libntfs-3g.so && ln -s libntfs-3g.so.0.0.0 libntfs-3g.so)
/bin/install -c .libs/libntfs-3g.lai /usr/local/lib/libntfs-3g.la
/bin/install -c .libs/libntfs-3g.a /usr/local/lib/libntfs-3g.a
ranlib /usr/local/lib/libntfs-3g.a
chmod 644 /usr/local/lib/libntfs-3g.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
Making install in src
make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/sh ../libtool --mode=install /bin/install -c 'ntfs-3g' '/usr/local/bin/ntfs-3g'
/bin/install -c .libs/ntfs-3g /usr/local/bin/ntfs-3g
make install-exec-hook
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
/bin/install -c -d /sbin
ln -s -f /usr/local/bin/ntfs-3g /sbin/mount.ntfs-3g
ldconfig
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
test -z "/usr/local/man/man8" || mkdir -p -- "/usr/local/man/man8"
/bin/install -c -m 644 './ntfs-3g.8' '/usr/local/man/man8/ntfs-3g.8'
make install-data-hook
make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
/bin/install -c -d /usr/local/man/man8
ln -s -f ntfs-3g.8 /usr/local/man/man8/mount.ntfs-3g.8
make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
make[2]: No se hace nada para `install-exec-am'.
make[2]: No se hace nada para `install-data-am'.
make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
[jack@nube ntfs-3g-20070714-BETA]$ sudo ntfs-3g /dev/hda1 /media/win/
sudo: ntfs-3g: command not found

postlogic wrote:Try sudo ./configure --prefix=/usr
$ sudo ./configure --prefix=/usr
PERFECT!!!.
$ sudo modprobe fuse
$ sudo ntfs-3g /dev/hda1 /media/win/
YEASSSSS!!! Works. READ and WRITE the partition table hda1 winth XP SP2.
But i can access the partition NTFS only root.
# cd /media/win/
# ls
AUTOEXEC.BAT CONFIG.SYS IDM downloads NTDETECT.COM VO.log boot.ini mIRC utorrent
Archivos de programa Documents and Settings IO.SYS RECYCLER WGA crack dxva.log ntldr vuescan
Bootfont.bin Fraps MSDOS.SYS System Volume Information WINDOWS hpfr3500.log pagefile.sys
# mv VO.log Fraps/
# cd Fraps/
# ls
HELP README.HTM Thumbs.db VO.log changes.txt fraps.dll fraps.exe fraps64.dat fraps64.dll frapslcd.dll uninstall.exe
# rm -f VO.log
# ls
HELP README.HTM Thumbs.db changes.txt fraps.dll fraps.exe fraps64.dat fraps64.dll frapslcd.dll uninstall.exe
Many thanxs cdhotfire & postlogic.:D

Similar Messages

  • Oracle VM Server 2.2.1 - support for NTFS external drive?

    Hi,
    Another "newbie" question here... we have just installed Oracle VM Server 2.2.1 on a Dell box and now we want to install some Template VM's that we downloaded. The problem is - they are on an external Hard Drive that is an NTFS drive.
    So - when we connect the drive it's detected ok - but we can't mount it as the NTFS filesystem support doesn't appear to be installed as standard?
    If it isn't - how/where do we get NTFS support into the Kernel?
    Any help appreciated.
    Regards,
    Bren

    Hi Bren,
    unfortunately as far as I know native NTFS support is in RHEL/OEL 5.4. And since Oracle VM is based on OEL 5.3 there is no direct support for NTFS.
    However there is an "unofficial" and probably not supported possibility to install FUSE and get NTFS3g to get what you want:
    Point the yum update server to OVS 2.2.1 and OEL 5.3 (on which OVS is based) on public-yum.oracle.com:
    # vi /etc/yum.repos.d/public-yum-el5.repo
    [el5_u3_base]
    name=Enterprise Linux $releasever U3 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/3/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [ovm22_2.2.1_base]
    name=OracleVM 2 - 2.2.1 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/OracleVM/OVM2/2.2.1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    Then you are able to install gcc compiler, which is needed for FUSE:
    # yum install gcc
    Insert the OVS Server CD or use the OVS repository from public-yum to install the develop kernel:
    # yum install kernel-ovs-devel
    Download the required FUSE packages and NTFS3g:
    http://ntfs-3g.org
    http://fuse.sourceforge.net/
    # wget http://marush.com/wp-content/uploads/2009/04/ntfs-3g-200944-el5i686.rpm
    # wget http://switch.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.4.tar.gz
    Install Fuse:
    # tar -xvzf fuse-2.7.4.tar.gz
    # cd fuse-2.7.4
    # ./configure
    # make
    # make install
    # modprobe fuse
    # cd ..
    Install NTFS3g:
    # rpm -Uvh ntfs-3g-200944-el5i686.rpm
    Then you should be able to mount the ntfs filesystem:
    # mkdir /ntfs
    # echo "/dev/sda3 /ntfs ntfs-3g defaults 0 0" >> /etc/fstab
    # mount -a
    Note however, that this probably is not supported.
    So mounting the drive on a windows computer and copying the files via. pscp might probably be the easier and supported way...
    Regards
    Sebastian

  • Enabling (native) write support for NTFS

    I used NTFS-3G for writing on NTFS before, but because of this (https://discussions.apple.com/thread/4187322) i had to uninstall it.
    A while ago i heard something about OSX having native write support for NTFS.
    Is that even true? And if so, can i (and how) enable it on Mountain Lion?

    Tbassist4 wrote:
    Thank you. I've been looking at these two a little bit. NTFS-3g seemed like a pretty good choice at first, but I question the stability a little bit, as they do warn you that the project is experimental. Paragon actually looks like a good, safe solution, and also generally inexpensive, but I am trying to find out whether or not it will run on intel-based Macs, as it only lists system specs for running the program on a PPC-based Mac. I'll report the results as soon as I find out.
    On the System Requirements Page for Paragon it does say Intel. Actually it says x86 which are Intel processor architecture, plus on the box it shows the Universal logo on it (hard to see but it's there).
    David L.

  • Does the eBooks created by iBooks Author support for iphone now?

    I have been read some blogs discussing that the iPhone could gain new support for ebooks made by iBooks Author. And now, I wanna know whether the prediction is true or not. I can' t find any annoucement from Apple to confirm this point. Does anyone answer my confusion.

    With the current software ..books created using iBooks Author cannot be viewed on iPhones.
    iBooks Author creates books that can only...be used with iPads and on Macs with Mavericks installed, by using iBooks.
    Thats it...no rumours. Blogs or to be more accurate...some of those who  contribute to them seem to either be totally stupid, or like to make themselves look as if they have inside knowledge.
    Apple created iBooks Author to allow self publishers create and publish books to the store. But not just novels or text only type books. iBA made these books allow audio / video ..and much much more than any novel. That being so....most interactive multi media books will not really display well on a screen the size if the iPhone.
    Apple are more concerned in getting iPads in use more by business and education at all levels.
    The only rumour that may well become fact is a larger sized screen for a bigger iPad  mid to late 2014.

  • Where are the all-new features for China?

    Hello.
    I just upgraded from 10.7 to 10.8 and while going through the feature list I wanted to look more closely at the all-new features for China. However, it looks like most them are not there.
    OS X Mountain Lion brings all-new support for many popular Chinese features and services. The dictionary app now includes the Standard Dictionary of Contemporary Chinese. Improved text input makes typing in Chinese easier, faster, and more accurate. With eight new fonts, your writing can appear formal, informal, or fun. Mail works with QQ, 163, and 126. Baidu, the leading Chinese search provider, is a built-in option in Safari. Now you can post to the web right from the app you’re in. Post videos with Youku and Tudou. Post to Sina Weibo, the popular microblogging service. And share easier than ever. All these new services are easy to set up on your Mac.
    I've not been able to find anything about the new services that OS X integrates with. For example, in Safari I can only choose between Google, Yahoo and Bing. In QuickTime Player I can only upload to YouTube and Vimeo, and the only microblogging service I can add is Twitter.

    Z. Zepto wrote:
    Is it impossible to use the those features without making the computer chinese?
    I forgot, yes, you can you can always add an account for a specific service in the Messages, Calendars & Contacts Preferences pane.

  • What exactly is support for "personal domains"?

    From what I gather from clicking on "setup personal domain" in iWeb is that you have to have a .Mac account for this to work?
    Is this true? [just to make sure]
    I was hoping for iWeb to allow for FTP uploading to your own server ...

    So what exactly is the new support for "personal domain names" then? I've been able to publish to a folder and ftp to my domain all long.
    You have been ftping to your host, not your "domain." "Personal domain names" enables you to use .Mac as your host and thus use direct publishing while keeping your personal url/domain name (instead of the .Mac url, web.mac.com/username). In the past you could already do this by arranging domain forwarding and perhaps masking at the place where you had your personal domain name sitting. The new .Mac feature provides a better way to do this.
    I want to use iWeb's "direct publishing" feature but not have my site at .mac
    That is not possible in iWeb 08. Many have asked for it since iWeb 06 came out, and Apple did not include it, so I would not expect it to be added via an update later.

  • How do I get support for Windows 7 on, and a W7 backup disk for, my new ThinkPad?

    I know these have got to be stupid questions, since I am sure that they have to have been asked before (unless they are clearly explained somewhere that everyone else has found, and I am somehow completely missed it), but I did search the forums and was surprised NOT to find any info on getting Windows 7 technical support after it was factory installed in a month-old Thinkpad. I wonder if the apparent defects in my W7, or maybe a different problem in my browser, could be affecting my ability to search to forums?
    I believe that my Windows 7 is defective, but calling Lenovo, they just talked about reinstalling Win7 from the partition, which makes no sense, if my W7 copy is defective, wouldn't the copy in the partition be defective too? My mom said she ordered a $20 W7 backup disk with the PC, but I never received it, and now Lenovo tech tells me those aren't actually available, and she must have confused it with the W7 upgrade disk, which didn't sound right, since I thought the upgrade disk was over $100, and I never received that one either anyway. If the W7 that was factory-installed is defective, I am assuming it's a copy of the same one in the partition, so that partition recovery is not feasible, is there any way to reorder a W7 re-install disk that will still register as Genuine Windows 7 on a Thinkpad? Now when I search the Lenovo site, I cannot find ANY W7 disks of any kind, neither a backup for factory-installed W7, nor for upgrade from a prior Windows version. Does anyone know how I could go about re-ordering the W7 backup disk when it appears to be missing from the online catalog? Unless this too is a defect in my browser search: can someone give me the link to page where I could select and re-purchase a W7 backup disk?
    It has been a few years since I had a new PC, but I have never even heard of one before that did not come with instruction manuals and OS and support disks, and did not provide any tech support for its own factory-installed software or Windows, at least during the first few months of ownership. Where do new Thinkpad owners turn for individual W7 software support, since Microsoft swears it is Lenovo's responsibility to support W7 under its OEM license, yet Lenovo swears they only support hardware? It almost seems that new users are expected to know everything already, or be initiated enough with the product to know exactly what your problem is and what's causing it, in order to find an online fix. Who do you call if W7 or Lenovo software (but not an ISP issue) appear to be doing something to prevent online access, but there are no discernible hardware issues? Where do you call for individualized W7, as well as Lenovo software, support, especially after no one online has ever heard of your specific issues and has no workable ideas for fixing them, or when your problem prevents you from getting online at all?
    Thanks so much

    http://www.apple.com/support/bootcamp/
    Boot Camp Assistant is already on your computer. You just need to buy Windows. Read the instructions and help files very carefully. Back up your data before taking on this task.

  • I got a new card and now I can't purchase any gems for monopoly bingo, I get a message my purchase can't be completed contact support for help

    I Have a new card and I'm trying to purchase gems for monopoly bingo, but I get a message that my purchase can't be completed to contact support for help

    Click here and ask the iTunes Store staff for assistance.
    (124907)

  • Why no firewire support for new iPods?

    If firewire is so much better and faster why did the geniuses at Apple decide to discontinue support for it? It took me over 30 minutes to upload music & videos to my new iPod w/ USB, which would have taken 5-10 minutes with Firewire. I don't get it!

    They did it because they obviously didn't see the need for it.
    Either you have a usb 1.1 port, or have about 500mb of music. The speeds aren't that different between USB2.0 and FW. In fact, i think USB is faster. Stop complaining here, this is only a user-user support forum.

  • I am trying to download a free trial of photoshop for my macbook pro and it says there is an error and that the requirements for the new version is not supported for the mac I have. I have looked at the list of requirements but have no idea how to tell wh

    I am trying to download a free trial of photoshop for my macbook pro and it says there is an error and that the requirements for the new version is not supported for the mac I have. I have looked at the list of requirements but have no idea how to tell what I do and do not have?

    Apple Menu --> About this Mac.
    Mylenium

  • OK, as always I waited before downloading a new OS and I sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP!

    OK, as always I waited before downloading a new OS and I'm sure glad I did. On the APP store I sorted comments by most critical...and WHOA...what is Apple doing? No support for Logic 9, MS Office? Is Apple only trying to reach the iphone/iTouch crowd? HELP! I was going to buy a new Mac pro & two 27" monitors but until I see some real problem addressing by Apple...I'll keep what I have and see how everything pans out. If anyone has any comments to ally my fears, I welcome them. I've been a devoted Mac user since 1993. 7500; G4; G5; and my latest Mac Pro...Where do I go? Again...HELP!

    Hi there,
    If you look through ALL the reviews, they are mainly good. I feel that Lion is an excellent upgrade, although not essential.
    There have been some issues with MS Office, but right now, it is up to Microsoft to issue a Lion compatible update, which will come in time. Saying this, MS Office has been working fine on my mac, it seems to be an isolated issue.
    Logic 9 seems like a strange issue. Again, an update looks to be coming soon, with Lion support.
    I do not feel that apple only focusing on the iPhone and iPad user base. There are many features carried along, but the machine can still be used for pro tools and use just as well. It still is a fantastic, reliable, fast, easy to use OS, which I have had very few problems with. Some additions you may not use, but they don't get in the way. You will love the new Exposé, Mission Control, as it is great for pro users who have many windows open at once, and the new spaces. You may however, never use Launchpad, but you don't have to, just drag it away from the dock!
    I really reccomend buying a mac with Lion, although if you are worried about bugs, wait a few months for the issues to be ironed out, and updates to be given. Because the update is so very cheap, I really think you can hardly go wrong. Try it out with your current mac, and if you like it, go ahead and buy your new ones.
    Lion is fantastic, albeit maybe rushed.
    Any other queries, just ask,
    Nathan

  • Any idea when Lightroom 4 will have support for the new Canon 5D Mark III?

    I have a new Canon 5D Mark III.  When can we expect support for this camera in Lightroom 4?

    It's already in the DNG converter that's posted along with ACR 6.7 Beta.  That indicates probably the next version.

  • New Look For the HP Support Forum!

    On December 1st, we will launch a new layout for the community. The new layout will not change the underlying functionality of the community. All of the boards and features that you use will remain unchanged. The new layout was specifically created to incorporate community feedback about the navigation and display.
    Here are some of the highlights:
    The community pages are less complex and easier to navigate
    Buttons are now easier to find because they are brightly colored. 
    A new modular approach gives us greater freedom to launch improvements more quickly.
    Here’s a sneak peek at some of the updated community pages.
    New, expandable category menus reduce home page clutter and give us more room to add information to assist and showcase the members of the HP Consumer Support community:
    The Best of the Community blog is now located in an expandable menu the top of every community page:
    Here is an FAQ thread that will guide you through many actions that have been slightly tweaked; processes like editing your user information and uploading images has been simplified.
    There will also be a Temporary Feedback board created for you to post feedback about the layout. The layout change is the first step in an ongoing process to improve the community. We hope you enjoy the new layout and encourage your feedback.
    I work for HP, supporting the HP Experts who volunteer their time and technical knowledge to help others.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

    Hi m5brokenlaptop,
    No one can see your profile information except for you.  Any information like your name and personal email are hidden from regular users.
    Thanks,
    SunshineF
    Clicking the "Kudos star" to the left is a great way to say thanks!
    When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!
    Rules of Participation

  • Is it possible to add support for new database type in Data Modeler?

    Hi,
    I see that Data Modeler v.4 supports different versions of Oracle, DB2 and MS SQL. Is it possible to add support for a new database family,
    PostgreSQL for example? I hoped that RDBMS Site editor can do it, but so far I don't see any possibility to add XML files with metadata for a new RDBMS.
    I did it previously for PowerDesigner were it is possible to add and modify definitions for new relational databases.
    Thank you,
    Sergei

    There is discussion option as an out of the box feature. Check this: BI launch pad 4.0: Participate in a discussion about a document

  • I contacted what I thought was Brother Support for my new printer, then I got skeptical.  He gained access through a program called TeamViewer, is my Mac safe?

    i contacted what I thought was Brother Support for my new printer, then I got skeptical.  He gained access through a program called TeamViewer, is my Mac safe?

    They're probably just interested in getting $ from you, there are several companies who advertise in a way that suggests 'official' support for all sorts of things. Unfortunately, if they had access as you describe, they potentially could have installed other software and/or read any of your files.
    Ideally - change all passwords for email/banking/login & restore a backup from before this happened.

Maybe you are looking for