BMW 1 Series Coupe Forum / 1 Series Convertible Forum (1M / tii / 135i / 128i / Coupe / Cabrio / Hatchback) (BMW E82 E88 128i 130i 135i)
 





 

Post Reply
 
Thread Tools Search this Thread
      02-24-2009, 04:40 PM   #1
Kiemyster
Bimmerpost Resident Marijuana Consultant
Kiemyster's Avatar
Trinidad_and_tobago
448
Rep
3,197
Posts

Drives: 320i, 325xi, 335Xi, 335i, M3
Join Date: Nov 2006
Location: Queens/NYC

iTrader: (4)

Garage List
Computer Help Needed- Vista related

long story short: my norton crashed my laptop. Destroyed the Disk.sys file. I removed the hard drive, put it in an encasing, and im trying to access my user files. it wont allow me to access my folder. how to bypass this?

i really need someones help with this..... i cant afford to loose my data.
Attached Images
  
__________________
"AMG What! S-Line Who? If you ain't got that M I got no respect for you!"
'06 Alpine Weiss E90 320i | '06 The Green Machine E90 325xi | '11 Alpine Weiss E90 M3 ZCP | '10 Silverstone X5M | '11 Alpine Weiss E90 335xi
Appreciate 0
      02-24-2009, 04:50 PM   #2
Kiemyster
Bimmerpost Resident Marijuana Consultant
Kiemyster's Avatar
Trinidad_and_tobago
448
Rep
3,197
Posts

Drives: 320i, 325xi, 335Xi, 335i, M3
Join Date: Nov 2006
Location: Queens/NYC

iTrader: (4)

Garage List
Quote:
Originally Posted by anmcguire View Post
If nobody else comes up with a better vista-centric solution then I'd boot a linux livecd of some sort, mount the drive as an NTFS filesystem, and copy the data off that way.
do you have a link to send me to give me a better idea of what that proceedure involves/how to do it?
__________________
"AMG What! S-Line Who? If you ain't got that M I got no respect for you!"
'06 Alpine Weiss E90 320i | '06 The Green Machine E90 325xi | '11 Alpine Weiss E90 M3 ZCP | '10 Silverstone X5M | '11 Alpine Weiss E90 335xi
Appreciate 0
      02-24-2009, 04:52 PM   #3
Kensta335
Brigadier General
Kensta335's Avatar
161
Rep
3,637
Posts

Drives: 335i Coupe
Join Date: Mar 2007
Location: So Cal 626

iTrader: (4)

Are you on an admin account?
Appreciate 0
      02-24-2009, 04:57 PM   #4
Kiemyster
Bimmerpost Resident Marijuana Consultant
Kiemyster's Avatar
Trinidad_and_tobago
448
Rep
3,197
Posts

Drives: 320i, 325xi, 335Xi, 335i, M3
Join Date: Nov 2006
Location: Queens/NYC

iTrader: (4)

Garage List
Quote:
Originally Posted by Kensta335 View Post
Are you on an admin account?
yes.
__________________
"AMG What! S-Line Who? If you ain't got that M I got no respect for you!"
'06 Alpine Weiss E90 320i | '06 The Green Machine E90 325xi | '11 Alpine Weiss E90 M3 ZCP | '10 Silverstone X5M | '11 Alpine Weiss E90 335xi
Appreciate 0
      02-24-2009, 05:00 PM   #5
radix
you know he kills little girls like you
radix's Avatar
No_Country
388
Rep
892
Posts

Drives: -
Join Date: Feb 2008
Location: -

iTrader: (0)

Quote:
Originally Posted by Kiemyster View Post
do you have a link to send me to give me a better idea of what that proceedure involves/how to do it?
Download and burn an ISO of a linux livecd. Ubuntu would probably be the easiest.

http://www.ubuntu.com/getubuntu/download


Boot from the livecd. Then, as root on the console or in a terminal, do

Code:
#fdisk -l
to get the block device name for your ntfs partition (e.g. /dev/hda1).

Next mount the ntfs partition.

Code:
# mount -t ntfs -o ro /dev/hda1 /mnt
Copy data off of a drive to another drive that you mounted using a similar procedure (say /dev/hdb1), or use ftp to copy the data off. You can compress your files in a windows friendly format like so:

Code:
# mkdir test
# touch test/{a,b,c}
# zip test.zip test/*
  adding: test/a (stored 0%)
  adding: test/b (stored 0%)
  adding: test/c (stored 0%)
Forget the mkdir and touch commands, they're only there to illustrate a point.

I'd only use this as a last resort though. There is more than likely a much friendlier vista-centric solution. I've used this procedure for friends when all else fails though. If nothing else works, PM me.
Appreciate 0
      02-24-2009, 05:13 PM   #6
Kiemyster
Bimmerpost Resident Marijuana Consultant
Kiemyster's Avatar
Trinidad_and_tobago
448
Rep
3,197
Posts

Drives: 320i, 325xi, 335Xi, 335i, M3
Join Date: Nov 2006
Location: Queens/NYC

iTrader: (4)

Garage List
well i just destroyed my western digital passport 320gb hdd case to remove the hard drive. i mounted vista x64 on it and i just loaded it up into my asus.... say a prayer for me!
__________________
"AMG What! S-Line Who? If you ain't got that M I got no respect for you!"
'06 Alpine Weiss E90 320i | '06 The Green Machine E90 325xi | '11 Alpine Weiss E90 M3 ZCP | '10 Silverstone X5M | '11 Alpine Weiss E90 335xi
Appreciate 0
      02-24-2009, 05:18 PM   #7
b335i
First Lieutenant
b335i's Avatar
17
Rep
386
Posts

Drives: 2008 e92 335i, 2012 f10 535i
Join Date: Dec 2007
Location: socal

iTrader: (3)

Easy, should have just booted to safemode, turn off simple sharing.

Then change security permissions for that directory (for all administrators or your specific username, etc) and apply changes to all child directories.
Appreciate 0
      02-25-2009, 12:08 AM   #8
Kiemyster
Bimmerpost Resident Marijuana Consultant
Kiemyster's Avatar
Trinidad_and_tobago
448
Rep
3,197
Posts

Drives: 320i, 325xi, 335Xi, 335i, M3
Join Date: Nov 2006
Location: Queens/NYC

iTrader: (4)

Garage List
Quote:
Originally Posted by b335i View Post
Easy, should have just booted to safemode, turn off simple sharing.

Then change security permissions for that directory (for all administrators or your specific username, etc) and apply changes to all child directories.
come on dude, dont you think i tried everything? i tried booting up in safe mnode, then with networking, then with command prompt, then with low rez video, everything. the shit wouldnt start.

but anyways, my diabolical plan worked out just fine.... didnt have to loose anything. thanks for your concern and assistance anmcguire!
__________________
"AMG What! S-Line Who? If you ain't got that M I got no respect for you!"
'06 Alpine Weiss E90 320i | '06 The Green Machine E90 325xi | '11 Alpine Weiss E90 M3 ZCP | '10 Silverstone X5M | '11 Alpine Weiss E90 335xi
Appreciate 0
      02-25-2009, 08:10 AM   #9
MadDog
Careful, I Bite.....
MadDog's Avatar
United_States
153
Rep
504
Posts

Drives: 2006 325i
Join Date: Dec 2006
Location: S.F. Bay Area

iTrader: (0)

Garage List
2006 325i  [7.50]
Quote:
Originally Posted by Kiemyster View Post
come on dude, dont you think i tried everything? i tried booting up in safe mnode, then with networking, then with command prompt, then with low rez video, everything. the shit wouldnt start.

but anyways, my diabolical plan worked out just fine.... didnt have to loose anything. thanks for your concern and assistance anmcguire!

Your account may have administrator privileges, but you are not the "Administrator".

This is how you activate the Administrator account:

1. Logon to Vista using your usual account.
2. Launch the cmd prompt - Make sure you select, 'Run as administrator'
3. Net user administrator password
4. Net user administrator /active:yes
5. Switch User, or logoff
6. Logon as Administrator Password password
(Your password may be different!)


Once you have logged on as the Administrator, try accessing your files.
Appreciate 0
      02-25-2009, 06:46 PM   #10
mrvuml
Lieutenant
mrvuml's Avatar
United_States
19
Rep
459
Posts

Drives: E90 335i w/ZSP
Join Date: Nov 2007
Location: SLO, CA

iTrader: (0)

Garage List
2008 335i Sedan  [0.00]
Quote:
Originally Posted by b335i View Post
Easy, should have just booted to safemode, turn off simple sharing.

Then change security permissions for that directory (for all administrators or your specific username, etc) and apply changes to all child directories.
What does turning off simple sharing achieve in this scenario?
Appreciate 0
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 05:52 AM.




1addicts
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST