Sir_Siddy

Members
  • Content Count

    504
  • Joined

  • Last visited

Posts posted by Sir_Siddy

  1. Ok

    I did the command

    sudo mount /dev/sdc1 /media/500g -t ntfs

    It mounted the drive, but I cannot acess it. It says I do not have permission. How do I set that?

    Also

    I added this to fstab too

    /dev/sbc1	/media/500g   ntfs 	defaults,unmask=222,noauto,users 0 0

    UPDATE

    Im not sure exactly what fstab does, but doesnt it allow for things to mount on boot? I just restarted and neither of the drives were mounted. Did I put the wrong stuff into fstab?

  2. Alright

    Ive had some time to play around with my system again and this is where I am at

    Neither of my drives mount when I connect them.

    The 500 gig IS a NTFS filesystem. I thought I had made it Fat32 earlier but I guess I didnt.

    My 250 gig external is at /dev/sdb

    When I ran the command sudo mount /dev/sdb /media/Mybook

    I got the error saying I needed to specify filetype. How would I do this? I tried -t fat32 but that didnt work. It said fat32 was not a recognized filesystem.

  3. It seems ive done something stupid as well. I tried changing the mount point on my working 250 G drive to /media/samba so I could share it. I did it through right clicking it and going to properties. When I unplugged and then plugged in the drive I got the box asking me what to do with the drive. I said open it, but nothing happened. Also the drive is not present in /media or /media/samba.

  4. Well this is what I got

    sid@linuxrig:/var/log$ tail -f syslog
    Aug 19 11:42:16 linuxrig /usr/sbin/cron[4619]: (CRON) INFO (Running @reboot jobs )
    Aug 19 11:42:19 linuxrig kernel: [ 53.215494] eth0: no IPv6 routers present
    Aug 19 11:42:22 linuxrig kdm_greet[4679]: Can't open default user face
    Aug 19 11:42:26 linuxrig kdm_greet[4679]: Internal error: memory corruption dete cted
    Aug 19 11:42:33 linuxrig hald: mounted /dev/sdb1 on behalf of uid 1000
    Aug 19 11:56:51 linuxrig smbd[4939]: [2007/08/19 11:56:51, 0] lib/util_sock.c:wr ite_data(562)
    Aug 19 11:56:51 linuxrig smbd[4939]: write_data: write failure in writing to c lient 192.168.1.2. Error Connection reset by peer
    Aug 19 11:56:51 linuxrig smbd[4939]: [2007/08/19 11:56:51, 0] lib/util_sock.c:se nd_smb(769)
    Aug 19 11:56:51 linuxrig smbd[4939]: Error writing 4 bytes to client. -1. (Con nection reset by peer)
    Aug 19 12:09:01 linuxrig /USR/SBIN/CRON[4976]: (root) CMD ( [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | x args -r -0 rm)
    Aug 19 12:10:52 linuxrig kernel: [ 1764.220916] NTFS driver 2.1.28 [Flags: R/O M ODULE].
    Aug 19 12:10:53 linuxrig kernel: [ 1764.261696] NTFS volume version 3.1.
    Aug 19 12:12:47 linuxrig gconfd (sid-5033): starting (version 2.18.0.1), pid 5033 user 'sid'

    also I cant acess the test folder I created without root.

    The files from my second drive are visible inside of it though.

  5. I am not familiar with vista, but i am going to assume it works somewhat like xp. If I am wrong then somebody please correct me.

    Most modern laptops (in fact i think you would have to look very hard to find one that doesn't)have the ability to hook up to an external monitor or projector. All you have to do is plug in your second monitor to the port in the back and then press the Fn key (usually next to the ctrl key) and the F8 key. The second key should be labled with crt/lcd. This toggles the display between your laptop monitor, the external monitor, and both at the same time.

    Usually without extra software the second monitor will just be a perfect image of the first, but with a tool like ultramon you can turn the second monitor into an extended desktop. Your company should provide you with the appropriate software to do this though. If not at least ask for a recommendation from them.

  6. I beleive both are FAT

    Aug 17 11:29:44 linuxrig kernel: [  385.273175] input: Western Digital External HDD as /class/input/input7
    Aug 17 11:29:44 linuxrig kernel: [ 385.273199] input: USB HID v1.11 Device [Western Digital External HDD] on usb-0000:00:02.2-3
    Aug 17 11:29:49 linuxrig kernel: [ 390.264878] scsi 6:0:0:0: Direct-Access WD 5000YS External 106a PQ: 0 ANSI: 4
    Aug 17 11:29:49 linuxrig kernel: [ 390.267611] SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
    Aug 17 11:29:49 linuxrig kernel: [ 390.268107] sdc: Write Protect is off
    Aug 17 11:29:49 linuxrig kernel: [ 390.269479] SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
    Aug 17 11:29:49 linuxrig kernel: [ 390.269978] sdc: Write Protect is off
    Aug 17 11:29:49 linuxrig kernel: [ 390.269987] sdc: sdc1
    Aug 17 11:29:49 linuxrig kernel: [ 390.279025] sd 6:0:0:0: Attached scsi disk sdc
    Aug 17 11:29:49 linuxrig kernel: [ 390.279063] sd 6:0:0:0: Attached scsi generic sg2 type 0

    Also when I plugged it back in, I got a message saying found new device what do you want to do and then a option to open in new window. I pressed that but nothing popped up and there is still nothing new in /media

  7. sid@linuxrig:~$ cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # /dev/sda3
    UUID=4cf62b08-608f-4db5-8180-383e83e5053f / ext3 defaults,errors=remount-ro 0 1
    # /dev/sda7
    UUID=b2006404-5cf8-4a27-a600-d3d91e4f4af1 none swap sw 0 0
    /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
    /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

    sid@linuxrig:~$ dmesg | grep sda
    [ 34.474157] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
    [ 34.474353] sda: Write Protect is off
    [ 34.474355] sda: Mode Sense: 00 3a 00 00
    [ 34.476440] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 34.476661] SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
    [ 34.476671] sda: Write Protect is off
    [ 34.476673] sda: Mode Sense: 00 3a 00 00
    [ 34.476685] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 34.476691] sda: sda1 sda2 < sda5 sda6 sda7 > sda3
    [ 34.572673] sd 0:0:0:0: Attached scsi disk sda
    [ 36.505867] EXT3-fs: sda3: orphan cleanup on readonly fs
    [ 36.505949] EXT3-fs: sda3: 6 orphan inodes deleted
    [ 45.696073] EXT3 FS on sda3, internal journal

  8. My lappy has been acting funny. Random internet usage (maxes my downstream) and harddrive usage. Scans turned up nothing, but Id like a second opinion. Thanks :)

    Logfile of HijackThis v1.99.1

    Scan saved at 11:53:29 PM, on 7/8/2007

    Platform: Windows XP SP2 (WinNT 5.01.2600)

    MSIE: Internet Explorer v7.00 (7.00.6000.16473)

    Running processes:

    C:\WINDOWS\System32\smss.exe

    C:\WINDOWS\system32\csrss.exe

    C:\WINDOWS\system32\winlogon.exe

    C:\WINDOWS\system32\services.exe

    C:\WINDOWS\system32\lsass.exe

    C:\WINDOWS\system32\svchost.exe

    C:\WINDOWS\system32\svchost.exe

    C:\Program Files\Windows Defender\MsMpEng.exe

    C:\WINDOWS\System32\svchost.exe

    C:\WINDOWS\system32\svchost.exe

    C:\Program Files\Intel\Wireless\Bin\EvtEng.exe

    C:\Program Files\Intel\Wireless\Bin\S24EvMon.exe

    C:\Program Files\Intel\Wireless\Bin\WLKeeper.exe

    C:\WINDOWS\system32\svchost.exe

    C:\WINDOWS\system32\svchost.exe

    C:\Program Files\Alwil Software\Avast4\aswUpdSv.exe

    C:\Program Files\Alwil Software\Avast4\ashServ.exe

    C:\WINDOWS\system32\spoolsv.exe

    C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe

    C:\Program Files\Common Files\Creative Labs Shared\Service\CreativeLicensing.exe

    C:\WINDOWS\eHome\ehRecvr.exe

    C:\WINDOWS\eHome\ehSched.exe

    C:\WINDOWS\system32\nvsvc32.exe

    C:\Program Files\Intel\Wireless\Bin\RegSrvc.exe

    C:\WINDOWS\system32\svchost.exe

    C:\WINDOWS\system32\svchost.exe

    C:\Program Files\UltraVNC\WinVNC.exe

    C:\WINDOWS\ehome\mcrdsvc.exe

    C:\Program Files\Alwil Software\Avast4\ashMaiSv.exe

    C:\Program Files\Alwil Software\Avast4\ashWebSv.exe

    C:\WINDOWS\system32\dllhost.exe

    C:\WINDOWS\System32\alg.exe

    C:\WINDOWS\Explorer.EXE

    C:\WINDOWS\ehome\ehtray.exe

    C:\Program Files\Synaptics\SynTP\SynTPEnh.exe

    C:\Program Files\Intel\Wireless\bin\ZCfgSvc.exe

    C:\Program Files\Intel\Wireless\Bin\ifrmewrk.exe

    C:\WINDOWS\system32\rundll32.exe

    C:\PROGRA~1\ALWILS~1\Avast4\ashDisp.exe

    C:\WINDOWS\system32\Rundll32.exe

    C:\Program Files\Creative\SBAudigy\Surround Mixer\CTSysVol.exe

    C:\WINDOWS\eHome\ehmsas.exe

    C:\WINDOWS\stsystra.exe

    C:\Program Files\Windows Defender\MSASCui.exe

    C:\DOCUME~1\Sid\LOCALS~1\Temp\clclean.0001

    C:\WINDOWS\vsnpstd3.exe

    C:\Program Files\Java\jre1.6.0_01\bin\jusched.exe

    C:\Program Files\HP\HP Software Update\HPWuSchd2.exe

    C:\Program Files\Search Settings Protection\SearchSettingsProtection.exe

    C:\Program Files\iTunes\iTunesHelper.exe

    C:\WINDOWS\system32\ctfmon.exe

    C:\Program Files\Intel\Wireless\Bin\Dot1XCfg.exe

    C:\Program Files\Messenger\msmsgs.exe

    C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exe

    C:\Program Files\Last.fm\LastFMHelper.exe

    C:\Program Files\Samurize\Client.exe

    C:\Program Files\HP\Digital Imaging\bin\hpqSTE08.exe

    C:\Program Files\HP\Digital Imaging\Product Assistant\bin\hprblog.exe

    C:\Program Files\iPod\bin\iPodService.exe

    C:\Program Files\Trillian\trillian.exe

    C:\Program Files\Google\Common\Update\1.0.69.0\GoogleUpdate.exe

    C:\Program Files\Common Files\Real\Update_OB\realsched.exe

    C:\WINDOWS\system32\wbem\wmiprvse.exe

    C:\WINDOWS\system32\mmc.exe

    C:\Program Files\Mozilla Firefox\firefox.exe

    C:\DOCUME~1\Sid\LOCALS~1\Temp\Temporary Directory 2 for hijackthis_199.zip\HijackThis.exe

    R1 - HKCU\Software\Microsoft\Internet Explorer\Main,SearchAssistant = http://search.811.com/saecs.html

    R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = http://search.811.com/saecs.html

    R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Page = http://search.811.com/saecs.html

    R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://go.microsoft.com/fwlink/?LinkId=69157

    R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Search_URL = http://go.microsoft.com/fwlink/?LinkId=54896

    R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Search Page = http://go.microsoft.com/fwlink/?LinkId=54896

    R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://go.microsoft.com/fwlink/?LinkId=69157

    R0 - HKLM\Software\Microsoft\Internet Explorer\Search,SearchAssistant = http://search.811.com/saecs.html

    O2 - BHO: SSVHelper Class - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll

    O2 - BHO: Google Gears Helper - {E0FEFE40-FBF9-42AE-BA58-794CA7E3FB53} - C:\Program Files\Google\Google Gears\Internet Explorer.1.50.0\gears.dll

    O3 - Toolbar: Veoh Browser Plug-in - {D0943516-5076-4020-A3B5-AEFAF26AB263} - C:\Program Files\Veoh Networks\Veoh\Plugins\reg\VeohToolbar.dll

    O4 - HKLM\..\Run: [ehTray] C:\WINDOWS\ehome\ehtray.exe

    O4 - HKLM\..\Run: [synTPEnh] C:\Program Files\Synaptics\SynTP\SynTPEnh.exe

    O4 - HKLM\..\Run: [intelZeroConfig] "C:\Program Files\Intel\Wireless\bin\ZCfgSvc.exe"

    O4 - HKLM\..\Run: [intelWireless] "C:\Program Files\Intel\Wireless\Bin\ifrmewrk.exe" /tf Intel PROSet/Wireless

    O4 - HKLM\..\Run: [NvCplDaemon] RUNDLL32.EXE C:\WINDOWS\system32\NvCpl.dll,NvStartup

    O4 - HKLM\..\Run: [nwiz] nwiz.exe /installquiet

    O4 - HKLM\..\Run: [NVHotkey] rundll32.exe nvHotkey.dll,Start

    O4 - HKLM\..\Run: [avast!] C:\PROGRA~1\ALWILS~1\Avast4\ashDisp.exe

    O4 - HKLM\..\Run: [MBMon] Rundll32 CTMBHA.DLL,MBMon

    O4 - HKLM\..\Run: [updReg] C:\WINDOWS\UpdReg.EXE

    O4 - HKLM\..\Run: [WinVNC] "C:\Program Files\UltraVNC\WinVNC.exe" -servicehelper

    O4 - HKLM\..\Run: [CTSysVol] C:\Program Files\Creative\SBAudigy\Surround Mixer\CTSysVol.exe /r

    O4 - HKLM\..\Run: [sigmatelSysTrayApp] stsystra.exe

    O4 - HKLM\..\Run: [Windows Defender] "C:\Program Files\Windows Defender\MSASCui.exe" -hide

    O4 - HKLM\..\Run: [snpstd3] C:\WINDOWS\vsnpstd3.exe

    O4 - HKLM\..\Run: [sunJavaUpdateSched] "C:\Program Files\Java\jre1.6.0_01\bin\jusched.exe"

    O4 - HKLM\..\Run: [Wakoopa] C:\Program Files\Wakoopa\Wakoopa.exe

    O4 - HKLM\..\Run: [HP Software Update] C:\Program Files\HP\HP Software Update\HPWuSchd2.exe

    O4 - HKLM\..\Run: [TkBellExe] "C:\Program Files\Common Files\Real\Update_OB\realsched.exe" -osboot

    O4 - HKLM\..\Run: [searchProtection] C:\Program Files\Search Settings Protection\SearchSettingsProtection.exe

    O4 - HKLM\..\Run: [QuickTime Task] "C:\Program Files\QuickTime\qttask.exe" -atboottime

    O4 - HKLM\..\Run: [iTunesHelper] "C:\Program Files\iTunes\iTunesHelper.exe"

    O4 - HKCU\..\Run: [setDefaultMIDI] MIDIDef.exe

    O4 - HKCU\..\Run: [ctfmon.exe] C:\WINDOWS\system32\ctfmon.exe

    O4 - HKCU\..\Run: [MSMSGS] "C:\Program Files\Messenger\msmsgs.exe" /background

    O4 - HKCU\..\Run: [steam] "C:\Program Files\Steam\Steam.exe" -silent

    O4 - Startup: Client Default.lnk = C:\Program Files\Samurize\Client.exe

    O4 - Startup: MIRC.lnk = C:\Program Files\mIRC\mirc.exe

    O4 - Global Startup: HP Digital Imaging Monitor.lnk = C:\Program Files\HP\Digital Imaging\bin\hpqtra08.exe

    O4 - Global Startup: Last.fm Helper.lnk = C:\Program Files\Last.fm\LastFMHelper.exe

    O4 - Global Startup: Microsoft Office.lnk = C:\Program Files\Microsoft Office\Office10\OSA.EXE

    O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll

    O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.6.0_01\bin\ssv.dll

    O9 - Extra button: (no name) - {09C04DA7-5B76-4EBC-BBEE-B25EAC5965F5} - C:\Program Files\Google\Google Gears\Internet Explorer.1.50.0\gears.dll

    O9 - Extra 'Tools' menuitem: &Google Gears Settings - {09C04DA7-5B76-4EBC-BBEE-B25EAC5965F5} - C:\Program Files\Google\Google Gears\Internet Explorer.1.50.0\gears.dll

    O9 - Extra button: (no name) - {e2e2dd38-d088-4134-82b7-f2ba38496583} - %windir%\Network Diagnostic\xpnetdiag.exe (file missing)

    O9 - Extra 'Tools' menuitem: @xpsp3res.dll,-20001 - {e2e2dd38-d088-4134-82b7-f2ba38496583} - %windir%\Network Diagnostic\xpnetdiag.exe (file missing)

    O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe

    O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe

    O11 - Options group: [iNTERNATIONAL] International*

    O16 - DPF: {17492023-C23A-453E-A040-C7C580BBF700} (Windows Genuine Advantage Validation Tool) - http://go.microsoft.com/fwlink/?linkid=39204

    O20 - Winlogon Notify: WgaLogon - C:\WINDOWS\SYSTEM32\WgaLogon.dll

    O21 - SSODL: WPDShServiceObj - {AAA288BA-9A4C-45B0-95D7-94D524869DB5} - C:\WINDOWS\system32\WPDShServiceObj.dll

    O23 - Service: Apple Mobile Device - Apple, Inc. - C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe

    O23 - Service: avast! iAVS4 Control Service (aswUpdSv) - ALWIL Software - C:\Program Files\Alwil Software\Avast4\aswUpdSv.exe

    O23 - Service: avast! Antivirus - ALWIL Software - C:\Program Files\Alwil Software\Avast4\ashServ.exe

    O23 - Service: avast! Mail Scanner - Unknown owner - C:\Program Files\Alwil Software\Avast4\ashMaiSv.exe" /service (file missing)

    O23 - Service: avast! Web Scanner - Unknown owner - C:\Program Files\Alwil Software\Avast4\ashWebSv.exe" /service (file missing)

    O23 - Service: Creative Labs Licensing Service - Creative Labs - C:\Program Files\Common Files\Creative Labs Shared\Service\CreativeLicensing.exe

    O23 - Service: Intel® PROSet/Wireless Event Log (EvtEng) - Intel Corporation - C:\Program Files\Intel\Wireless\Bin\EvtEng.exe

    O23 - Service: Google Update Service (gupdate) - Unknown owner - C:\Program Files\Google\Common\Update\1.0.69.0\GoogleUpdate.exe" /svc (file missing)

    O23 - Service: InstallDriver Table Manager (IDriverT) - Macrovision Corporation - C:\Program Files\Common Files\InstallShield\Driver\11\Intel 32\IDriverT.exe

    O23 - Service: iPod Service - Apple Inc. - C:\Program Files\iPod\bin\iPodService.exe

    O23 - Service: NVIDIA Display Driver Service (NVSvc) - NVIDIA Corporation - C:\WINDOWS\system32\nvsvc32.exe

    O23 - Service: Pml Driver HPZ12 - HP - C:\WINDOWS\system32\HPZipm12.exe

    O23 - Service: Intel® PROSet/Wireless Registry Service (RegSrvc) - Intel Corporation - C:\Program Files\Intel\Wireless\Bin\RegSrvc.exe

    O23 - Service: Intel® PROSet/Wireless Service (S24EventMonitor) - Intel Corporation - C:\Program Files\Intel\Wireless\Bin\S24EvMon.exe

    O23 - Service: VNC Server (winvnc) - Unknown owner - C:\Program Files\UltraVNC\WinVNC.exe" -service (file missing)

    O23 - Service: Intel® PROSet/Wireless SSO Service (WLANKEEPER) - Intel® Corporation - C:\Program Files\Intel\Wireless\Bin\WLKeeper.exe