Results 1 to 10 of 11
I have suse 10.1 installed with Ext3 and everything is running well, But when i plug in a USB key or usb hard drive i get a Permission denied Error. ...
- 05-15-2007 #1
Permissions Error?
I have suse 10.1 installed with Ext3 and everything is running well, But when i plug in a USB key or usb hard drive i get a Permission denied Error. Even when i try and mount it I get the same thing?
When i had reiserFS on this same system my USB Stick used to just Auto mount when i plugged it in?
Any help would be much appreciated.
- 05-15-2007 #2
try to add something like that /dev/sda1 /media/flash vfat noauto,users,rw,exec,umask=000 0 0
in your fstab file and then try to mount it.
- 05-17-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 3
Permission to write to /dev/sda1 (usb external hard drive)
New to Linux and learning day by day. I have read many post but I don't seem to understand how to make changes to permissions. For example, accessing my external hard drive. I can view but I am not able to write to. It is formatted NTFS. Can someone please explain how I can access the drive freely. I have only one user account. I would also like to access my windows D drive. I need the space to back up media. Another challenge is access to the internet. Currently deployed and Linux box is not authorized on network. Please help as this is my only means of entertainment while viewing the hot desert.
I have a seagate external usb 300 gigbyte hard drive that I am unable to write too. The error I receive is:
"Could not make folder /media/SCSI0_VOL1/****"
*=filename
Using SUSE 10.2 x64
The drive is labeled as /dev/sda1 but shows up in my computer tab /media/SCS10_VOL1
Here is a copy of my fstab:
/dev/hda3 / ext3 acl,user_xattr 1 1
/dev/hda4 /home ext3 acl,user_xattr 1 2
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda5 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda6 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
AMD Athlon 64x2 4200+, 2 gig Kinston Ram, Western Digital HD WD2500JB, MSI-7242 V 1.0 MB, ATI X1950 PCIE 256M, USB Seagate Ex 9Y7865-560
- 05-17-2007 #4
SuSe doesn't support NTFS write access out of box. install ntfs-3g to enable NTFS write access. check here for instructions.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-17-2007 #5Just Joined!
- Join Date
- May 2007
- Posts
- 3
thank you
That explains that problem. I do appreciate the quick response. I should have discovered that since I can copy from the drive to my linux file system. Thank you for your patience.
- 05-17-2007 #6Just Joined!
- Join Date
- May 2007
- Posts
- 3
Program installed
Thanks! I was able to access my windows d drive and I just went ahead and converted my usb drive to linux native format. No problems atm. I appreciate
your assistance.
- 05-19-2007 #7Just Joined!
- Join Date
- Nov 2005
- Posts
- 14
After following instructions provided by devils_casper, got the error message while trying to mount NTFS partition
I tried to go through there FAQ, but it doesn't quite make senceWARNING:
Deficient Linux kernel detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. If you wish this
message to disappear then you should upgrade to at least kernel
version 2.6.20, or request help from your distribution to fix
the kernel problem. The below web page has more information:
NTFS-3G Read/Write Driver Support
- 05-19-2007 #8
which kernel are you using right now?
post the output of 'uname -a' command.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-19-2007 #9Just Joined!
- Join Date
- Nov 2005
- Posts
- 14
Linux linux 2.6.13-15-default #1 Tue Sep 13 14:56:15 UTC 2005 i686 athlon i386 GNU/Linux
Seems like this kernel needs updating, but I'm far from being able to do it. Where do I go looking for a new kernel?
- 05-19-2007 #10Just Joined!
- Join Date
- Nov 2005
- Posts
- 14
OK. Found where to get Kernels from. Now fingers crossed


Reply With Quote