Can't access filesystem?

I installed arch and openbox But I cant seem to access my storage filesystem I get an error like
mount: warning: /mnt/1 seems to be mounted read-only.
and then when I try to cd to the directory...
[!@#$%@Outlaw mnt]$ cd /mnt/1
bash: cd: /mnt/1: Permission denied
[!@#$%@Outlaw mnt]$
But I can access it through the root user but not with my normal user account.
And I also dont have a problem with other filesystems

SN4K3 wrote:
I installed arch and openbox But I cant seem to access my storage filesystem I get an error like
mount: warning: /mnt/1 seems to be mounted read-only.
and then when I try to cd to the directory...
[!@#$%@Outlaw mnt]$ cd /mnt/1
bash: cd: /mnt/1: Permission denied
[!@#$%@Outlaw mnt]$
But I can access it through the root user but not with my normal user account.
And I also dont have a problem with other filesystems
i think that the permissions on /mnt/1 need to be changed so that your "normal" user can read it. check out chmod.

Similar Messages

  • Iphone 4S black screen, and screenshots are 768x by 576y. New screen makes no difference. Can access filesystem via Linux so phone not truly dead. Help!

    i have an iPhone 4S 64GB. The screen went blank. Screenshots done manually then accessed from the
    filesystem are found to be 768x576. New screen - still blank. Can't unlock the phone - can only access
    filesystem on computers that previously synced with it.
    iOS has done quite a good job of adapting to the 'new' resolution, but my phone is now useless. I can't
    unlock it because i guess iOS is strectching the screen beyond the touchscreen sensor.
    Any ideas what might be wrong - I could get an iphone repair shop to put a new screen connector in if
    that could be the problem (the could reball the sound DSP chip at the same time as that has failed;
    nothing some tape over the top mic can't fix but would rather not have to do that. I won't return to apple
    as they would just replace the motherboard (more likely the whole phone) and I would lose all my text
    messages, apps, and so on. Some apps are no longer on the app store either.
    Thank you for any advice - particularly as to why iOS is detecting a screen size that doesn't exist on
    any iOS device, and presumably this is at least one reason for the 'blank' screen (backlight works
    but screen is black). All the usual tricks like hard reset make no difference.
    Thank you!

    Thank you for your useful reply - it has solved the problem that my phone was running in
    an unsupported display mode that no iOS device ever made has run in!
    My laptop is also not user serviceable, but it seems to be running an nVidia card two
    generations ahead of the one it was made for, due to a BIOS modification.
    My MacBook Pro on the other hand definitely hasn't been taken apart, but at least it
    is the non-Retina one (I had the choice of both), and has the latest specs, and yet in
    the future will be user-servicable (e.g. replace battery on a Retina MacBook, or even
    replace the touchpad - will be an (impossible) nightmare!

  • How can a MDB access filesystem?

    Hi,everyone. Should you help me resolve this problem?
    <b>--How can a MDB access filesystem?</b>
    SOURCE CODE:
    public void onMessage(javax.jms.Message aMessage) {
    try{
    FileOutputStream fos = new FileOutputStream(new File("D:\\Temp\\a.nok"));
    fos.write("testing".getBytes() );
    fos.flush();
    fos.close();
    }catch(Exception e){
    e.printStackTrace();
    RESPONSE:
    java.security.AccessControlException: access denied (java.io.FilePermission D:\Temp\a.nok write)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.checkWrite(SecurityManager.java:975)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:169)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at neu.mid.mag.mlm.MsgMonitorBean.onMessage(MsgMonitorBean.java:51)
    at com.sun.ejb.containers.MessageBeanContainer.onMessage(MessageBeanContainer.java:653)
    at com.sun.ejb.containers.MessageBeanListenerConcurrent.onMessage(MessageBeanListenerConcurrent.java:20)
    at com.sun.jms.client.SessionImpl.onSessionMessageListener(SessionImpl.java:981)
    at com.sun.jms.client.SessionImpl.deliverMessage(SessionImpl.java:1072)
    at com.sun.jms.client.JMSClientImpl.sendMessage(JMSClientImpl.java:149)
    at org.omg.stub.com.sun.jms.client._JMSClientImpl_Tie._invoke(Unknown Source)
    at com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:350)
    at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:250)
    at com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.invoke(LocalClientRequestImpl.java:96)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:227)
    at com.sun.corba.ee.internal.corba.ClientDelegate.invoke(ClientDelegate.java:269)
    at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
    at org.omg.stub.com.sun.jms._JMSClient_Stub.sendMessage(Unknown Source)
    at com.sun.jms.service.ConnectionImpl.sendMessage(ConnectionImpl.java:475)
    at com.sun.jms.service.SessionImpl.processOutgoingMessages(SessionImpl.java:1295)
    at com.sun.jms.service.SessionImpl.access$000(SessionImpl.java:45)
    at com.sun.jms.service.SessionImpl$1.activityDetected(SessionImpl.java:1014)
    at com.sun.jms.util.WorkerThread.run(WorkerThread.java:87)

    Hi,
    Hi,everyone. Should you help me resolve this problem?
    <b>--How can a MDB access filesystem?</b>
    SOURCE CODE:
    public void onMessage(javax.jms.Message aMessage)
    ge) {
    try{
    FileOutputStream fos = new
    m fos = new FileOutputStream(new
    File("D:\\Temp\\a.nok"));
    fos.write("testing".getBytes() );
    fos.flush();
    fos.close();
    }catch(Exception e){
    e.printStackTrace();
    This is fine .......
    RESPONSE:
    java.security.AccessControlException: access denied
    (java.io.FilePermission D:\Temp\a.nok write)
    at
    at
    at
    t
    java.security.AccessControlContext.checkPermission(Acce
    sControlContext.java:270)
    at
    at
    at
    t
    java.security.AccessController.checkPermission(AccessCo
    troller.java:401)
    at
    at
    at
    t
    java.lang.SecurityManager.checkPermission(SecurityManag
    r.java:542)
    at
    at
    at
    t
    java.lang.SecurityManager.checkWrite(SecurityManager.ja
    a:975)
    at
    at
    at
    t
    java.io.FileOutputStream.<init>(FileOutputStream.java:1
    9)
    at
    at
    at
    t
    java.io.FileOutputStream.<init>(FileOutputStream.java:1
    1)
    at
    at
    at
    t
    neu.mid.mag.mlm.MsgMonitorBean.onMessage(MsgMonitorBean
    java:51)
    at
    at
    at
    t
    com.sun.ejb.containers.MessageBeanContainer.onMessage(M
    ssageBeanContainer.java:653)
    at
    at
    at
    t
    com.sun.ejb.containers.MessageBeanListenerConcurrent.on
    essage(MessageBeanListenerConcurrent.java:20)
    at
    at
    at
    t
    com.sun.jms.client.SessionImpl.onSessionMessageListener
    SessionImpl.java:981)
    at
    at
    at
    t
    com.sun.jms.client.SessionImpl.deliverMessage(SessionIm
    l.java:1072)
    at
    at
    at
    t
    com.sun.jms.client.JMSClientImpl.sendMessage(JMSClientI
    pl.java:149)
    at
    at
    at
    t
    org.omg.stub.com.sun.jms.client._JMSClientImpl_Tie._inv
    ke(Unknown Source)
    at
    at
    at
    t
    com.sun.corba.ee.internal.corba.ServerDelegate.dispatch
    ServerDelegate.java:350)
    at
    at
    at
    t
    com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:250
    at
    at
    at
    t
    com.sun.corba.ee.internal.iiop.LocalClientRequestImpl.i
    voke(LocalClientRequestImpl.java:96)
    at
    at
    at
    t
    com.sun.corba.ee.internal.corba.ClientDelegate.invoke(C
    ientDelegate.java:227)
    at
    at
    at
    t
    com.sun.corba.ee.internal.corba.ClientDelegate.invoke(C
    ientDelegate.java:269)
    at
    at
    at
    t
    org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.ja
    a:457)
    at
    at
    at
    t
    org.omg.stub.com.sun.jms._JMSClient_Stub.sendMessage(Un
    nown Source)
    at
    at
    at
    t
    com.sun.jms.service.ConnectionImpl.sendMessage(Connecti
    nImpl.java:475)
    at
    at
    at
    t
    com.sun.jms.service.SessionImpl.processOutgoingMessages
    SessionImpl.java:1295)
    at
    at
    at
    t
    com.sun.jms.service.SessionImpl.access$000(SessionImpl.
    ava:45)
    at
    at
    at
    t
    com.sun.jms.service.SessionImpl$1.activityDetected(Sess
    onImpl.java:1014)
    at
    at
    at
    t
    com.sun.jms.util.WorkerThread.run(WorkerThread.java:87)
    First of all in the specificaitons it is recommended not to use the i/o with ejb.So you should avoid doing same.
    Now the exception you are getting is due to the SecurityManager at the server side JVM.In order to make it run you have to modify the java.policy file present with in the JAVA_HOME/jre/lib/security.
    With in this file you add the following entry
    permission java.io.FilePermission "D:\\Temp\\a.nok", "read,write";
    For more details you should refer to the concept of the Security Manager which is not loaded by default in java app but in applets and in server side applications it is made for security purposes.
    Regards
    Vicky

  • [Solved] Owncloud can't access remotely if not on root of server

    I installed Owncloud on a new archlinux server I have. It will be used as a firewall and router (it has 2 nics)
    The default owncloud package from AUR makes a config file for apache that creates a virtual host on port 80 of the server pointing to owncloud.
    So when I browse the servers IP from the lan, I get owncloud's web interface.
    But I want to access that interface from a /owncloud address so I can use the root of the web server to host a page with links to different services and some info that will be useful for the people on that lan. So I removed the virtual host from the conf file.
    Now i can only access the web interface if i browse on the server it self. But when I try from a computer on the lan I get the "https" on the url bar and a "can't connect" error.
    the modified owncloud.conf for the apache server is this: http://pastebin.com/nJrYWh3r
    How can I "move" the owncloud to use 192.168.0.1/owncloud on the lan for the web interface?
    Last edited by santodelaespada (2012-08-31 20:35:32)

    teekay wrote:
    It should work already as the default config also sets an /owncloud alias. If it doesn't work, try
    ln -s /usr/share/webapps/owncloud /srv/http/owncloud
    It worked before when I first tested owncloud (6 months ago)
    the symlink works if I remove apaches owncloud conf file.
    I'll mark this as solved, but it should work with the conf file in place, not the symlink on the filesystem.
    Thanks, I don't know why i did not try that before

  • Can only access certain man pages with sudo

    I can only access certain man pages with sudo. They aren't accessible as either root or normal user. I can't be a 100% sure but it would appear that the man pages I have problems with are those located in /usr/share/man. I can't see any differences in file or directory permissions with those located in /usr/man. Anyone else having this problem. Or have I commited another noobish mistake.
    man pacman is an example.
    Any pointers would be greatly appreciated.

    the filesystem and bash packages need to be updated after the pacman 3.1 release
    if you want immediate results add
    UNSET MANPATH to your .bashrc
    Last edited by dolby (2008-01-24 20:45:17)

  • Suddenly can not access .mac mail from Apple Mail

    Suddenly, I can not access .mac mail from Apple Mail (Version 2.1.1 (752.3)).
    For quite a few years I have been using Apple Mail to access my .mac email. As of last Friday, Mail stopped working. Nothing has changed (accept for the installation of the latest OS X security upgrade - SecUpd2006-008Univ.pkg).
    I can still access my .mac mail through the .mac web browser and I can still access it through SnapperMail on my Palm Treo 680. But, when I open Apple Mail on my MacBook, it does not do anything, just sits there. When I open the Activity Viewer window, 3 activities are going on:
    1. Opening Mailbox
    2. Synchronizing with Server (Connecting to...)
    3. Synchronizing with Server (Synchronizing with...)
    After a few minutes, the error triangle appears next to the Inbox and .Mac logos on the left hand panel.
    I have tried Apple Mail from several locations (different ISP / WiFi / LAN) over several days but get the same problem.
    Does anyone have ideas for a solution?
    Regards
    Peter

    Let’s first make sure that the update is installed properly, and post back with your observations when done.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, reinstall the update that appears to not have been installed properly. You may also need to reinstall the Combo Update for the type of computer and the version of Mac OS X you’re using, unless this is the version of Mac OS X that came with your computer:
    About the Mac OS X 10.4.8 Combo Update
    Mac OS X 10.4.8 Combo Update for PPC
    Mac OS X 10.4.8 Combo Update for Intel
    Take a look at the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk before installing the update, no applications should be running while installing it, and you may experience unexpected results if you have third-party system software modifications (not normal applications) installed.

  • HT201341 Ever since I tried to update or install Yosemite---I can not access my iPhoto! It is stuck saying that it is in use with another application or has become unreadable.

    I can't access iPhoto after Yosemite install/upgrade on my Mac. Upgrade appears to be complete. There are no other applications that need to be updated. I've disconnected my external My Passport for fear of pictures being lost in there. I think Yosemite is the first operating system that I upgraded to?

    Upgrade appears to be complete.
    Do you mean, the iiPhoto application has been upgraded to iPhoto 9.6, or the iPhoto Library has already been upgraded to iPhoto 9.6 format?
    I've disconnected my external My Passport for fear of pictures being lost in there.
    Where is your iPhoto Library? On your My Passport or in the default location in your Pictures folder?
    If the iPhoto library is on your external drive, then check the filesystem. iPhoto needs the iPhoto Library to be on a drive formatted MacOS Extended (Journaled). If the filesystem should be wrong, move your iPhoto Library to a drive with the correct filesystem.

  • Can't access mail program'

    I can't access my mail program on mac book air.
    OSX 10.9.5
    i deleted 1300 emails at one time.  Since then each time I try to enter the mail program, I get kicked out.
    I restarted the computer ,after several attempts to access the email program, but still have the problem.
    I know my start up disk is almost full.
    What can I do now?

    For information about the Other category in the Storage display, see this support article. If the Storage display seems to be inaccurate, try rebuilding the Spotlight index.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
              iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then restart the computer. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation—not the mythical 10%, 15%, or any other percentage. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) or GrandPerspective (GP) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one. Note that ODS only works with OS X 10.8 or later. If you're running an older OS version, use GP.
    Deleting files inside a photo or iTunes library will corrupt the library. Changes to such a library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    If you have more than one user account, make sure you're logged in as an administrator. The administrator account is the one that was created automatically when you first set up the computer.
    Install the app you downloaded in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    sudo /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
    Launch the built-in Terminal 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.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. Ignore any other messages that appear in the Terminal window.
    The application window will open, eventually showing all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • [HDD] After 1 hour I can't access to my HDD anymore... (solved)

    Hi !
    I have a problem with Arch, when I boot to Arch after one hour all the files seems to disappear of my HDD, they're no reachable, my computer slows down and finally he stops reacting. I have to hard reboot...
    When I boot after that I have fsck errors after each hard reboot but also when I reboot normally, I have these errors :
    /dev/sda3: recovering journal
    /dev/sda3 contains a file system with errors, check forced.
    /dev/sda3:
    Inodes that were part of a corrupted orphaned linked list found.
    /dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options)
    *****FILESYSTEM CHECK FAILED*****
    * please run fsck manually. After le- *
    * aving this maintenance shell, the *
    * system will reboot automatically *
    sh: can't access tty; job control turned off
    [rootfs /]#_
    At first I thought about my HDD was about to die, but I installed Arch on another HDD and I had the same errors as the first HDD.
    Do you know what is happening to me ? Do you need more information ?
    Thanks !
    Edit : Is that possible that the problem is about the kernel ? This problem seems to have appeared at the same time as I updated from 3.7 to 3.8. Coincidence or not ?
    Last edited by Ichigo-Roku (2013-03-22 15:48:29)

    Yeah, funny thing is I cant find any patch in the last two stable releases in 3.8.x series that could have resolved this issue.
    One was related to the loopback devices (this shouldn't be it), other one for DM (that really could have been it based on the commit log) but it was already present in 3.8.3 and I don't think you have a configuration that could have triggered the bug (maybe I'm wrong).
    I'm puzzled but I'm really glad that this problem is solved.

  • Postgresql error: Log show can't access postgresql.conf

    Hello,
    In the Console, I have this looping error:
    18/07/12 3:57:23.534 AM org.postgresql.postgres: postgres_real cannot access the server configuration file "/var/pgsql/postgresql.conf": No such file or directory
    18/07/12 3:57:23.536 AM com.apple.launchd: (org.postgresql.postgres[9841]) Exited with code: 2
    18/07/12 3:57:23.536 AM com.apple.launchd: (org.postgresql.postgres) Throttling respawn: Will start in 10 seconds
    Spec: MBP 7,1, 2.4gHz Intel Core 2 Duo, 4GB DDR3 Ram, 500GB hard drive with Lion Server 10.7.4
    Advice?
    Thanks,
    Tony

    I'm having the same problem here.
    Last night my laptop shut down due to lack of power   It dualboots Win7 and Arch, neither of which run:
    Here's the error I'm getting:
    EXT4-fs (sda6): mounted filesystem with ordered data mode.  Opts: (null)
    ERROR: Root device mounted successfully, but /sbin/init does not exist.
    Bailing out, you are on your own.  Good luck.
    /bin/sh: can't access tty; job control turned off
    [ramfs /]#
    Booting into Win7 yields:
    BOOTMGR is missing
    I've booted up a KNOPPIX Livecd and the filesystem appears ok.  Can I just try and reinstall GRUB, as I'm assuming that's what the problem is?
    Thanks in advance,
    Jacques

  • I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    I downloaded 11.1 but now can't access the store, can only view my library. I've reinstalled but still get a blank, white screen when I try to go to the itunes store. How can I get to the store for purchases?

    In iTunes prefs>Store - is the Store check box unchecked?
    Did you repair pemissions with Disk Utility?
    MJ

  • How can I access my iCloud account on the web from my phone

    how can I access my iCloud account on the web from my phone
    iPhone 5 iOS 8.3
    I have iCloud turned on, location services on, find my phone works but when I try to access iCloud via Safari on the phone it takes me to a page Apple.com,
    iCloud then three options
    set up iCloud on my phone (i have)
    Install Find my phone, it is installed and it works from my MBP
    or install find my friends, I don't need that I have no friends.
    my calendars and contacts and bookmarks and all are all sync'd and working on the phone, but i thought if I typed in iCloud.com on the phone in Safari I would go to my iCloud web page that looks like this on my Mac.
    Is that NOT how iCloud should/would look on my phone via Safari?
    This is maybe a dumb question after 3+ year of iPhone'ing
    thank you for clarifying or helping me to understand
    jojoguitar_mmn_usa

    I've been playing with a Galaxy here at work and here's what I've found so far - please feel free to jump in and suggest alternative methods to configure or access the various icloud components.
    So the original Q: Can you access your icloud account on Android?
    Not entirely: the website can't be used from an android browser (not properly - even with Dolphin HD and posing as different browsers it won't load correctly.  So Find my iphone is out, so is the address book or looking at your e-mail or calendar just in a browser window
    I was able to setup my e-mail using the IMAP settings published here:
    http://support.apple.com/kb/HT4864
    Be sure to setup the account manually - and note if you have trouble using SSL try TLS (that worked for me)
    Address book is a no go so you'll have to use iTunes to sync all your contacts over to Gmail - if you still have an iPad it means managing contacts in two places though .  Same goes for your calendar - transfer it to Gmail and forget about iCloud's calendar.  Nice instructions here: http://howto.cnet.com/8301-11310_39-20064060-285/how-to-switch-from-iphone-to-an droid/
    iWork is an Apple proprietary bit so don't expect much there.
    So in my case, if I'm really going to make the switch to a Galaxy from my iPhone it really means I'm going to have to switch to using google as the backend.  The timing to swap over to a galaxy/android phone is not the greatest - given that I'd have to give up my Apple addiction (syncing photos and itunes and losing access to my device tracking).  Plus I still have an iPad and a mac and like living in the Apple ecosystem.  I think I'll wait and see what the new iPhone looks like before I commit

  • When I plug in my Ipod touch to my computer a warning appears "The program cant start because MSVCR80.dll is missing."  I can not access my Itunes library.  Also, an "error 7 Windows error 126" appears as well.  Any ideas?

    When I plug in my Ipod Touch to my computer I can not access my Itunes library.  The following message appears "The program cant start because MSVCR80.dll is missing."  Also, another message appears as well - "Error 7  Windows error 126" as well as APSDaemon.exe.
    I have NO IDEA what the heck to do.
    Any ideas?
    Thanks!

    Issues installing iTunes or QuickTime for Windows
    solving MSVCR80
    iTunes 11.1.4 for Windows: Unable to install or open
    Troubleshooting issues with iTunes for Windows updates

  • TS4002 I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password I want a solution to the problem, because in this way I

    I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password
    I want a solution to the problem, because in this way I will not benefit from the iPad

    There is no solution.  You have to provide the ID and password.  There is no way around it.  If the person you bought it from can't provide it, return it and get your money back.

  • Can't access recent Emails from mail tile in window 8.1

    Can't access recent Emails from mail tile in window 8.1.  Everything working fine until yesterday.  I can get my Emails by going to google Chrome and accessing my gmail but I like just hitting the mail tile in 8.1.  Also  is the start
    of something bad onmy computer?

    Hi,
    Could you please explain a bit for the " mail tile " mentioned here?
    If you mean to access e-mail with the Mail APP, and have issues when using it, we may first take a try with the
    Apps troubleshooter.
    More information regarding mail APP troubleshooting, please check the below TechNet Wiki:
    Troubleshooting the Modern Mail App on Windows 8
    Troubleshoot problems with an app
    If any further help needed, please feel free to update here.
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for

  • Double listing of events in ical and iphone

    Hi When I view calendar on the iPhone I have 2 entries listed for the same event and on my MBP. The events are colour coded to Entourage, which is set up to syc with ical. Any idea on how to resolve this issue please Thanks Lee

  • Where can i find a replacement screen for my 30 inch cinema LM300W01

    Hi, my cinema has a broken screen and I would like a replacement screen, i would like to know where i can find one. Can anyone help me, my monitor is in perfect condition and needs a new screen. Thanks [email protected] Message was edited by: crwoo

  • Save upon exit

    I get a dialog each time I exit. It says C:\document and setting\osusername\.sqldeveloper\tmp\sqldev58722.sql has been modified. Save changes? version 1.0.0.13.43 build-main-13.43 proper to say yes or no?

  • Tax calculation in the PO- Urgent

    Hi, This is ECC 6.0 using TAXINN, During creation of PO giving tax code V2 . Once we give the tax code in the PO, Taxes Button is activated , I am able to see the calculation there. But these taxes are not getting affected once we come back from the

  • HT204053 Why can't I get into iCloud

    I try to go to iCloud goes to page telling how to setup in settings that has been done