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 ...
- 01-15-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 8
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
- 01-15-2009 #2
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
- 01-15-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
- 01-15-2009 #4
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.
- 01-15-2009 #5
Open Terminal and execute this
Post output here.Code:sudo fdisk -l df -h
* 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
- 01-16-2009 #6Just Joined!
- Join Date
- Jan 2009
- Posts
- 8
MORE INFO about monting drive + help on DVD DL light scribe bruner!
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!!
- 01-16-2009 #7
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


Reply With Quote
