/ the only supposedly "mounted" partition, fs segfaults / 3.1.0-4

[Update: Rebooting fixed the fs segfaults (were they segfaults?) although the "mounting filesystems... [FAIL]" message is still present.]
I should probably have paid closer attention to the fact that ever since I went from 2.6 to 3.0 Arch has been saying "mounting filesystems [FAIL]" every boot. I tried removing /dev/fd0 and /dev/cdrom but the errors kept continuing. "Oh well," I thought, "something's just interpreting something else's output wrong."
Whoops.
Now, with kernel 3.1.0-4, those error messages have been complemented with some additional bizarreness; observe and ponder:
/root/ + mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=62747,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,size=10240k,mode=755)
/dev/sda5 on / type jfs (rw,relatime)
/root/ + cat /etc/mtab
proc /proc proc rw,nosuid,nodev,noexec,relatime
sys /sys sysfs rw,nosuid,nodev,noexec,relatime
udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=62747,mode=755
run /run tmpfs rw,nosuid,nodev,relatime,size=10240k,mode=755
/dev/sda5 / jfs rw,relatime
/dev/pts devpts rw,relatime,mode=600,ptmxmode=000
/dev/shm tmpfs rw,relatime
/root/ + cat /proc/mounts # identical to /proc/self/mounts
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=62747,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,relatime,size=10240k,mode=755 0 0
/dev/sda5 / jfs rw,relatime 0 0
none /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
none /dev/shm tmpfs rw,relatime 0 0
none /dev/shm tmpfs rw,relatime 0 0
/dev/sda1 /boot jfs rw,relatime 0 0
/dev/sda6 /var jfs rw,relatime 0 0
/dev/sda8 /tmp jfs rw,relatime 0 0
/dev/sda9 /home jfs rw,relatime 0 0
/root/ +
Looking around for causes, dmesg contains quite a few potential hairperms except... hi there, I'm on Chrome, I have a bunch of terminals open... I'm online.
A couple of salient portions of http://paste.pocoo.org/show/505609/:
[ 23.244682] ------------[ cut here ]------------
[ 23.244721] WARNING: at fs/inode.c:884 unlock_new_inode+0x57/0x60()
[ 23.244728] Hardware name: 6578PAA
[ 23.244732] Modules linked in: lm90 i915 drm_kms_helper drm i2c_algo_bit video loop fuse serio_raw evdev snd_usb_audio pcspkr i2c_i801 button snd_usbmidi_lib iTCO_wdt iTCO_vendor_support ppdev psmouse intel_agp parport_pc parport i2c_core floppy intel_gtt shpchp agpgart processor pci_hotplug snd_intel8x0 snd_ac97_codec snd_rawmidi snd_hwdep snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore ac97_bus slhc e1000 e100 mii jfs dm_crypt dm_mod usbhid hid uhci_hcd usbcore tulip sd_mod ata_piix ata_generic libata scsi_mod
[ 23.244857] Pid: 492, comm: mount Not tainted 3.1.0-4-ARCH #1
[ 23.244863] Call Trace:
[ 23.244882] [<c04596ba>] ? printk+0x1d/0x1f
[ 23.244943] [<c01470b2>] warn_slowpath_common+0x72/0xa0
[ 23.244954] [<c0231947>] ? unlock_new_inode+0x57/0x60
[ 23.244963] [<c0231947>] ? unlock_new_inode+0x57/0x60
[ 23.244973] [<c0147102>] warn_slowpath_null+0x22/0x30
[ 23.244982] [<c0231947>] unlock_new_inode+0x57/0x60
[ 23.245026] [<e0b7231b>] ialloc+0x22b/0x270 [jfs]
[ 23.245044] [<e0b5c76a>] jfs_create+0x5a/0x300 [jfs]
[ 23.245065] [<c0225d3a>] ? do_lookup+0x4a/0x340
[ 23.245075] [<c0230452>] ? __d_alloc+0x22/0x120
[ 23.245084] [<c0230508>] ? __d_alloc+0xd8/0x120
[ 23.245110] [<c028cc2a>] ? security_inode_permission+0x1a/0x20
[ 23.245120] [<c0226410>] ? inode_permission+0x40/0xe0
[ 23.245132] [<c022726b>] vfs_create+0x9b/0x110
[ 23.245143] [<c0229253>] do_last+0x743/0x870
[ 23.245154] [<c02294e4>] path_openat+0xa4/0x350
[ 23.245164] [<c01f1561>] ? handle_pte_fault+0xe1/0x8e0
[ 23.245175] [<c02297f1>] do_filp_open+0x31/0x80
[ 23.245191] [<c0234443>] ? alloc_fd+0xa3/0xe0
[ 23.245201] [<c0225ad5>] ? getname_flags+0xf5/0x130
[ 23.245224] [<c021aec6>] do_sys_open+0xe6/0x1b0
[ 23.245243] [<c016fa6f>] ? getnstimeofday+0x4f/0x110
[ 23.245254] [<c021afbe>] sys_open+0x2e/0x40
[ 23.245268] [<c0461f9f>] sysenter_do_call+0x12/0x28
[ 23.245276] ---[ end trace e29693b6fc28e267 ]---
[ 23.278169] ------------[ cut here ]------------
Some scary statistics:
/proc/self/ + dmesg | grep ', comm: ' | grep mount | wc -l
5
/proc/self/ + dmesg | grep ', comm: ' | grep chrome | wc -l
176
/proc/self/ +
Meep?
Should I run away to kernel26-lts for a little while? This is someone else's PC that I maintain for them every now and again, so relatively, how will I say, "self-contained, un-interactive stability" is kind of particularly important here.
Help greatly appreciated.
-i336
Last edited by i336 (2011-11-10 04:29:30)

i336 wrote:Should I run away to kernel26-lts for a little while? This is someone else's PC that I maintain for them every now and again, so relatively, how will I say, "self-contained, un-interactive stability" is kind of particularly important here.
If stability is important, I suggest using a different FS, such as ext3 or ext4.

Similar Messages

  • I want to mount / partition Read-Only !

    I have Arch installed on my Acer Aspire One... and it works great on this little machine!
    The Acer One has no hard disk, but uses SSD, so to reduce writes to disk i use EXT2, I have my /home on a separate SD card, and I mounted log and temp directories on tmpfs:
    /var/log, /var/tmp, /tmp, /var/cache/pacman/pkg .
    now i would like to mount the root partition (/) read only.
    the reason is that i want that filesystem (EXT2) to be safe in case of improper power-off or any other disaster ...
    this guide for Opensuse shows how to take care of resolv.conf and mtab files (which are, I suppose, the only files that need to be writable, after i moved the log and temp directoryes in tmpfs and the home on SD card)
    http://en.opensuse.org/How-To_Make_the_ … _read-only
    but then the guide advises to change some configuration files, so that the sistem doesn't remount the root partition read-write after fsck.
    unfortunately the files named in the gyuide are related to Suse, and i didn't find them in Arch...:/
    In fact i tried to add the "ro" option to the / partition in my /etc/fstab and i rebooted the system, but as root i can still write to the partitions..
      Ideas and Info ..?!
    THX
    xirtyllo

    Other post here.  http://bbs.archlinux.org/viewtopic.php?id=65414
    Closing

  • Disk repair using the format - repair command with a mounted partition

    I was going to repair some bad blocks on a disk by using the format command with the repair option. When I entered the block number to be fixed it came back withthe question of:
    "Repair is in a mounted partition, continue?"
    Will I hurt anything on my system if I answer yes to continue or should the partition be unmounted before I do this?
    Thanks

    Did you have any answer?

  • I recently just bought a Toshiba 3TB External Hard Drive.  I am trying to partition it on my macbook, but it keeps returning and error message.  The only thing I have changed is renamed easy drive.

    I recently just bought a Toshiba 3TB External Hard Drive.  I am trying to partition it on my macbook, but it keeps returning and error message.  The only thing I have changed is renamed easy drive.

    Your problem is not Boot Camp, in fact, is your optical drive. Win XP requires indeed sp2, but also the internal drive, does not work from external optical drive.
    For other possible tricks, please use the appropriate Boot Camp forum, not here. Mac OS X may be installed from both external and internal optical drive and/or internal/external partition of a disk, any disk. Windows is not so generous.

  • HT1338 I am attempting to update to the new os x mavericks and while completing the download it prompts me to choose a disk. I have chosen the only option I am provided and am then told that the update cannot be installed on "untitled 1" what am I suppose

    I am attempting to update to the new os x mavericks and while completing the download it prompts me to choose a disk. I have chosen the only option I am provided and am then told that the update cannot be installed on "untitled 1" what am I supposed to do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try the installation again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • Using the format - repair command on a mounted partition

    I was going to repair some bad blocks on a disk by using the format command with the repair option. When I entered the block number to be fixed it came back withthe question of:
    "Repair is in a mounted partition, continue?"
    Will I hurt anything on my system if I answer yes to continue or should the partition be unmounted before I do this?
    Thanks

    Did you have any answer?

  • Trouble with mounted partitions (root twice)

    Since a few days ago, I'm experiencing troubles with my partitions, like / being mounted twice. I'm using systemd instead of Init, mtab is symlinked to /proc/self/mounts
    df output:
    rootfs                                                  103212320 13629136   84340304  14% /
    udev                                                        10240        0      10240   0% /dev
    run                                                         10240      344       9896   4% /run
    /dev/disk/by-uuid/11331a92-bb2a-4aa2-a376-de9c2d12d6a3  103212320 13629136   84340304  14% /
    tmpfs                                                     2011176        0    2011176   0% /dev/shm
    tmpfs                                                     2011176      176    2011000   1% /sys/fs/cgroup
    tmpfs                                                     2011176        0    2011176   0% /media
    run                                                         10240      344       9896   4% /var/lock
    run                                                         10240      344       9896   4% /var/run
    /dev/sda1                                               369251368 61124056  289370348  18% /media/Akai-Data
    As you can see, / is mounted twice.
    my /proc/self/mounts looks like this (in fact, is):
    http://pastebin.com/bLi22Cps
    my partition layout inherit from the time where I had both Windows and Arch Linux installed (so I was low on free primary partitions) is: sda1 350 GB ext4, sda3 8 GB swap, sda4 98 GB ext4. So I have no /home and / in different partitions as sda1 is where I have all my data.
    my /etc/fstab:
    devpts                 /dev/pts      devpts    defaults            0      0
    shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
    /dev/sda1 /media/Akai-Data ext4 defaults,realtime,data=writeback 0 2
    /dev/sda3 swap swap defaults 0 0
    /dev/sda4 / ext4 defaults,user_xattr,realtime,data=writeback 0 1
    Also, my /tmp folder has not being cleaned in 5 days. ¿Does it not supposed to be cleaned at every boot/shutdown (I have booted few times in five days)?
    So, my troubles here are:
    / is mounted twice, and /tmp is not being cleaned. Any clue on this?
    Also, to me, my/proc/self/mounts seems weird, aside from the fact that I think there is why / is mounted twice. Could someone check that?
    Thank you in advance.
    Last edited by ethail (2011-05-10 16:34:09)

    The only place I have found that is on my /boot/burg/burg.cfg file:
    linux   /boot/vmlinuz26-pf root=/dev/disk/by-uuid/11331a92-bb2a-4aa2-a376-de9c2d12d6a3 ro fastboot quiet logo.nologo resume=/dev/sda3 init=/sbi/e4rat-preload
    But as far as I can remember, that has been always there since I started using burg instead of grub (half of a mont ago, maybe more). And never got troubles with that.
    Also, rc.local has everything comented out
    EDIT: have I to assume that the burg entry is leading to troubles?
    Last edited by ethail (2011-05-10 21:37:04)

  • External Hard Disc won't mount - Partition Map error.  Can't repair with Disk Utility

    Happy New Year all and thanks in advance for any support/advise.
    I have some important data on an external drive that does not seem to want to mount.  The drive is a 500 GB Seagate connected via USB.  I am currently on an iMac 3.06 GHz Intel Core 2 Duo running Yosemity 10.10.1
    What I've tried:
    Multiple computers - connected the drive to various apple computers with the same result.
    New enclosure:  I have removed the actual HD from the enclosure and connected it using a new one.
    Disk Utility:  Verifying Disc reports the following error:  'Error: Partition map check failed because no slices were found.'  Screenshot below:
    I have searched this and other forums and run a few commands in Terminal that seem relevant to the issue, but am out of my depth in terms of interpreting the results.  Thank again for your attention!!!
    Commands run in Terminal:
    diskutil list
    diskutil cs list
    mount
    diskutil info disk1
    Full Results pasted below:
    diskutil list...
    Ethan-Smiths-iMac:~ Ethan$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            999.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk1
       1:         Microsoft Reserved                         134.2 MB   disk1s1
    diskutil cs list...
    Ethan-Smiths-iMac:~ Ethan$ diskutil cs list
    No CoreStorage logical volume groups found
    mount...
    Ethan-Smiths-iMac:~ Ethan$ mount
    /dev/disk0s2 on / (hfs, local, journaled)
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    diskutil info disk1...
    Ethan-Smiths-iMac:~ Ethan$ diskutil info disk1
       Device Identifier:        disk1
       Device Node:              /dev/disk1
       Part of Whole:            disk1
       Device / Media Name:      ST950032 5AS Media
       Volume Name:              Not applicable (no file system)
       Mounted:                  Not applicable (no file system)
       File System:              None
       Content (IOContent):      GUID_partition_scheme
       OS Can Be Installed:      No
       Media Type:               Generic
       Protocol:                 USB
       SMART Status:             Not Supported
       Total Size:               500.1 GB (500107862016 Bytes) (exactly 976773168 512-Byte-Units)
       Volume Free Space:        Not applicable (no file system)
       Device Block Size:        512 Bytes
       Read-Only Media:          No
       Read-Only Volume:         Not applicable (no file system)
       Ejectable:                Yes
       Whole:                    Yes
       Internal:                 No
       OS 9 Drivers:             No
       Low Level Format:         Not supported

    Select the disk1s1 volume under the main drive entry, then click on the Mount icon in the Disk Utility toolbar if it goes active and see if a volume then mounts on your Desktop. If it does not, then you need to reformat the drive. And, you cannot access the volume in order to copy your data somewhere else. If you are willing to spend money on the problem, then you can always try using a software recovery utility:
    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as MAC Data Recovery, Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads. Recovery software usually provide trial versions that enable you to determine if the software would help before actually paying for it. Beyond this or if the drive has completely failed, then you would need to send the drive to a recovery service which is very expensive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • How to separately backup the Boot Camp drivers partition from Leopard DVD?

    I used Disk Utility and my only (and expensive) DVD+R DL disc to make a backup copy of my Leopard DVD, and it worked perfectly to install Leopard on my MacBook Pro.
    However, that was before I learned that the Boot Camp drivers was now on a separate, PC-only partition on the DVD. So while my backup copy works great to install Leopard, I have no backup of the Boot Camp driver CD.
    I tried several tricks, including booting into Windows Vista and using PowerISO to attempt to make an ISO image of the Boot Camp driver partition (shows up as 400 MB or so). However, the ISO image generated is a whopping 7.6 GB, same size as the full Leopard DVD. I then tried to take that back into the Mac OS side, but it was "unmountable". Toast 8 was able to make an image of the full DVD that (I'd presume, as did previous versions of Toast) would contain both partitions of an ISO-9660 volume, but when I mounted that disk image with Toast 8, I didn't get the two-mounted-volume like I'd normally expect to see.
    I'd really like to know how to backup this volume - I demo this system regularly on my MacBook for clients, and I don't want to have to keep using my nice, pristine Leopard DVD when I have to do my weekly re-install. Any thoughts on how to get a simple extraction of the actual volume used for the Boot Camp drivers?
    Thanks much for the time,
    MBJ

    Hi Stefan,
    Thanks for taking the time to reply to my question! Although I think your steps will "work", per se (and I will try them out as soon as I can), I'm something of a purist in regards to my backups and so this method seems a little hackish as opposed to a process that actually images the volume in question (I'm also curious from a technical perspective, as the Boot Camp Assistant Beta used to allow for a dedicated MacintoshDrivers disc to be burned from it—I liked that method better, to be honest).
    Thanks again! I'll keep checking back here for other comments, and will let you know how the method you suggested works out.
    Best wishes,
    MBJ

  • Mount partition in solaris 11

    hi ,
    I have an unallocated space 11 gb in solaris 11. Using GParted i have created an extended partition then make an logical partition of it. It make an ntfs file system by default. Now my question is where i see this partition i have use the mount command but it does not work showing the below message.
    mount: /dev/dsk/c3d0p5 is not this fstype
    Kindly guide me how i can make this partition in my use.
    Thanks
    Zeeshan

    I'm going to presume your disk is physically inside the computer.
    (You didn't describe the system, nor where that drive was. In fact, you gave no usable hardware information.)
    If you have ANYTHING in the computer that you would find painful to lose, such as another OS ...
    If you have never installed Solaris before ...
    ... get a new disk drive and have that be the only disk in the computer.
    Yes, that means actually spending money, but you will be happier with the results.
    The Solaris installation process wil see your disk (or disks if you have more than one) and it will ask you where you want to install the OS. You will be presented with a number of opportunities to customize your choices. Solaris does not need third party utilities to prepare the hardware. So long as your components are known to be compatible, it wil "just work".
    ---> Just leave the space unconfigured. Let the installation process take care of it.
    Learn by installing the OS.
    Then re-install it immediately again with different defaults.
    Then re-install it again, with yet a different set of settings.
    Don't try to get fancy with multi-boot or alternate-boot lash-ups.
    Keep everything simple and you will become competent at this.

  • HT5139 Is this really the only way to back up service settings?

    Am I completely missing something here, or is Time Machine supposed to be the only easy way to back up service settings in Mountain Lion with Server.app? Is there really no way to export/import service settings anymore? It sounds to me from what I've read and seen of Server.app that if, for example, my DHCP settings get mucked up, I have to take the entire server offline, boot to the recovery partition, and restore from Time Machine? I can't just stop that ONE service and re-import the settings while leaving everything else up and running for 100+ users? Someone please tell me I'm missing something obvious.

    Which service?
    The "serveradmin" command line controls are always available. They can do much more than the GUI can.
    http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/ man8/serveradmin.8.html
    http://manuals.info.apple.com/en_US/MacOSXSrvr10.3_CommandLineAdminGuide.pdf

  • Target disk mode only shows bootcamp partition

    My mid 2006 MBP doesn't boot anymore, I am getting the gray screen with the rotating wheel.
    When trying to boot in target disk mode and connect it to my iMac only the bootcamp partition is mounting, but not the Macintosh HD, I could like to make a backup before I run to the Genius Bar.
    Any ideas on how to get to the real HD?

    I can't boot from snow leopard DVD either. When I try, the DVD just ejects. I was able to boot once in safe mode, repaired disk permissions there. Since then it's not booting anymore. Sometimes I get a gray progress bar, sometimes just spinning wheel. Can't even boot from external disk.
    The only thing that works is booting into Windows Safe Mode. But screen looks fuzzy, with small horizontal lines all over the screen.
    Before my MBP froze there were 8 horizontal lines around the mouse cursor under OSX.
    I just want to try to get to my Mac partition to backup the drive before I go to the Genius Bar.

  • Attempting to use Migration Assistant to restore a Time Capsule backup to a mounted partitioned drive?

    Had a power surge and my Mac Pro did not fare well. Was able to boot from one of the drives in read only mode, so I did a Time Capsule backup of everything on the drive. Reinstalled Mountain Lion. Booted the computer up and am trying to use Migration Assistant to take the Time Capsule backup and restore it to the 1TB drive. When I use Migration Assistant, it says that there is not enough space on the drive to do the restore. I looked in Disk Utility and saw that the start up disk is another one of the 1TB drives with about 600GB used, therefore not enough space to do the restore. I want to restore to the original drive, but it says it is a "Mounted Partitioned Drive". Can I use Migration Assistant to restore a Time Capsule backup to this mounted partitioned drive?
    Thanks in advance for any help - greatly appreciated.

    I am not sure, never had to go there, I have multiple bootable clones of the system online and off, and a couple 1500VA/900W UPS units powering everything.
    http://support.apple.com/kb/HT1427
    http://www.recovermymac.co.uk/data-recovery/time-capsule-data-recovery/
    This is a great article:
    http://pondini.org/OSX/SetupLion.html
    Most questions about TimeCapsule and TimeMachine are under Mac OS X forum as in -
    https://discussions.apple.com/community/mac_os/os_x_mountain_lion#/?tagSet=1468

  • How to search and mount partitions in solaris

    Hi
    I am new to Oracle solaris. I have a dual boot of windows S03 and solaris. I want to install Open Office which I downloaded and copied to D drive when I was in windows. Now how do I navigate to the D drive in solaris. When I select Places/Computer, I see CD drive and a folder named File System . I don't see any other drives.
    I would like to know what is the GUI option to navigate to the drives. I remember, Ubuntu and Fedora do show the drives. Please help me
    Regards
    Srinivas

    Do you know if the Windows partition is NTFS or Fat32? If it's NTFS the only way you can see it is with additional third party software. If it's FAT32 or some type of FAT partition then you can mount it first and then it will show up under the GUI.
    The easiest way to do it would be to burn it to dvd or copy it to usb and then use:
    sudo /path/setup to install OO.
    alan

  • Chown -R user hung on nfs4 mounted partition

    Hi,
    Using Solaris 10 on sparc. NFS v4 as server with default configuration on
    Global zone and nfs4 client on 2 zones.
    share -F nfs -o rw=server-t /nfs/shareddir
    ls -ald /nfs/shareddir
    drwxr-xr-x 2 104 staff 512 Jul 29 16:34 /nfs/shareddir and server-t is a zone .
    on server-t (nfs client)
    mount -F nfs <nfsserver>:/nfs/shareddir /usr/local/shareddir
    ls -ald /usr/local/shareddir
    drwxr-xr-x 2 user staff 512 Jul 29 16:34 /usr/local/shareddir
    <user> is not created on nfs server so /nfs/shareddir is created such that
    owned by UID 104 which is UID of user on client.
    now problem is when a lot of directories were successfully created in
    /usr/local/shareddir and following command is given on only 1 client, the
    process was hung..
    chown -R user /usr/local/shareddir/<somedir>
    above command was hung for hours finally was killed. ( this directory
    is actually shared between 2 NFS4 client on solaris 10 zones)
    what could be reason and is there anything missing in the configuration
    recommended for NFS4, on server and client /etc/default/nfs is untouched.
    there are hugh number of directories and files of large size created on client side..where chown command was run(for same user which already owns that mounted partition)
    Please let me know,
    Thanks,

    jonnybarnes wrote:So this is partition sdb2, I have partition sdb1 mounted as /var, which is also weird because my system doesn't seem slow or sluggish, but I don't really know how often /var is read or written to. If I get a new SATA cable and attach the drive to a different port, it won't become like /dev/sdc will it and thus make my system complain about having no /var folder?
    It might, but that's why you should always use persistent block device naming. With udev the device nodes for your partitions might also change after a reboot so you really shouldn't rely on them.

Maybe you are looking for

  • Sync RFC scenario VS BPM scenario -- speed doubt

    Hello friends!   My case: I have to choose between 2 scenarios: 1) SAP(Idoc) <=> XI <=> ThirdPart(WebService) 2) SAP(s\q\tRFC) <=> XI <=> ThirdPart(WebService) In 1st scenario I need to use BPM. In 2sd I needn't. So I want to know which way more simp

  • Reminder app problem adding new entry.

    I updated my iPad to IOS 5. Testing the "reminder" app lets me easily add new reminders. After three tries all the buttons under "edit" disappeared. Is there any way to reset/reinstall the app or to get the buttons back. As I'm from Germany maybe the

  • Cropping + Changing Canvas Size

    Hello, I have a problem (because I'm a beginner in Photoshop), and it's that when I crop and image and try to change the canvas size - I change the size because I'm using another type of paper - (and anchor the image to the top left), the image looks

  • Returning Date in a Cursor.

    I have a SQL select which will get 'dates' stored in table (field defined as 'date' in table). Which one is a valid statement below? Select TO_DATE(start_date, 'MM/DD/YYYY') from table; Or Select TO_DATE(TO_CHAR(start_date,'MM/DD/YYYY'), 'MM/DD/YYYY'

  • Installation will not accept my serial number to install Adobe 8

    I have a Dell XPS M1530, laptop.  I installed Adobe Photoshop Elements 8 on my computer in March, and  the program worked correctly.  I had Windows Vista on my computer.  I just did a clean installation of Windows 7 to replace Vista.  I cannot reinst