Nable to change permission of file system node / WAS 6.2

During WAS 6.2 Installation (Step: Create SAP Program Icons - post processing) I receive the following message:
FSL-02007  Unable to set access rights of E:/usr. SetNamedSecurityInfo: Diese Sicherheitskennung kann nicht als Besitzer des Objekts zugeordnet werden.
ERROR 2004-10-21 13:25:20
MOS-01085  Unable to change permission of file system node E:\usr\sap/.. with type DIRECTORY to (dg\SAP_LocalAdmin,GROUP,=rwx) (SYSTEM,GROUP,=rwx) (Administrators,GROUP,=orwx).
ERROR 2004-10-21 13:25:20
MOS-01105  Processing of one or more file system node operations of table   Content of table: t_SAPComponent_Permission_Action_SHARED  Row[0]    WapsSystemName="S01" WapsInstanceName="DVEBMGS10" WapsInstanceHost="dg" Key="WAPS_FilePermission_100" Condition="true" OpMode="SETPERMISSION" NodeName="E:\usr\sap/.." NodeType="DIRECTORY" NodePermission="(dg\SAP_LocalAdmin,GROUP,=rwx) (SYSTEM,GROUP,=rwx) (Administrators,GROUP,=orwx)" Recursive="YES"   Row[1]    WapsSystemName="S01" WapsInstanceName="DVEBMGS10" WapsInstanceHost="dg" Key="WAPS_FilePermission_101" Condition="true" OpMode="SETPERMISSION" NodeName="E:\usr\sap" NodeType="DIRECTORY" NodePermission="(dg\SAP_LocalAdmin,GROUP,=rwx) (SYSTEM,GROUP,=rwx) (Administrators,GROUP,=orwx)" Recursive="YES"   Row[2]    WapsSystemName="S01" WapsInstanceName="DVEBMGS10" WapsInstanceHost="dg" Key="WAPS_FilePermission_102" Condition="true" OpMode="SETPERMISSION" NodeName="E:\usr\sap/S01" NodeType="NODE" NodePermission="(dg\SAP_S01_LocalAdmin,GROUP,=rwx) (SYSTEM,GROUP,=rwx) (Administrators,GROUP,=orwx)" Recursive="YES"  failed.
ERROR 2004-10-21 13:25:20
FJS-00012  Error when executing script.
Environment:
W2K, Local Installation
Dieter

Das Dateisystem muß auf NTFS konvertiert werden. Dann klappts.

Similar Messages

  • Using JMX for detecting changes in windows file system?

    Can anybody help to find way to watch changes in windows file system.........Or say files are transfer in mounted drive i want to start access to those files as and when they come in drive.....do not wait while transferring all files ..

    Hi,
    JMX is a technology that will let a Java process expose information to a remote client application.
    It doesn't define what information to expose, but simply how to make it available externally.
    JMX per-se cannot be used to detect the kind of things you describe, but if you are able to detect them, JMX will help you making the information available to external applications.
    Hope this helps,
    -- daniel
    [http://blogs.sun.com/jmxetc|http://blogs.sun.com/jmxetc]

  • Changing the root file system device to another device.

    Hi all,
    I have my arch root file system on /dev/sda1  ext4 and /home on /dev/sda6 , I need to change root device to /dev/sda5. Can I do it just by copying / to
    /dev/sda6 and reinstalling grub? Please help me if anyone tried it.
    Thanks & Regards

    boot up a (any) live CD, cp -a, generate a new grub.cfg/adjust menu.lst and don't forget to update your fstab - done.
    Just done it myself.

  • [SOLVED] - Changing the root file system to a different disk

    Hi,
    I ran out of disk space on my / partition so I decided to buy a new hard drive, and copy everything over (but with different sized partitions). Hoewever, Arch is still using the old / partition rather than the new one.
    My new home partition is mounted on /home, as I expect. But for some reason, both the old and the new root partitions are mounted on /. Furthermore, I know that the old disk is being used for the root filesystem because conky tells my that it's 94% full, which is how full the old / on my old disk was.
    Here are the things I tried:
    First of all, I changed my fstab so that the root partition on my new disk gets mounted as /. (I also changed it for my /home partition similarly). Here are the relevant lines from my fstab:
    LABEL=new-hitachi-root / ext3 defaults 0 1
    LABEL=new-hitachi-home /home ext3 defaults 0 1
    UUID=3c1c1940-693f-4428-aa89-65e1403241f7 /old-home ext3 defaults 0 1
    UUID=4a84f8ae-4bad-4acf-8573-1a7b244b416c /old-root ext3 defaults 0 1
    After this, gparted reported that my old root partition was mounted under both / and /old-root. My new root partition is mounted under /, also. (So I have two partitions mounted under /, my old and new root partitions. However, the system is using the old root partition, since conky still tells my that / is 94% full).
    I'm not sure what else to try. I tried messing around with /boot/grub/menu.list, but I'm not sure how to modify it, I keep making my system unbootable. At the moment it looks like
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/4a84f8ae-4bad-4acf-8573-1a7b244b416c ro
    initrd /kernel26.img
    (or it did look like that, before I modified it). That seems to be right, because the root entry says (hd0,0), which is the same as /dev/sda, which is the disk where my new root partition is.
    Cheers for any help! I'm pretty stuck until I can get some more space on my root partition.
    Last edited by ElKatrina (2011-11-08 02:06:54)

    karol, thanks. Any idea how to get it to point to my new disk? I tried
    root=/dev/disk/by-label/new-hitachi-root ro
    but I couldn't boot from that, I got loads of errors... it couldn't find proc, it didn't even know the host name, loads of other errors. What is the new naming scheme?
    bangkok_manouel, do you mean grub? I modified /boot/grub/menu.list as described above, is there anything else I should do?
    Edit: I didn't post the whole fstab file, but boot is definetly in there. Actually, I'm still booting from the old disk, since I didn't want to boot from the new one until I got root and home right. (Is this bad?)
    My whole fstab:
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    LABEL=callisto /callisto ext3 defaults 0 1
    LABEL=thebe /thebe ext3 defaults 0 1
    LABEL=new-hitachi-boot /new-boot ext3 defaults 0 1
    LABEL=new-hitachi-root / ext3 defaults 0 1
    LABEL=new-hitachi-home /home ext3 defaults 0 1
    UUID=3c1c1940-693f-4428-aa89-65e1403241f7 /old-home ext3 defaults 0 1
    UUID=4795b52b-f849-4bcd-8032-d1634550afdc /boot ext2 defaults 0 1
    UUID=4a84f8ae-4bad-4acf-8573-1a7b244b416c /old-root ext3 defaults 0 1
    Last edited by ElKatrina (2011-11-07 07:52:34)

  • Howto change permission on file (rw-,---,---)

    Hello,
    I have a java application. it create some files, and I want that these files have only write permission for current user ( unix permission is (rw-,---,---).
    The class java.io.File can only restrict usage to read only, and doesn't have user group notion.
    How can I do ???
    thanks,
    David.

    perhaps this helps :
    http://java.sun.com/j2se/1.3/docs/guide/security/permissions.html
    so far,
    stefan gross

  • Anyone know how to change a NFTS HD to a compatable  airport file system

    Anyone got any ideas how to change the NFTS file system to one i can use with my airport extreme,

    Hi jask;
    WARNING: That will erase all the data that is on the drive. If there is anything valuable, back it up first.
    Allan

  • Security in  file system

    hi all
    i m creating new file in SIM file system & stroing some data in that
    file.now i want to secure that data by any unauthorized access.
    for that i need any of the keys like ADM o or any key that i can change permission of file from my applet & make it secure but n/w operater is not going to give me any of the keys.so its not possible according to me.
    m i correct?
    another thing, i can create any key on SIM & use one key on my STK applet ,to access secure file on SIM file system.
    or any other way , can i make file read/write to my applet only,no one other can read/write(access) my file.
    thanks & regards
    Divyesh.

    hi kartagos
    once again thank u for ur response,
    but i m still a bit confused.
    Yes, if you set the Access Domain to "Full Acess" ,
    your Applet can read and write any file, regardless
    of its ACL. BUT if the ACL is set to "never", no one
    can acess that file (Applet, user, Mobile, etc), take for granted that my file has only ADM access.
    in this case without ADM key ,can i invalidate & rehabiliate file from my applet?
    if i can do that then i will set file as invalidated bydefault ,then from my applet i will rehabililate it & then do read/write on that file from applet & again invalidate it from applet.So nobady can read/write the file a sit is invalidated & required ADM key to change ACL.
    as what i have marked GSM file system has read condition for all .& i don't want anybody to read my file accept my applet.
    it's
    the case of the file Ki : The read acess is set to
    "Never" so no Applet and no body can read the content
    of the EF Ki ( great ! )if above case not works,
    then what i can do that i create one new key set in key management.(like ki ,nobody can read it ) & put one key on my applet . i use key on SIM by key on applet for validation & then only i can perform any read/write operation on file.
    in nutshell
    can i protact file by key (like enter password before read/write)?
    is it possible?
    which can be the suitable case for me among the two cases?
    Thanks & regards
    Divyesh.

  • Expanding root file system size

    Hi,
    I am using Solaris 10 in VMware.
    I have increased the virtual disk size in Vmware console from 10 GB to 18GB. What commands should i run to affect this changes in my / file system.
    Below is the df -h output.
    bash-3.00# df -h
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c0d1s0 6.4G 3.4G 3.0G 54% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 1.1G 960K 1.1G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    fd 0K 0K 0K 0% /dev/fd
    swap 1.1G 40K 1.1G 1% /tmp
    swap 1.1G 28K 1.1G 1% /var/run
    /dev/dsk/c0d1s7 2.8G 2.9M 2.8G 1% /export/home
    bash-3.00#
    Thanks in Advance
    Raja Challagulla

    Hi Bob,
    Thanks for giving reply.
    Below is the output.
    bash-3.00# prtvtoc /dev/rdsk/c0d1s2
    * /dev/rdsk/c0d1s2 partition map
    * Dimensions:
    * 512 bytes/sector
    * 63 sectors/track
    * 255 tracks/cylinder
    * 16065 sectors/cylinder
    * 1304 cylinders
    * 1302 accessible cylinders
    * Flags:
    * 1: unmountable
    * 10: read-only
    * Unallocated space:
    * First Sector Last
    * Sector Count Sector
    * 0 1124550 1124549
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    0 2 00 1124550 13687380 14811929 /
    1 3 01 48195 1076355 1124549
    2 5 00 0 20916630 20916629
    7 8 00 14811930 6088635 20900564 /export/home
    8 1 01 0 16065 16064
    9 9 01 16065 32130 48194
    bash-3.00#
    Please let me know if you need any details.
    Thanks
    Raja Challagulla

  • Ipod nano file system

    itunes and ipod updater won't recognize my ipod. I just saw something interesting though. In the computer management screen, the file system of the nano shows up as FAT32. This would not make me worry normally, but i have a 256 mb flash drive and that shows up as simply FAT under file system, i was wondering, will i need to change the format of my ipod nano to FAT? I was able to get songs on it orginally on a friend's computer, but didn't check any of that information, nor have i been on it since my problems started. can somebody please help, thanks
    Dell Dimension 4600   Windows XP   2.8 ghz pentium 4

    Hi Darth,
    Maybe this article would help?
    Your Windows PC doesn't recognize iPod
    Gary

  • My mac is running slowly after I installed Mavericks, especially when Scansnap Manager accesses my Finder file system.  Thanks for any help with this. EtreCheck:

    Hardware Information:
              iMac (27-inch, Late 2009)
              iMac - model: iMac11,1
              1 2.66 GHz Intel Core i5 CPU: 4 cores
              16 GB RAM
    Video Information:
              ATI Radeon HD 4850 - VRAM: 512 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    Startup Items:
              HDDFanControlDaemon: Path: /Library/StartupItems/HDDFanControlDaemon
              HP IO: Path: /Library/StartupItems/HP IO
    System Software:
              OS X 10.9 (13A603) - Uptime: 15 days 6:58:4
    Disk Information:
              WDC WD2003FZEX-00Z4SA0 disk0 : (2 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 2 TB (1.09 TB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              OPTIARC DVD RW AD-5680H disk4 : (1.4 GB)
                        disk4s1 (disk4s1) <not mounted>: 18 KB
                        ScanSnap (disk4s2) /Volumes/ScanSnap 1: 943.7 MB (70.5 MB free)
    USB Information:
              Fujitsu  ScanSnap S1500
              Elgato EyeTV HD
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Fitbit Inc. Fitbit Base Station
              Mitsumi Electric Hub in Apple Extended USB Keyboard
                        Mitsumi Electric Apple Extended USB Keyboard
              SanDisk Firebird USB Flash Drive 16.01 GB
                        POPPI 80TH (disk1s1) /Volumes/POPPI 80TH: 16.01 GB (13.03 GB free)
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.logmein.driver.LogMeInSoundDriver          (1.0.3 - SDK 10.5)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.carbonite.launchd.carbonitedaemon.plist
              [loaded] com.elgato.EyeConnect.plist
              [loaded] com.fitbit.galileod.plist
              [not loaded] com.logmein.logmeinblanker.plist
              [loaded] com.logmein.logmeinserver.plist
              [not loaded] com.logmein.raupdate.plist
              [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.carbonite.launchd.carbonitealerts.plist
              [loaded] com.carbonite.launchd.carbonitestatus.plist
              [loaded] com.hp.help.tocgenerator.plist
              [failed] com.logmein.LMILaunchAgentFixer.plist
              [loaded] com.logmein.logmeingui.plist
              [loaded] com.logmein.logmeinguiagent.plist
              [not loaded] com.logmein.logmeinguiagentatlogin.plist
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist
              [loaded] com.adobe.ARM.[...].plist
              [failed] com.apple.SafariBookmarksSyncer.plist
              [loaded] com.google.keystone.agent.plist
    User Login Items:
              HDD Fan Control Monitor
              Fitbit Connect Menubar Helper
              Dropbox
              EyeTV Helper
              ScanSnap Manager
    3rd Party Preference Panes:
              Carbonite
              Flash Player
              Flip4Mac WMV
              HDD Fan Control
              MacFUSE
    Internet Plug-ins::
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 2.4.4.2
              AdobePDFViewerNPAPI: Version: 11.0.02 - SDK 10.6
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6
              LogMeIn: Version: 1.0.961 - SDK 10.7
              Silverlight: Version: 5.1.10411.0 - SDK 10.6
              Flash Player: Version: 11.9.900.170 - SDK 10.6
              LogMeInSafari32: Version: 1.0.961 - SDK 10.7
              QuickTime Plugin: Version: 7.7.3
              SharePointBrowserPlugin: Version: 14.3.8 - SDK 10.6
              AdobePDFViewer: Version: 11.0.02 - SDK 10.6
              GarminGpsControl: Version: 4.0.1.0 Release - SDK 10.6
              iPhotoPhotocast: Version: 7.0
    User Internet Plug-ins::
              Move-Media-Player: Version: npmnqmp 071102000006
              WebEx: Version: 1.0
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105
              Google Earth Web Plug-in: Version: 7.1
              RealPlayer Plugin: Version: (null)
    Bad Fonts:
              None
    Old applications:
              FirmwareUpdateTool:          Version: 2.2 - SDK 10.0
                        /Applications/FirmwareUpdateTool.app
              Garmin WebUpdater:          Version: 2.1.3 - SDK 10.4
                        /Applications/Garmin WebUpdater.app
              Image Data Converter Ver:          Version: 4.1.00.06060 - SDK 10.5
                        /Applications/Image Data Converter/Image Data Converter Ver.4.app
              Install Spotify-1:          Version: 1.0 - SDK 10.5
                        /Users/tmoore/Downloads/Install Spotify-1.app
              Microsoft Alerts Daemon:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Chart Converter:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
              Microsoft Clip Gallery:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
              Microsoft Database Daemon:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
              Microsoft Database Utility:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
              Microsoft Document Connection:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Excel:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Excel.app
              Microsoft Graph:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
              Microsoft Language Register:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft Office Reminders:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
              Microsoft Office Setup Assistant:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
              Microsoft Outlook:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Outlook.app
              Microsoft PowerPoint:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
              Microsoft Upload Center:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
              Microsoft Word:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Word.app
              My Day:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/My Day.app
              Numbers:          Version: 2.3 - SDK 10.5
                        /Applications/iWork '09/Numbers.app
              Open XML for Excel:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
              Pages:          Version: 4.3 - SDK 10.5
                        /Applications/iWork '09/Pages.app
              Proxify:          Version: 1.0.8.0 - SDK 10.5
                        /Applications/Proxify.app
              SLLauncher:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              Scan to Dropbox:          Version: 3.2.63 - SDK 10.4
                        /Applications/ScanSnap/Scan to Office/Scan to Dropbox.app
              Scan to Salesforce Chatter:          Version: 3.2.60 - SDK 10.4
                        /Applications/ScanSnap/Scan to Office/Scan To Salesforce.app
              Scan to SugarSync:          Version: 3.2.63 - SDK 10.4
                        /Applications/ScanSnap/Scan to Office/Scan to SugarSync.app
              Solver:          Version: 1.0 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SyncServicesAgent:          Version: 14.3.8 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
              TurboTax Premier 2011:          Version: 2011.r17.007 - SDK 10.4
                        /Applications/TurboTax Premier 2011.app
    Time Machine:
              Skip System Files: YES
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 2  Disk used: 844.02 GB
              Destinations:
                        Data [Network] (Last used)
                        Total size: 3 
                        Total number of backups: 30
                        Oldest backup: 2013-12-04 15:58:45 +0000
                        Last backup: 2013-12-21 02:39:51 +0000
                        Size of backup disk: Adequate
                                  Backup size 3  > (Disk used 844.02 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                  10%          CarboniteDaemon
                   4%          WindowServer
                   2%          EtreCheck
                   1%          Safari
                   1%          Fitbit Connect Menubar Helper
    Top Processes by Memory:
              295 MB          Mail
              279 MB          iTunes
              262 MB          CarboniteDaemon
              229 MB          com.apple.IconServicesAgent
              213 MB          mds_stores
    Virtual Memory Statistics:
              4.66 GB          Free RAM
              6.49 GB          Active RAM
              3.58 GB          Inactive RAM
              1.27 GB          Wired RAM
              6.97 GB          Page-ins
              0 B          Page-outs

    Several problems exist.
    1.
    Back up your Mac prior to making any changes to its file system. Time Machine has not been configured properly To learn how to use Time Machine read Mac Basics: Time Machine backs up your Mac - Apple Support.
    2.
    You inadvertently installed adware. You do not need to download or install anything to fix it.
    For a description of how this may have occurred, how to avoid it in the future, and for Apple's recommended actions read How to install adware. Apple's instructions are linked in the Recovery Procedure near the end of that document. Read and follow them carefully. Pay particular attention to the easily overlooked passages directing you to restart your Mac when required.
    3.
    That Mac's Hosts file appears to have been modified. Fixing a modified Hosts file requires specific instructions. Apple Support Communities contributor and EtreCheck author etresoft recently added a User Tip discussing that concern, and how to correct it: Fixing a hacked /etc/hosts file

  • [SOLVED] ERROR: Unable to determine the file system type of /dev/root:

    :: Running Hook [udev]
    :: Triggering uevents...done
    Root device '804' doesn't exist.
    Creating root device /dev/root with major 8 and minor 4.
    error: /dev/root: No such device or address
    ERROR: Unable to determine the file system type of /dev/root:
    Either it contains no filesystem, an unknown filesystem,
    or more than one valid file system signature was found.
    Try adding
    rootfstype=your_filesystem_type
    to the kernelcommand line.
    You are now being dropped into an emergency shell.
    /bin/sh: can't access tty; job control turned off
    [ramfs /]# [ 1.376738] Refined TSC clocksource calibration: 3013.000 MHz.
    [ 1.376775] Switching to clocksource tsc
    That's what I get when I boot my Arch system. It worked fine for quite a while, but suddenly it ran into an error where the SCSI driver module was corrupt. I fixed it by reinstalling util-linux-ng and kernel26, however, I run into this issue now. http://www.pastie.org/2163181 < Link to /var/log/pacman.log for the month of July, just in case. Yes, I bought a new ATI/AMD Radeon HD 5450 this Saturday, but it seemed to work fine till this broke and it works fine on Ubuntu too, so I suppose we can rule it out.
    Last edited by SgrA (2011-07-05 20:45:36)

    Autodetection failed on your first image, in both your previous kernel installs:
    [2011-07-04 16:14] find: `/sys/devices': No such file or directory
    Which means that sysfs was not mounted. You should be able to boot from the fallback image, which does not use autodetect. Figure out why /sys isn't mounted, as well, and fix that.
    This is also a somewhat crappy bug in mkinitcpio that lets you create an autodetect image that's useless. It'll be fixed in the next version of mkinitcpio that makes it to core.
    Last edited by falconindy (2011-07-04 17:41:19)

  • Windows 8.1 File System Performance Down Compared to Windows 7

    I have a good workstation and a fast SSD array as my boot volume. 
    Ever since installing Windows 8.1 I have found the file system performance to be somewhat slower than that of Windows 7.
    There's nothing wrong with my setup - in fact it runs as stably as it did under Windows 7 on the same hardware with a similar configuration. 
    The NTFS file system simply isn't quite as responsive on Windows 8.1.
    For example, under Windows 7 I could open Windows Explorer, navigate to the root folder of C:, select all the files and folders, then choose
    Properties.  The system would count up all the files in all the folders at a rate of about
    30,000 files per second
    the first time, then about 50,000 files per second the next time, when all the file system data was already cached in RAM.
    Windows 8.1 will enumerate roughly
    10,000 files per second the first time, and around
    18,000 files per second the second time -
    a roughly 1 to 3 slowdown.  The reduced speed once the data is cached in RAM implies that something in the operating system is the bottleneck.
    Not every operation is slower.  I've benchmarked raw disk I/O, and Windows 8.1 can sustain almost the same data rate, though the top speed is a little lower.  For example, Windows 7 vs. 8 comparisons using the ATTO speed benchmark:
    Windows 7:
    Windows 8:
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

    No worries, and thanks for your response.
    The problem can be characterized most quickly by the slowdown in enumerating files in folders.  Unfortunately, besides some benchmarks that show only an incremental degradation in file read/write performance, I don't have any good before/after
    measurements of other actual file operations.
    Since posting the above I have verified:
    My system has 8dot3 support disbled (same as my Windows 7 setup did).
    Core Parking is disabled; CPU benchmarks are roughly equivalent to what they were.
    File system caching is configured the same.
    CHKDSK reports no problems
    C:\TEMP>fsutil fsinfo ntfsInfo C:
    NTFS Volume Serial Number :       0xdc00eddf00edc11e
    NTFS Version   :                  3.1
    LFS Version    :                  2.0
    Number Sectors :                  0x00000000df846fff
    Total Clusters :                  0x000000001bf08dff
    Free Clusters  :                  0x000000000c9c57c5
    Total Reserved :                  0x0000000000001020
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :       512
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    Clusters Per FileRecord Segment : 0
    Mft Valid Data Length :           0x0000000053f00000
    Mft Start Lcn  :                  0x00000000000c0000
    Mft2 Start Lcn :                  0x0000000000000002
    Mft Zone Start :                  0x0000000008ad8180
    Mft Zone End   :                  0x0000000008ade6a0
    Resource Manager Identifier :     2AFD1794-8CEE-11E1-90F4-005056C00008
    C:\TEMP>fsutil fsinfo volumeinfo c:
    Volume Name : C - NoelC4 SSD
    Volume Serial Number : 0xedc11e
    Max Component Length : 255
    File System Name : NTFS
    Is ReadWrite
    Supports Case-sensitive filenames
    Preserves Case of filenames
    Supports Unicode in filenames
    Preserves & Enforces ACL's
    Supports file-based Compression
    Supports Disk Quotas
    Supports Sparse files
    Supports Reparse Points
    Supports Object Identifiers
    Supports Encrypted File System
    Supports Named Streams
    Supports Transactions
    Supports Hard Links
    Supports Extended Attributes
    Supports Open By FileID
    Supports USN Journal
    I am continuing to investigate:
    Whether file system fragmentation could be an issue.  I think not, since I measured the slowdown immediately after installing Windows 8.1.
    All of the settings in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
    Thank you in advance for any and all suggestions.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Query on File System Repository..Please guide

    Hello All,
    I have successfully created the <b>File System Repository</b>, connecting a folder on my windows 2000 machine to an EP (Netweaver 2004s) KM, following the steps like:
    1. Creation of <i>Windows System</i>
    2. <i>Network Path</i> since the server and my machine are seperate systems
    3. Creation of the <i>File System Repository</i>.
    You may refer to the above steps in detail using <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/92322ab24e11d5993800508b6b8b11/frameset.htm">link</a>
    <u>Question</u>:
    1. After the successful creation, I deleted the Windows system created, but the File System Repository was still working all fine. Why so? Shouldn't this throw me an exception?
    2. While creation of the Windows System, I entered the ID and Desription.
    In the Network Paths, I entered the folder's name (folder which is on my machine/which is to mapped) & my machine's username + password.
    Then how does the system/server know which windows system is to be mapped for the netwrok path?
    In other words, what is the mapping betweeen the Network path & Windows system?
    3. If you access the above link, there is a step of creating a System in the Portal System Landscape. What is the need to do this? Can you please explain......
    Why create a PCD System object, System Alias, etc....
    Would appreciate if you please help me understand this concept.....
    Awaiting REply.
    Thanks & Warm Regards,
    Ritu

    Hello All,
    Please guide me.
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu

  • During Windows install, says the Bootcamp Windows partition is incorrect file system and won't install

    I had another Macbook Pro retina which I installed Windows 8 on with no problems via bootcamp.  I just updated to the late 2013 model of the Macbook Pro, and attempted to do the same thing but have had problems.  I create the partition for Windows with Bootcamp, restart the computer, and after I enter my security key in the Windows installation screen it comes to the screen where you have to select the appropriate installation drive.  When I select the drive I created for Windows, it says that it can't install due to the file system.  I have no idea why I'm having this problem because I had done this once before....I can't for the life of me figure out what's wrong and I'm at a loss.
    If anyone can point me in the right direction I will greatly appreciate it...also let me know if there are differences from the early 2013 model and late 2013 model that would've created this problem.  Thanks!!
    Robert

    Well, here is what happened...
    Somehow in making a Windows partition then removing the partition so many times I created an error where it only showed 1/2 of my hard drive...like it was starting to create the second half for the windows side and ran into an error.
    So this turned out to be a blessing in disguise, because what I had to do was go to "Command + R" when I was starting up and format the entire drive, all 500 gb.  This formatted the whole drive and must've erased whatever was causing the trouble.
    Of course, then I had to reinstall OS X, and reinstall my Time Machine backup, but then I opened bootcamp and created the Windows partition again.  This time, when I ran the EFI installer you were referring to on the far right (which I had tried before), it allowed me to click next and continue once I selected the Windows partition.  Thank God!  It must've fixed whatever file system error was hanging it up there every time....because it's installing now.
    What I would suggest if all else fails, just format the whole dang thing.  Then try from square one and see if you can install

  • Preserve file system during OS installation

    Hello all,
    I would like to know why every time I would like to preserve a file system, I would not be able to allocate all space in the system to be full used? Let's say, in a 8GB hard-disk, I want to preserve a slice 4, which is of size 1GB. After I have allocated all other file systems, there was a remaining of about 5GB space. But when I want to allocate this space to slice 7, let's say /export, the system would return an error msg saying not enough space. I could only used about 2GB out of 5GB free space to allocate the last slice. Why this happen?
    Thank you all in advanced.

    Although I have not tried this, it might work.  Can you add your yum repo in the kickstart %post of your RHEL 6 Template?  If it allows you to do a full yum update on the chrooted file system, it would be followed by a reboot before tools are installed.  The template is probably found in /opt/vmware/etc/build/<RHEL 6 TEMPLATE DIR>/<RHEL 6 FILE>.xsl.

Maybe you are looking for