Fedora Hardware :: 1 TB USB Drive Accessible To Just One User
Feb 27, 2010
I have a Western Digital 1TB USB Drive. It is detected,but can only be seen and accessed by the first user account that logs in after boot. If I right click "My Book" (the name of the drive) then look at permissions it says that the permissions are unknown. I looked around and could find nothing about this problem. I did find some information about udev and saw a mention that you could use it to set permissions. However when I try to input the command the terminal gives me a command unknown, then asks if I want to install udev, I say yes and am then told that udev is installed. I found the command to update udev, but it says that updates are not needed. Help I want this drive to be at least readable by all users, and it would be nice if I could allow write access only to me. I did do a "dmesg" right after I plugged this drive in
View 3 Replies
ADVERTISEMENT
Feb 19, 2010
I just installed Fedora 12 and after booting up to Gnome, I put in my install DVD and it says no media is detected. When I view the hardware on the system, it lists my DVD drive. I had the same problem in Fedora 9. I assumed it was a bug in the system and always used my laptop to download and burn media (Fedora 11). I can't burn to empty media or read data from a readable disc.
View 2 Replies
View Related
May 11, 2011
This is a simple question which hopefully has a simple answer. How do I set up a directory on my user account which is visible and accessible to other users on the *same machine*? For example I have certain files on my account which, if I want another user to be able to access I'd have to (a) copy them to my thumb drive (b) log out, (c) log in to the other account, (d) copy the files from the usb thumb drive
View 13 Replies
View Related
Nov 13, 2010
I've a flash drive that it's partitions formatted as fat32, ex4 and encrypted ext4. It works fine on the system that I've formatted it on, but when I try to use it on my other Linux distributions I get these problems:
* ext4 partition accessible by root only.
* after entering my pass-phrase I get
Code: /dev/mapper/udisks-luks-uuid-***** uid1000 is mounted What I'm asking for is a way to create the ext4 file system without being attached to some UID and to be accessible by any user.
View 1 Replies
View Related
Aug 5, 2010
I Want to be able to let my girlfriend view my pictures folder while at the same time keeping my sister out. So I created a group "JessAndI" and made myself and her apart of that group. I changed the group of the directory recursively to "JessAndI" and gave the permissions to 770. She still isn't able to access or even view the directory unless i change the permissions to allow others whether it be 774 or 777. Am i doing something wrong? I've checked and double checked to make sure she is part of the group and the group is the group on the directory and all the sub-directories and files.
View 2 Replies
View Related
Jun 13, 2011
I am a complete Linux/Ubuntu Noob and researched the issue and came up with nothing. I cannot figure out how to access my CD/DVD drive. Places >> Computer shows nothing and neither do any of the sub components. I don't know enough about the console to try to access the drive from there. Every time a user gets close to a solution (to my knowledge), contributors stop replying and the years roll on.
I have tried:
Code:
eyesonyou@ubuntu:/dev$ dir cd*
cdrom cdrw
eyesonyou@ubuntu:/$ cdrom@
cdrom@: command not found
[Code].....
View 7 Replies
View Related
Oct 12, 2010
I'm trying to install Google Chrome on Slackware 13.1 (32 bit) and I have a little problem with shared libraries.The google-chrome applications looks for nss libraries with file names ending in apparently non-standard ways (for me and my system, at least): for example, it looks for libnns3.so.1d, but I have libnss3.so, so I created a symbolic link libnss3.so.1d -> libnss3.so. The problem now is that if I run google-chrome as my usual regular user I still get the missing library error, but if I run it as root I don't get the error anymore (well, it still complains about other libraries missing for the same naming reason, but anyway it's able to find the one I just renamed). The permissions seems fine to me:
Code:
/usr/lib# ls -l | grep seamonkey
lrwxrwxrwx 1 root root 15 Jun 16 22:03 seamonkey -> seamonkey-2.0.4
drwxr-xr-x 14 root root 4096 Oct 12 10:47 seamonkey-2.0.4
[code].....
View 7 Replies
View Related
Aug 11, 2010
I've been using it for a couple of years, it has been mounted various ways and into various places, for the past year under Suse 11.2
Suddenly I discover that it's not accessible in Windows anymore. Drive gets an assigned letter but can't be opened. Tried on Windows 7 and Windows Xp.
This is the current fstab line:
/dev/disk/by-id/usb-Seagate_FreeAgentDesktop_3QK0A0N7-0:0-part1/home/stan/Seagatentfs-3gdefaults,locale=en_US.UTF-800
Drive is owned by the root but permissions are set for everybody.
This is ls -l line for it's mount point
drwxrwxrwx 1 root root 8192 2010-07-16 21:48 Seagate
Another weird thing about it is that if I try to copy a folder into it Dolphin gives me "can't create directory" error and then hangs. If I restart Dolpin I see that the folder has been created just fine and I can copy anything into this new folder without any problems, including creating any sub-folders.
That weirdness doesn't exist if I run Dolphin as a superuser.
I would create a separate thread for this issue if there's no connection.
For now I believe something screwed up the part where Windows reads what file system it is.
Is there a way to "unscrew" it and make sure that NTFS looks ok to Windows, too?
Backing up 750 GB drive and reformatting it is not an option in the near future and I occasionally need to take the drive and plug it into friends' Windows.
View 5 Replies
View Related
Nov 19, 2009
This is not a particular Fedora issue, but I take the chance
How can I mount a network (nfs) drive (on a RHEL4 machine) from my FC11, but as another user.
E.g. I would like to mount the folder /home/userA on the network drive. But my local username is userB. Hence I don't seem to have access to mount the drive.
sudo mount -t nfs eda4:/home/userA /mnt/eda4 gives the message: "mount.nfs: access denied by server while mounting (null)"
I have put a broadcast address in /etc/exports and started an nfs daemon on the remote server.
View 3 Replies
View Related
Feb 25, 2010
I looked through the guides and didn't find what I was looking for. Here is what I have so far:
[Code]...
That's the drive I am wanting to mount with full permissions for anyone. Right now the folder only has root permissions. Is there a specific group ID I assign this in fstab so it's automatically mounted with full permissions for anyone who logs in?
View 14 Replies
View Related
Jun 25, 2010
by default fedora 13 mounts the drive under /media/uuid, with no read or write access to users other than root. I need to be able to turn the drive on, have it automount so that I can read and write to it without logging in as root every time and dealing with changing permissions on files, etc.
In other distributions, this has worked flawlessly, but I'm not familiar enough with Fedora 13 yet to get it working. I've read the man pages, tried to search, but I can't seem to find a working answer,If I could get this one little inconvenience fixed, I'd be set... loving Fedora so far.
View 2 Replies
View Related
Jul 21, 2009
This is my 6th install of Fedora, begining with Fedora 4 I have had very good luck with all until 9 and I lost all data on drive by my bad clicks in a frustrated session. Now I have a great install of Fedora 10 with the exception that I fouled up and typed in a user (myself-'andybill') and am finding out that the work I need to do cannot be maximized by operating in user - andybill, I need to be super user. I have just moved and have not done any collaboration with our senior partner in a data development start up that he is the intellectual property in deed and law. For me to get back on track my using this OS I have to be master of all libraries, drivers etc. I am a nu-b (only 2 1/2 years, with no computer science background. This explains why I need step by step commands without abbriviated lingo-So if I can remove myself as andybill, make all root
View 13 Replies
View Related
Jan 11, 2011
How do I find, for example, what version of gfortran is available for Fedora 14 without having to boot Fedora?
From the Fedora Home page or the wiki. I could not find a list of browser-accessible sites for Fedora-14-compatible software. I have in mind something like the Debian repository.
Searching with Google is a problem because of the competing fedora-commons.org repository and the multiplicity of names like RHEL and EPEL that may not be compatible with Fedora and may not be free.
View 9 Replies
View Related
Jan 5, 2009
I'm having some troubles with my samba shares on a fresh install of Fedora 10 x86_64 on my laptop. The laptop has only the KDE Desktop environment. I'm trying to share between this computer and my homebrew server via a wrt54g linksys router running DD-WRT firmware. The server is running Fedora 9 i386.
The shares on the server can be read by the laptop, and I have been consistently able to mount the server shares on the laptop using mount.cifs, but only when the firewall on the server is down. Shares are only visible between the machines when the firewall is down on the machine containing the share. I set up the shares using the system-config-samba tool, and the firewalls are both set to allow samba server and samba client. I can typically see the laptop from the server, but not the shares, and only when the laptop firewall is disabled. I can access the Laptop shares from the laptop. When trying to mount the laptop shares on the server, a warning message stating that the mount failed appears. Shares show up as correct in both the system-config-samba tool, and the KDE sharing tools. The share shows a "shared" icon in the dolphin browser.
From all that I know, the shares should work perfectly. I've searched the web, perused the man pages and how-to's, and combed through the forums, and everything I've found tells me that the shares should be working. Since they are not working, it leads me to believe that I must have made a mistake someone and not noticed it.
View 8 Replies
View Related
Sep 22, 2009
i am working on fedora 10 and configured dns on my college lan which already has it's dns at 192.168.5.20 .So i configured my private dns server at 192.168.101.91 which is my ip too.And the domain name is the host name of my system for example server.onkie.com.MY dns port 53 is shown when i do nmap localhost but but doesnt show when i do nmap 192.168.101.91 .Also when tested my server on other computers on my lan with there primary dns as 192.168.5.20 and secondary as 192.168.101.91 they cant access my site at my system with the name server.onkie.com . nmap localhost
[Code]...
View 1 Replies
View Related
Sep 22, 2009
I am working on fedora 10 and configured dns on my college lan which already has it's dns at 192.168.5.20 .So i configured my private dns server at 192.168.101.91 which is my ip too.And the domain name is the host name of my system for example server.onkie.com.MY dns port 53 is shown when i do nmap localhost but but doesnt show when i do nmap 192.168.101.91 .Also when tested my server on other computers on my lan with there primary dns as 192.168.5.20 and secondary as 192.168.101.91 they cant access my site at my system with the name [URL].. . nmap localhost
Starting Nmap 5.00 ( http://nmap.org ) at 2009-09-22 21:24 IST
Interesting ports on onkar (127.0.0.1):
Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain ----the dns is running
[Code]...
I already disabled my selinux and iptables ..but then also it's not accessible in Lan .
View 1 Replies
View Related
Nov 26, 2009
My school computer Crasht, so i thoug hey i wana create a linux server, so do anyone know how to make a Fedora server that can be acest thru the wanport ( acest thru the web ) for sharing school stuff etc ... any one know? or know where i shoud look for manuals?
View 1 Replies
View Related
Jul 26, 2011
I have been trying to set up a small file server on Fedora 15 using Samba. When I try to connect from WindowsXP it says the network is not accessible. I have tried to make multiple changes to the settings but to no avail.
View 1 Replies
View Related
Apr 6, 2010
I've got a bare bones Ubuntu 10.04 set up (xorg, openbox, usbmount). My (vfat32) stick drive mounts, and I can see what is in the one directory on the drive, but I can't write to the drive unless I use sudo. I tried the obvious step of attempting to change permissions on the drive..
Code:
keith@quiet:~$ sudo chmod -R 777 /media/usb0
[sudo] password for keith:
[code]...
View 9 Replies
View Related
Jan 4, 2010
I've used dvd+rw-format -format=full /dev/sr0 and K3B to format a blank DVD RW.I reinsert the disk and it's not seen or auto-mounted as writeable media. In the past, I've written one file to a blank DVD RW in Windows XP, insert the disk back into Linux and I can use Dolphin to read and write to the disk as though it had been auto mounted as a removable storage media device in KDE4.Is there a solution to use a blank DVD RW as an easily accessible, writeable media in Linux?
View 6 Replies
View Related
Mar 3, 2010
After a recent update and reboot, I can no longer access the internet. Typing google.com in firefox or elinks results in firefox/links complaining about the server not found. However, I can find the server by using dig on the command line. I have checked the DNS configuration in resolve.conf and it is exactly the same as on a RHEL 5 system connects fine. The strange thing is, I can connect to other local machines in my domain just fine but can not connect to any other machine on the internet on this one Fedora 12 host even though I can on all other machines!
View 11 Replies
View Related
Feb 2, 2011
I'd like to share files between two Fedora 14 systems, but I'm having difficulty with making a share accessible via NFS.
Here's what I've tried so far:
Tried following mount commands:
Password:
Unable to find suitable address.
Used both the user and root password with this second mount command.
View 7 Replies
View Related
Jun 29, 2011
Currently I am trying to get some fedora shares to simply connect to each other to access a read-only shared folder on a host machine (no security/encryption even required for these files!). I've tried to get a smb network share going but that didn't work (can't connect with nautilus), I've tried a quick fix with daap and rhythmbox so that they can at least access the music, but rhythmbox fails very miserably trying to connect/create that (and mt-daapd didn't help much) - Basically I get errors saying the host is unreachable.
I haven't even set up a firewall yet for this network and already I'm running into these fundamental problems. Currently I'm using Fedora 15. On a whim I tried the "public" folder and had sharing of the public folder over the network enabled - yep, didn't work (and I certainly didn't expect it to). I would be trying some more advanced CLI stuff, setting up an ssh server or something, but the computer-challenged people who have to access these files just want to be able to click something and have it work.For the operational requirements of this setup, a file synchronisation system would work (although highly inefficient since it would mean gigabytes sent over the network).
View 4 Replies
View Related
Mar 5, 2009
I want to have my Fedora 10 computer act as file storage and access it from my Windows computers.
Details:
Fedora 10 box is fully functional and connects to the internet using a wireless card to my Linksys 54G router. I've configured the smb.conf file to workgroup MSHOME, and assigned it an IP of 192.168.1.150. I've also set it to turn on smb at boot. Windows XP Home is hard wired to the same router with the standard Workgroup of MSHOME. Windows is set to obtain IP and DNS automatically. There's another Windows XP Home system that's also wireless on MSHOME that I can interact with fine from the main Windows comp. Ping results to 192.168.1.150 results in Request timed out.
View 2 Replies
View Related
Jan 25, 2010
So if I do
dmesg | tail and find out that
lp0: using parport0 (interrupt-driven).
lp0: console ready
[root@Juha Juha.Koskiniemi]# cat /proc/bus/usb/devices
What is it fro following?
lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
02:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev aa)
02:00.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev aa)
02:00.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 02)
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
02:02.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)
And how to evaluate the list of cat /proc/bus/usb/devices? I am asking this since seems that parport is recognized but why I can not access the it to via gtkteminal by using /dev/lp0
QGtkStyle cannot be used together with the GTK_Qt engine.
Qt: Session management error: None of the authentication protocols specified are supported
opening failed
How to edit thread header since the misspelling?
View 2 Replies
View Related
Jul 15, 2010
In windows 7, I had 5 partitions on a hard disk: C, D, E, F, G . I installed Scientific Linux 5.0 on C partition and it removed Win 7 . It's graphic mode didn't work, also I couldn't access to the other drives. I replaced it by Fedora 13. I can work graphically Fedora but when I mount the other drives, just D drive is visible! Is there any solution that I could access to the data on other drives? By the way, the following is the output of fdisk -l .
[root@Niki ~]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/dm-2: 38.3 GB, 38319161344 bytes
255 heads, 63 sectors/track, 4658 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 1 Replies
View Related
Apr 16, 2011
Have previously moved my ssh server from 22 to 4455 just by moving the port in sshd_config. This is done to minimize the log entries resulting from brute force attacks.However, it seems like Zimbra and other local services expect to find the ssh service locally available on port 22, so I figured it's better to move the port in the firewall so that it remains configured on port 22 in sshd_config, and instead use iptables with a nat/port rewrite to move 4455 incoming to 22 locally.
Isolated this works as long as I also keep allowing port 22, but the moment I close port 22, port 4455 is also dead, which sort of defies the purpose
View 2 Replies
View Related
Jul 24, 2009
I have a few multi-user servers in an academic laboratory. I am having a problem with some users maxing out the available RAM, causing such sever slowdowns the machine essentially crashes. My servers are Dell Power Edge's running Ubuntu 8.10 Server Edition (Not my choice). I would like to set a maximum limit on the amount of ram a user can utilize. This morning I experimented with setting limits via /etc/security/limits.conf and using ulimit. Neither of them prevented my test program, a simple infinite loop of mallocs, from crashing the server.
View 7 Replies
View Related
Feb 4, 2010
I'm planning to take a custom-built machine presently running Windows Home Server and convert it to a Ubuntu server to support the same backup functionality, but also allow me to support other server functions as well (WHS is great for backups and as a file server, but that's about it). The machine has two 1TB 7200 RPM drives. As the primary use for the machine is backups of files stored on the server as well as on the local PCs, I'd like to configure the box to support redundancy across both drives - So if one fails, I still have my data. What would be the recommended configuration of the drives to support this? I plan on using Bacula for the backups (clients and server).
I'll assume the disk format won't be NTFS.If one of the drives fail and its the boot drive, how easy is it to recover the data from the other drive? Just want to make sure there isn't some form of security that would prevent me from reading the data.
I'm new to Linux with only a bit of Unix experience, but I figure I have to start somewhere (and I have a bit of technical expertise, just with the Windows platform) This will also let me start playing with the LAMP stack.
View 5 Replies
View Related
May 5, 2010
I have a ntfs-partition that I will use for documents for me and another user. I works fine for me.
The partition is mounted and I can read/write.
However, for the other user the partition is not showing up. What to do?
I've tried changing the permissions from nautilus, but no success.
View 9 Replies
View Related