Jump to content

Cannonfodder

Members
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Cannonfodder

  1. I have a ton of pictures from my BurningMan trip that I'm scanning in. I've noticed that when I use xsane to scan a picture that is outside (e.g. desert scene, blue skies, mountains), I get streaking through the picture. I just tried it in windows with Adobe PhotoDeluxe and the picture no longer has streaking..

     

    I would rather be using xsane/gimp to do this project, does anyone know why I'm having this problem?

     

    I have a UMAX Astra 3400 and Mandrake 9.1 with all latest updates..

  2. Do you share the same drive for linux/windows? Or do you have them on separate drives? If you have them on the same drive, be aware that using the disk manager to modify your NTFS partition size may screw up your entire partition table.

     

    If your windows drive doesn't have any linux partitions or to be more accurate, linux extended partitions, then its ok to use the Disk manager.

  3. Browse: [About the FAQ Forum] [Table of Contents] [FAQs] [Contribute] [IM: Installing and Configuring Mandrake]

     

    IM-06: read and write permission on Windows partition

    ----------

    Accessing your NTFS Partition on your computer

     

    Windows NTFS support is available for Mandrake users. However, due to constant undocumented changes to the NTFS file system, this support is read-only. This means that you may access your files on your NTFS partition, but may not modify files or folders.

     

    Here is how to obain access to your NTFS partition.

     

    1. Open a console,

    2. Type su to login to root as superuser.

    3. Edit the file /etc/fstab.

    4. Look for the entry related to your NTFS partition. If you do not have this line, you may create one.

     

    The entry should look like this:

     

    /dev/hda1  /mnt/win_c ntfs defaults,umask=0 0 0

     

    If you do not know the location of your NTFS partition, you can open a second console, su to root, and type diskdrake. Look for your NTFS partition and note the device name. E.g. hda1.

     

    5. Save the file and quit.

    6. Now go to your mount point. In the entry above, it is /mnt/win_c. This is where you would access your files. If you do not have the mount point, then you will need to createit using the mkdir command.

    7. When ready, type

     

    mount -a

     

    This command will insure that all entries in the /etc/fstab are mounted. Go to your mount point and verify that you can see your NTFS files.

     

    If you would like to make changes to your files on a NTFS partition, you can do one of the following:

     

    1. Convert your NTFS to FAT32.

    2. Make another partition and format it as FAT32. Use this partition to transfer files. This still means you can not change your NTFS partition files.

     

    Reference:

    man mount

    man fstab

  4. Also, pay attention to the messages after typing lilo. I noticed you have a "linux SPACE mm". I didn't think you could have a space in your entry name.. Might be why it didn't work..

     

    Also, double-check your /boot directory and make sure all your links are correct.. (before you reboot after you type lilo)

  5. Typically, windows software doesn't run under linux unless you use a special emulator. Even then, it can be a chore to get something going. You can check out wine (do a search in this forum or on google), codeweavers, and a few others.

     

    You can also look for linux software to do digital imaging. There are a lot of places to look in google. Here's a few links

     

    http://www.robfisher.net/video/ (about 6 months old)

    www.freshmeat.net

    www.sourceforge.net

     

    The last 2 are HUGE general depositories of ongoing projects. Good place to do a search for digital projects.

     

    If you can't find a good substitute or emulate it, then I would just keep your win98 around a bit longer ;)

  6. However, it will do this for several reasons..

     

    1. You powered down in a "nasty" way.. It wants to check everything and make sure its ok. Say YES.

     

    2. Periodically, the OS will schedule the partition for a check (e.g. once a month). Say YES. Can't hurt.

     

    Journaled means that changes are tracked in a journaled log. It's very quick to restore any chanages if something went wrong since it only has to process the info in the journal log vs checking the entire file system. A check however will check your entire partition and isn't a bad idea once in a blue moon.

  7. Just to add some more "concepts" here..

     

    Each hard drive has partitions on it. I think you already understand that. The partitions each have a file system type and a name. E.g. hda1 is /, hda2 is /usr and can be ext2, exte3, or reiserfs, or fat32 (vfat).

     

    The digital camera is a file system too. When you hook it up, it is mounted. My guess is that the configuration tool wanted you to identify which partition is your camera and you selected the wrong one and made a change. I'm not sure if the camera is actually mounted or you make an existing partition to accept the images from the camera (QNR?)

     

    To restore yourself, you need to examine your /etc/fstab and also examine your hard drive partitions. Do this before messing with the camera, Unconnect your camera.

     

    Now, assuming you can boot into linux, post your /etc/fstab file in a reply here. So we can take a peek. fstab lists your partitions, but may not match the reality due to the changes you made. It must match the actual state of your partition file systems or you get error messages. E.g. hdd1 is really a ext3, but your fstab says its vfat (fat32). It will try to mount it as fat32 when its really ext3 and it craps because the ext3 driver doesn't recognize the data.

     

    Also, we need to see your partition table setup for real! There are several ways you can show us. Open a commandline console and run diskdrake with the diskdrake command. Click on the MORE button and click SAVE PARTITION TABLE. Type in a file name and quit. Post the results here.

     

    If you can't run diskdrake for some reason (can't boot), you can boot off of CD1, and run the fdisk program

     

    $fdisk /dev/hda

    ?p <-- print command

     

    and it will display them.

    ?q <-- quit

     

    $fdisk /dev/hdb

    ?q

    ?q

     

    so on..

  8. It does remind me in a way of a windows registry :) I kinda jumped the gun on saying it solved my problems, maybe.. The property I was referring to allows my menu bar to popup/popdown quicker but doesn't effect the Hide buttons. I only use the hide buttons becauase my menu bar would lose its auto-hide. I am hoping that changing the popup time will fix the issue. Irrational, yes, but I've been programming for years, and I'm very irrational :)

×
×
  • Create New...