Results 1 to 7 of 7
formatted a 64g usb memory stick with gparted use fat32 file system and recognized full 64gig drive
plug in and is on /media/usb
this is what i got on my ...
- 11-28-2009 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 9
USB help please... im ok at linux but having issues
formatted a 64g usb memory stick with gparted use fat32 file system and recognized full 64gig drive
plug in and is on /media/usb
this is what i got on my fstab
UUID=24AF-1E67 /media/The-Hive defaults,nosuid,nodev,locale=en_US.UTF-8 0 0
i want all user access to this memory stick to write delete and execute.....
am I going nuts i cant make it to do that...
please help my brain is fried from all leftover turkey


- 11-28-2009 #2
I'm not positive that it will solve your issue but what I would do is remove that line from /etc/fstab and use the actual /dev/ name
EDIT:Substitute /dev/sda1 with your correct /dev name.Code:/dev/sda1 /media/The-Hive noauto,locale=en_US.UTF-8 0 0
Last edited by MikeTbob; 11-28-2009 at 11:19 PM. Reason: See EDIT:
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-28-2009 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 9
I will try that but dont if that will solve my issue
brb
- 11-28-2009 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 9
ok I did and I got this error
mount: only root can mount /dev/sdc1 on /media/The-Hive
- 11-28-2009 #5
Try this command please
Code:/dev/sda1 /media/The-Hive noauto,user,locale=en_US.UTF-8 0 0
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 11-29-2009 #6Just Joined!
- Join Date
- Mar 2007
- Posts
- 9
I got it to work with this setting on my /etc/fstab
UUID=24AF-1E67 /media/The-Hive auto user,exec,rw 0 0
- 11-29-2009 #7
Alright! Glad you got it working to your satisfaction. Keep up the good work! I always seem to forget the rw option because I've alaways thought that the 0 0 permissions should cover that to give all users read and write access.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote