Ubuntu :: External HDD Permissions - Nautilus Password
Jan 25, 2010
I'm having a bit of trouble with my external hard-drive. Here's how it goes: I click on the HDD in nautilus, and it prompts me for a password. It gives access to the files, but to edit, remove, or add any files, I have to open it as nautilus under root! How do I change the permissions so I only have to type my password once?
View 4 Replies
ADVERTISEMENT
Mar 15, 2010
I have a problem with my external hdd, I mounted it manually and in the mount table it says ive got rw permissions. But when i try to change permissions it says:
chmod: changing permissions of `whatever': read-only filesystem.
This is my mount table:
[root@localhost ExtHDD]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
[code]....
View 6 Replies
View Related
Feb 12, 2011
How to call Nautilus file browser with root permissions? "sudo nautilus" does not work. Under Ubuntu there is a command:
"gksu nautilus"
but this does not work in CentOS either.
View 2 Replies
View Related
Oct 22, 2010
What does Set user ID do? Reason I ask is if I select "Set group ID" it makes it so any files/folders created within that directory get the group accordingly. But if I select "Set user ID", it doesn't do anything that I notice. I thought maybe it would change it so any files/folders created get that user set as the owner. So if that's not it - what's its purpose?
View 2 Replies
View Related
Nov 26, 2010
I'm using rhythmbox and a classic ipod. A couple of times I have managed to write podcasts to my ipod. I'm not sure how I did it but it doesn't last. I have tried lots of random things from forum posts. When I try to change permissions in nautilus they change back straight away. I have my name as owner and group. I have the Lynx Ubuntu OP.
View 9 Replies
View Related
Mar 30, 2010
I have recently secured a server by preventing root from logging in via SSH. Now I log in with a non-root account and use 'su' when necessary.However, now I can't do something I used to do, which is open 'sftp://user@ipaddress' in nautilus and be able to edit files as root. Is there anyway to get nautilus to give me root permissions on the server? Or at least end up with root permissions in a GUI text editor on my computer? I don't mind if I have to use bash to start the process, once I can get a GUI for editing files.
Note 1: Yes, I realize I could ssh in and use nano/vi etc, but I'd rather use my graphical text editor.
Note 2: The server does not run X, so I can't just forward it.
View 1 Replies
View Related
May 13, 2010
trying to set permissions on all subfolders by right clicking the top folder, permissions, setting the desired values, and then clicking the "Apply permissions to the enclosed files. It takes on the top Folder but not on any of the subfolders or their files.How can I set the permissions for all files and subfolders under a top level folder?
View 9 Replies
View Related
May 2, 2010
behavior in 9.04:plugged in a disk, mounted it and it as readable to the world.this is intended because it is shared via samba.behavior in 10.04:the disks have 700, meaning, they are not readable by samba.this is a problem.this is the best solution I've found so far:http://www.mail-archive.com/ubuntu-u.../msg10951.htmlexcept, that the mentioned means to fix this are gone.(gconf-editor -> ..., storage and preferences -> removable media)after 3 hours of googleing and reading I'm rather upset about this bug.so please, if you are thinking of suggesting fixed entries in the fstab or anything else that will not work with every media that is plugged into this box, just close this tab.
View 3 Replies
View Related
Jun 8, 2011
I don't know why it's happening or what caused it, but just a few minutes ago it occurred that every time I unmount/power down my external hard drive from within the Nautilus browser, Ubuntu freezes and Caps Lock starts blinking, indicative of a kernel panic. It doesn't do this when I Safely Remove the drive from the right-click menu on the drive's desktop icon. Even stranger is that no other external device I've tried causes the panic. It only does this with this particular external hard drive and it's a repeatable error.
Why is this happening and how do I fix it? EDIT: To note, I'm using Ubuntu 10.04 with the 2.6.32.33 kernel. Not Ubuntu 11.04.
View 9 Replies
View Related
Jun 14, 2011
I have a partition that I mount as /data on all of my distros of my multi-boot machine. I am having a bear of a time figuring the right way to address permissions/groups so that any distro can use it (or any removable drive).I tried (in linuxmint) making a group '/data' and assigning the users on my machine to that group, then changing the permissions/groups of the files and folders in that mount as belonging to the /data group, then booted to fedora 15, made the /data group, added the users to that group, I'm not sure that this way will work (it doesn't seem to) or if it's the best way to proceed. some of the things I don't get are:what is the '1000' user and group?is the user/group info on (in or somehow attached) the mount itself?does this seem like a good way to do this?is there on way to 'apply permissions to enclosed files' recursively through the nautilus context menu?
View 3 Replies
View Related
Jan 12, 2010
Earlier tonight my computer froze when I was moving some folders on an external hard drive (ntfs) and I had to manually shut down. Now nautilus crashes whenever I try to access the drive, although if I open nautilus as root it works fine.
View 2 Replies
View Related
Mar 24, 2010
I'm sure that the issue I'm having is easily solvable once I gain some understanding about copying files - and file permissions in Ubuntu. Here's my situation:
I have an external HDD where I like to back up some files (I mess around with distros on my main machine and feel less stressed knowing the important stuff is backed up). I have an ext4 partition on the external drive where I have copied files, both through the terminal (cp 'filename' /dev/sdc3) and by drag and drop (gnome-terminal).
The problem is, once the files are copied, most are inaccessible. I can view them, but some directories and individual files say I do not have permission to open them. Others are accessible. This is from the same user profile that copied them.
How do I see what's going on? More importantly, how do I make files on external drives available to any user or OS (that can handle ext4)? I want to make sure that if my whole system gets effed that I could still do a reinstall of my OS and then access those backup files.
View 5 Replies
View Related
Nov 13, 2010
I have a debian machine with an external harddrive. I have a windows machine on the same network from which I can read the files from the debian drive, but I cant write to it.
At some point in time (several months ago?) I could.
currently, I have this line in my /etc/fstab: /dev/sdb1 /media/MUSIC/ vfat user,uid=1000,gid=1000,rw,umask=000 0 0
and i've tried a hundred different mount commands (but not as many as i've tried fstab lines) but generally have been using this at start up: sudo mount /dev/sdb1 /media/MUSIC/ (i am under the impression that i should not have to use 'sudo' when doing this, since the fstab line includes 'user' but if i dont, the command fails)
no matter what I've tried, the permissions come out as owned by root: drwxr-xr-x 905 root root 163840 2010-10-17 17:45 Music attempting (as root) to change ownership of the directory also does not work: chown: changing ownership of `/media/MUSIC/': Operation not permitted (because its a FAT file system, i think)
View 3 Replies
View Related
Apr 6, 2011
Yesterday, I bought a 1TB WD Passport, for backup and storage. It uses NTFS, and I've had no problems manually mounting and moving files to and from it from root. However, I don't like having to be root to in any way modify the data on the drive. In order to avoid this I decided to create a line in fstab that would allow permissions to the user, so I added this to my fstab:
Code:
/dev/sdb1/mnt/external ntfs defaults,
noauto, noexec, user, uid=1000, gid=users, umask=0022, nls=utf8 0 0
This allows me to mount, unmount, and peruse the external HDD - however, if this is active, neither the user NOR root have permission to make any changes. The HDD acts as read only, even though there is no "ro" option on my fstab.
View 14 Replies
View Related
May 27, 2010
I have 4 machines running 10.04 32 bit Intel--- all use SSH to connect to a remote server drive (disk). All except one of the machines work just fine when accessing the remote drives. The fourth PC keeps asking for a password with every directory change.
If I select cancel three times (on the troublesome unit), the desired directory opens but then the same routine occurs with the next directory change.
View 5 Replies
View Related
Mar 27, 2011
I'm trying to change the permissions of my external USB drive that i've plugged into my machine. It still reads user root and group root. I've tried chown -R kuier /home/kuiper/file Then chgrp -R users /home/kuiper/file But it still doesn't change permissions. I've also tried editing /etc/group and adding my name to plugdev group. nothing seems to be working?
View 1 Replies
View Related
Mar 11, 2010
I have been using Nautilus file browser in my fedora 11 desktop to browse Samba shares of our servers. Let me explain my problem.
We have two users test1 and test2 who can access Samba shares for downloading and uploading files.
test1 has read only access.
test2 has read/write access.
When I initially connected to the samba share through test1 user through Nautilus file browser I clicked on remember password.
But now when I try to access the share again, its not prompting for password. It is directly taking test1 user's password who doesn't have write access to share.
How to get the password window back to fill test2 username and password.?
View 2 Replies
View Related
Nov 9, 2010
I'd like to add essentially an anonymous user, which does not require a password. Second I think it's probably a good idea to only give this user very limited permissions, is there a way I can restrict the commands that they can run to a list (i.e. they should be able to run scp, ls, cd, maybe a few more, but not much)?
View 5 Replies
View Related
Aug 7, 2011
I've got two external drives that are using ext4 that for whatever reason, I just can't seem to write too. I've changed the permissions on the drives using chmod so the permissions are "drwxrwxrwx". I can even right click within the drive and click "Create New Folder" but then it tells me, "Error while copying to "sdc1". The destination is read-only." I thought the destination permissions were setup so anyone can read/write to the disk? I haven't been using linux that long and have only recently started to feel comfortable to move over all of my stuff to Fedora.
View 6 Replies
View Related
Aug 15, 2011
When my external USB-HDD with NTFS auto-mounts, the default permissions are set to drwx------ 1 userid users. So only I have read-write but all others have no permissions at all. This is annoying because I have pictures on this drive that I share via an apache web server running as wwwrun. So I wonder how I can change the default permissions to something like rwxr--r-- so that apache can access the pictures?
View 3 Replies
View Related
Jan 30, 2010
I was wondering, what if you had a flash drive formatted with an FS that has UNIX permissions. Then what if you copied some of your files onto it. And then put it into another computer that has a user account by the same name. WIll the user be able to access the files?What if you named your own user differently on the other computer, will you be able to get your files?
View 14 Replies
View Related
Mar 31, 2010
I am using sun micro system. We have installed fedora in that. I want to know how to give R/W permission to a external hdd...
View 1 Replies
View Related
Dec 21, 2010
When installing, I was not prompted to enter root password, but I was prompted to enter root name, user name and user password. Now it seems Terminal opens with admin permissions for user. This is not good.
View 9 Replies
View Related
Jul 22, 2010
So I have the strange task of trying to make something like I said above work in Lubuntu 10.04. But every time I do, the share is not accessible because none of the important permissions (other) can be set because its, well, NTFS in linux. And I know of no way to fix it.Is there an easy way, preferably with Nautilus since the person I am setting this up for isn't a computer expert, to setup this share so thats its accessible and writable by other computers on the network?
View 3 Replies
View Related
Apr 21, 2010
I tried two times to make an new partition (after the FAT partition on it) on my external hard drive with YaST>Partitioner.Fist I had tried ext3 now I have ext2 on it.Both times the partition (or the corresponding folder in /media) was only writeable to the superuser/root but not to a normal user (readable to the normal user). Root is the owner.The FAT-Partition on the same external drive is owned by the normal user who was logged in as I plugged the USB-cable in.I can unmount both partitions als normal user in natilus.1. Can I start nautilus as root to change the permissions?2. What have I done wrong? Should I use an SuSE Live-CD or an CD with an special partitioning-program instead?ng X20) openSuse 11.1 and Gnome 2.24.1 (mostly, 1 account is using KDE) and Kernel Linux 2.6.27.45-01.1-pae. "/home" is on an separated partition (as part of an extended partition). I have also 2 NTFS partitions for Windows XP (System and Data), and a FAT, a root (/) and a swarp partition.
View 9 Replies
View Related
Aug 15, 2010
I need to modify the nsswitch.conf file on a new SLES 10 install before I install an application as follows:
passwd: file
shadow: file
group: file
but when I do I can no longer su to root or iniate a new root gui session. I'm OK with just the passwd and group and keep shadow commented out, so it appears tht the shadow causes the messages. I've seen other posts, and checked authorities on /etc/passwd and /etc/shadow but not really seeing a resolution to this.
View 2 Replies
View Related
Oct 16, 2010
Having to write my user password every time I want to do anything. I DO know I'm doing something risky for the system, that's why I have Linux. Is there a way to avoid to rewrite the password again and again, like start with superuser permissions?
View 2 Replies
View Related
Sep 1, 2010
Is there a way in Lucid to require a sudo password to mount all external drives (e.g. thumb drives, USB CD/DVD drives, USB hard drives)
View 1 Replies
View Related
Jul 6, 2010
On a fresh installed Lucide machine, I cannot open external hyper links (url) from within evince. I get the following error message:
Unable to open external link
Failed to execute child process "nautilus" (Permission denied)
View 1 Replies
View Related
May 13, 2011
What is the best way to password protect an external drive? After searching I found a few programs which seem to perform what I want to do.
View 5 Replies
View Related