Re: [arch-general] USB Flash drive problems

2012-11-08 Thread Todd Carnes
Thank you for the explanation. :)

Re: [arch-general] USB Flash drive problems

2012-11-08 Thread P .NIKOLIC
On Tue, 6 Nov 2012 19:14:09 -0500 Todd Carnes wrote: > On Tue, 6 Nov 2012 07:58:27 + > "P .NIKOLIC" wrote: > > > Hi All .. > > > > Well after a little messing now on systemd , And the strange thing > > is that now ALL the usb flash drives i have work not just the > > older ones but the ne

Re: [arch-general] USB Flash drive problems

2012-11-07 Thread Todd Carnes
On Tue, 6 Nov 2012 07:58:27 + "P .NIKOLIC" wrote: > Hi All .. > > Well after a little messing now on systemd , And the strange thing is > that now ALL the usb flash drives i have work not just the older ones > but the new SanDisk as well Explain that one someone . > > I think this can be

Re: [arch-general] USB Flash drive problems

2012-11-07 Thread P .NIKOLIC
On Tue, 6 Nov 2012 07:02:36 +0200 Tom Rand wrote: > On Mon, Nov 05, 2012 at 07:00:43PM +, P .NIKOLIC wrote: > > On Mon, 5 Nov 2012 17:18:48 +0200 > > Tom Rand wrote: > > > > > My son-in-law recently purchased 2 of these & he could not access > > > them on PS3 or my arch desktop. > > > It tu

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread Todd Carnes
On Sun, 4 Nov 2012 18:58:09 + "P .NIKOLIC" wrote: > Hi . > > Just purchased several SanDisk 4Gb Cruzer Blade USB flash drives but > can not access any of them . the only error report i can find just > says > An error occurred while accessing `3.7GiB Removable Media`, the system > responde

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread Tom Rand
On Mon, Nov 05, 2012 at 07:00:43PM +, P .NIKOLIC wrote: > On Mon, 5 Nov 2012 17:18:48 +0200 > Tom Rand wrote: > > > My son-in-law recently purchased 2 of these & he could not access > > them on PS3 or my arch desktop. > > It turned out they were formatted as EXFAT, he re-formatted as NTFS & >

Re: [arch-general] USB Flash drive problems

2012-11-06 Thread P .NIKOLIC
On Mon, 5 Nov 2012 15:03:52 -0500 Dave Reisner wrote: > On Mon, Nov 05, 2012 at 08:22:33PM +0100, coderkun wrote: > > Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > > > How do i check to see if it is systemd or not > > > > $ printf "%d" `systemd-notify --booted` > > systemd-notify

Re: [arch-general] USB Flash drive problems (SOLVED)

2012-11-06 Thread P .NIKOLIC
On Mon, 5 Nov 2012 19:00:43 + "P .NIKOLIC" wrote: > On Mon, 5 Nov 2012 17:18:48 +0200 > Tom Rand wrote: > > > My son-in-law recently purchased 2 of these & he could not access > > them on PS3 or my arch desktop. > > It turned out they were formatted as EXFAT, he re-formatted as NTFS > > & a

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Dave Reisner
On Mon, Nov 05, 2012 at 08:22:33PM +0100, coderkun wrote: > Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > > How do i check to see if it is systemd or not > > $ printf "%d" `systemd-notify --booted` systemd-notify doesn't print anything. If you really want to print something: $ sys

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread marshall
>On Mon, 5 Nov 2012 18:22:32 + >"P .NIKOLIC" wrote: > > How do i check to see if it is systemd or not sorry to sound fick but > got lots of other things on my mind as well right now .. > > > Thanks Pete . > > cat /proc/1/comm that should return systemd or init. --timttmy

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread coderkun
Am Montag, den 05.11.2012, 18:22 + schrieb P .NIKOLIC: > How do i check to see if it is systemd or not $ printf "%d" `systemd-notify --booted` man systemd-notify: “[…] --booted Returns 0 if the system was booted up with systemd, non-zero otherwise. […]”

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 19:42:20 +0100 Tom Gundersen wrote: > On Mon, Nov 5, 2012 at 7:22 PM, P .NIKOLIC > wrote: > > This is possible ..from what i have been reading not too sure if i > > have Systemd running or not the system is fully updated . > > You will not have been converted over automati

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Dave Reisner
On Tue, Nov 06, 2012 at 03:23:25AM +0800, Rashif Ray Rahman wrote: > On 6 November 2012 02:50, Squall Lionheart wrote: > >> > >> I guess running "systemctl" should tell you? If you are using systemd > >> it will list a lot of running services. Otherwise I assume it will > >> return a dbus error (b

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 17:18:48 +0200 Tom Rand wrote: > My son-in-law recently purchased 2 of these & he could not access > them on PS3 or my arch desktop. > It turned out they were formatted as EXFAT, he re-formatted as NTFS & > all was ok for him. > > What are yours formatted as? > > Also I have

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Rashif Ray Rahman
On 6 November 2012 02:50, Squall Lionheart wrote: >> >> I guess running "systemctl" should tell you? If you are using systemd >> it will list a lot of running services. Otherwise I assume it will >> return a dbus error (but I haven't tried that myself, so only a >> guess). >> >> > FYI, I haven't u

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Squall Lionheart
> > I guess running "systemctl" should tell you? If you are using systemd > it will list a lot of running services. Otherwise I assume it will > return a dbus error (but I haven't tried that myself, so only a > guess). > > FYI, I haven't updated to systemd yet and the error when running systemctl r

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 7:22 PM, P .NIKOLIC wrote: > This is possible ..from what i have been reading not too sure if i > have Systemd running or not the system is fully updated . You will not have been converted over automatically. See the wiki for how to do that. > How do i check to see if i

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Kevin Chadwick
On Mon, 5 Nov 2012 13:40:21 +0100 Tom Gundersen wrote: > Notice that consolekit is no longer supported, and should be removed. > To get the equivalent functionality you should just boot with systemd. Or use udevil/spacefm I use custom udev rules and a script

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
On Mon, 5 Nov 2012 13:40:21 +0100 Tom Gundersen wrote: > On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo > wrote: > > Can you use any other flash drives or removable devices? Which > > display manager do you use, and which file manager? > > > > I get this error several times due to added 'ck-launch

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Rand
My son-in-law recently purchased 2 of these & he could not access them on PS3 or my arch desktop. It turned out they were formatted as EXFAT, he re-formatted as NTFS & all was ok for him. What are yours formatted as? Also I have had similar issue's in the past & just re-formatted to FAT & all

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Tom Gundersen
On Mon, Nov 5, 2012 at 1:32 PM, Phoenix Nemo wrote: > Can you use any other flash drives or removable devices? Which display > manager do you use, and which file manager? > > I get this error several times due to added 'ck-launch-session' to my > $HOME/.xinitrc because my display manager have alre

Re: [arch-general] USB Flash drive problems

2012-11-05 Thread Phoenix Nemo
Can you use any other flash drives or removable devices? Which display manager do you use, and which file manager? I get this error several times due to added 'ck-launch-session' to my $HOME/.xinitrc because my display manager have already support this. 2012/11/5 P .NIKOLIC > Hi . > > Just pur

[arch-general] USB Flash drive problems

2012-11-05 Thread P .NIKOLIC
Hi . Just purchased several SanDisk 4Gb Cruzer Blade USB flash drives but can not access any of them . the only error report i can find just says An error occurred while accessing `3.7GiB Removable Media`, the system responded: An unspecified error has occurred.: Not Authorized This happens b