Find the answer to your Linux question:
Results 1 to 7 of 7
I have two HDD in my computer and one is in NTFS which in linux it show up and the name is sdb1 and when I try to get it ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    8

    Angry NTFS drive not monting

    I have two HDD in my computer and one is in NTFS which in linux it show up and the name is sdb1 and when I try to get it to mount the drive it give me the following error at the botton of the screen

    hal-storage-fixed-mount-all-options refused uid 1000

    so can anyone help me out here

  2. #2
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92
    klick open as root in dolphin, go to your /media folder, rightclick the partition ---> "Mount" and you're done.

    & you can check permission of that partition or directory

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    1
    Quote Originally Posted by dsmart View Post
    I have two HDD in my computer and one is in NTFS which in linux it show up and the name is sdb1 and when I try to get it to mount the drive it give me the following error at the botton of the screen

    hal-storage-fixed-mount-all-options refused uid 1000

    so can anyone help me out here
    Hi
    I thinck you tried to mount NTFS volume without been root (uid 1000), usually privileged users have uid and gid lower than 1000 , root's uid is 0, and disk's gid which is needed to mount volumes is 6.
    Try this
    sudo mount -t ntfs /dev/sdb1 /mnt

  4. #4
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92
    use the 'force' mount option. For example type on the command line:
    mount -t ntfs-3g /dev/sdb1 /mnt/sdb1 -o force
    Or add the option to the relevant row in the /etc/fstab file:
    /dev/sdb1 /mnt/sdb1 ntfs-3g defaults,force 0 0
    Below #Dynamic entries below should be:
    /dev/sdb1 /mnt/sdb1 mtfs-3g nonauto, users 0 0
    Then in command line as root do mount -t command as above, and all should work.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Open Terminal and execute this
    Code:
    sudo fdisk -l
    df -h
    Post output here.

    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Posts
    8

    Angry MORE INFO about monting drive + help on DVD DL light scribe bruner!

    Quote Originally Posted by dsmart View Post
    I have two HDD in my computer and one is in NTFS which in linux it show up and the name is sdb1 and when I try to get it to mount the drive it give me the following error at the botton of the screen

    hal-storage-fixed-mount-all-options refused uid 1000

    so can anyone help me out here
    what I did not say is this is a 40GB HDD and it has INFO on the drive and I don't want to lose that INFO AT all and some info may of been hidden but can't remember if some files or folder are hidden or not

    hidden files or folders where hidden in windows xp

    you know where you can two settion for read-only and hide files in windows that is what I mean by hidden so hope you can help me out here so let me know if the stuff you are telling me is safe to do w/o loseing any info on the drive

    I have two int drives
    one is 80GB and the other is 40GB

    the 80GB HDD is the one linux is on

    and can anyone help me w/ the following unless I can do this in linux (KUBUNTU)

    that is I have an Lightscribe DVD DL drive in the computer I have Linux installed on is their a way to use the Lightscribe drive to scribe my disk (CDs and DVDs)

    DVD software that come w/ my DVD burner is NERO and I have two DVD DL drivers and one is a Lightscribe drive and the other one is not if this needs to be post else where let me know and I will delete the info about the DVD DL drive info from this post so hope you can help me out here!!

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Could you post output of fdisk -l command as I suggested earlier? We can't help you unless we check the output of those commands.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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