I used this link before the upgrade, http://www.psychocats.net/ubuntu/mountwindows and it did an awesome job , Most things i could email my self . It woudl be nice to have the access back . Does fiesty fawn aut detect the drive?
Announcement
Collapse
No announcement yet.
lost windows drive access.
Collapse
This topic is closed.
X
X
-
Re: lost windows drive access.
You seem to have "lost" the required entry to the file system table ... to check as well as restore that, we'll have to gather information first, in particular: the results from sudo fdisk -l and the contents of /etc/fstab, respectively.
- Top
- Bottom
-
Re: lost windows drive access.
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 14593 117218241 7 HPFS/NTFS
Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 4664 37463548+ 83 Linux
/dev/sdb2 4665 4865 1614532+ 5 Extended
/dev/sdb5 4665 4865 1614501 82 Linux swap / Solaris
sudo nano /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hdb1
UUID=b63c2b1b-abca-440f-a1cb-05b47cbd2963 / ext3 defaults,erro$
# /dev/hdb5
UUID=b6350a71-5985-45ba-8108-9aa52ff70802 none swap sw $
/dev/hda1 /windows ntfs nls=utf8,umask=0222 0 0
/dev/hdb1 /fat_files vfat iocharset=utf8,umask=000 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/cdrom /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
- Top
- Bottom
Comment
Comment