Results 1 to 6 of 6
like i said b4 im new to slackware and i have 2 issues remaining.
1: for some reason i cant get my usb hard drive to change permissions. i added ...
- 10-05-2007 #1Just Joined!
- Join Date
- Oct 2007
- Location
- middletown pa =(
- Posts
- 4
2 issues for new slackware user
like i said b4 im new to slackware and i have 2 issues remaining.
1: for some reason i cant get my usb hard drive to change permissions. i added my second user to the root group and all other groups. its mounted as /dev/sdk1 under /media/disk/ that is wher the 300gb maxtor usb hard drive is. it does auto mount and everything so i got all that configured but the permissions are like drwxr-xr-x and i i need write permission because i save fines there.
2: for some reason i cant run installpkg or any pkgtools under my secondary user account. i have to do su or use the root konsole in kde to install packages or remove or do anything with them.
- 10-05-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,788
Regarding #2... that's correct. Your installpkg and pkgtool commands seem to be working properly. You must have root permissions to install software under Slackware, but it's that way with most all Linux distributions.
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 10-05-2007 #3
This usb drive is formatted with ntfs or fat32? As far as my experience has gone, I believe NTFS and Fat32 do not support Linux style permissions. I ran into this problem last week. We needed to play through XMMS, songs that were on an NTFS external USB drive. The box had NTFS read/write support, yet we could not play those files as regualr user, only root. While on the USB drive, I tried several times to change the owner from root to user. Didn't work. I finally had to copy them over to Linux's ext3 partition so I could then change permissions, user and group ownership.
A possible work around is to do what I've done... reformat part of the external drive into either ext3 or reiserfs. Then, as root, you can copy and paste them from NTFS to Linux provided you have NTFS support.
- 10-05-2007 #4Just Joined!
- Join Date
- Oct 2007
- Location
- middletown pa =(
- Posts
- 4
ok to the first reply. i did make my self part of the root users i even added my self to teh sudoers file btu that didnt work.
and second reply yea its fat32 the reason being is so i can transport it between all platforms. i had kubuntu on my computer b4 so i more familiar with that but it worked fine there so im thinking there has to be something i can do in slackware btu thanks for the ideas unfortunally i dont have a big enough h/d on my comp to copy and format
- 10-10-2007 #5Just Joined!
- Join Date
- Oct 2007
- Location
- Illinois
- Posts
- 1
- 10-10-2007 #6
Set umask value to zero and it will allow default access to all users.
Code:/dev/<partition> <mount_point> ntfs-3g defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

