the freecom works not others tho<br><br><div><span class="gmail_quote">On 20/04/2009, <b class="gmail_sendername">jdow</b> <<a href="mailto:jdow@earthlink.net">jdow@earthlink.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Oh - that may be a problem. So let's simply try pulling the USB drives,<br> rebooting to get a clean place to work, and then manually mount the<br> VFAT drive, the 400G drive. If you can manually mount it successfully<br>
then you can follow the steps below for creating your fstab entries.<br> <br> Check to make sure the drive loaded as sdb by using fdisk or something<br> similar, "sudo fdisk -l /dev/sdb". If that works the drive is sdb. Try<br>
also for sdc in case something remembers it was at one time sdc.<br> <br><br> sudo mkdir /media/External/400GB<br> <br>sudo mount /dev/sdb /media/External/400GB<br> (or if that fails "sudo mount -t vfat /dev/sdb /media/External/400GB")<br>
<br> If you can get that far the first trial fstab entry should work - after<br> you "sudo umount /media/External/400GB".<br> <br> Note I am using the drive sizes to disambiguate the naming. Once you<br> get them mounting the way you want you can go on to create the real<br>
mount points you want to use and make the necessary change in fstab.<br> <br><br> {^_^}<br> ----- Original Message -----<br> From: "MG" <<a href="mailto:m.s0128532@gmail.com">m.s0128532@gmail.com</a>><br>
<br>Sent: Monday, 2009/April/20 12:52<br> <br> <br> > how do I get Windows back?<br> ><br> > On 20/04/2009, jdow <<a href="mailto:jdow@earthlink.net">jdow@earthlink.net</a>> wrote:<br> >><br> >> First step I'd make sure the device still mounts on Windows. I believe<br>
>> you've said they are USB based devices. So make sure you "safely<br> >> remove hardware" to dismount the drives before going back to Linux.<br> >><br> >> If it mounts for Windows and you dismount it properly it should mount<br>
>> on Linux. That's appararently your FAT based disk. So you should not<br> >> try mounting it NTFS. And you are not.<br> >><br> >> If they are USB devices they may change device numbers depending on<br>
>> the order in which they are detected or inserted. So labels or UUIDs<br> >> are a better approach.<br> >><br> >> Presuming you are in Linux comment out the lines for the three USB<br> >> drives.<br>
>><br> >> Then make sure the disks are "clean" on Windows and dismounted cleanly.<br> >><br> >> Leave them disconnected and boot Linux.<br> >><br> >> Now plug in the drive designated as /dev/sdc originally. It's the<br>
>> 400.0 GB drive.<br> >><br> >> Check that the drive was found using fdisk on /dev/sdb or /dev/sdc<br> >> (etc). Once you find it we can start rebuilding fstab, slowly and<br> >> methodically.<br>
>><br> >> Presuming that it's /dev/sdb, since it is the only other drive<br> >> attached, create a line in /etc/fstab that looks like this:<br> >><br> >> sudo /dev/sdb1 /media/External/400GB vfat rw,hard,intr 0 0<br>
>><br> >> Create the /media/External/400GB mountpoint directory.<br> >> (sudo mkdir /media/External/400GB)<br> >><br> >> Now we're ready to "sudo mount /dev/sdb1". If that worked we're part<br>
>> way there. Now unmount it and let's edit the fstab again.<br> >> sudo umount /dev/sdb1<br> >><br> >> You ran vol-id while this drive was drive C - I think. (If you have<br> >> been plugging and uplugging the drives the data may be wrong. So<br>
>> check it again running vol-id against /dev/sdb in this case.)<br> >><br> >> Edit the line in fstab starting with /dev/sdc1 to change "/dev/sdc1"<br> >> to "UUID=17E8-082F".<br>
>><br> >> Now try "sudo mount /media/External/400GB". If that worked you are<br> >> nearly home free.<br> >><br> >> Repeat for mountpoints /media/External/320GB and /media/External/160GB.<br>
>> Make sure you have the drive UUID's correct and working. Then it will<br> >> not matter in which order the drives are discovered on boot up or as<br> >> you plug and unplug them. If you plug and unplug with Linux running you<br>
>> must use "umount" to dismount the drive before unplugging it. And you<br> >> may need to use "mount" to mount the drive after plugging it in. If you<br> >> plan to have them always present you can change the final zeros on the<br>
>> fstab lines to 2 and have them mount at boot time.<br> >><br> >> {^_^}<br> >><br> >><br> >> ----- Original Message -----<br> >> From: "MG" <<a href="mailto:m.s0128532@gmail.com">m.s0128532@gmail.com</a>><br>
>><br> >> To: "Ubuntu user technical support,not for general discussions"<br> >> <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>><br> >><br> >> Sent: Monday, 2009/April/20 11:44<br>
>> Subject: Re: Missing hard drive space<br> >><br> >><br> >> > Some progress, any ideas now?<br> >> > Thx!<br> >> ><br> >> > root@THUNDERCAT1:/home/max# sudo mount -a<br>
>> > mount: wrong fs type, bad option, bad superblock on /dev/sdc1,<br> >> > missing codepage or helper program, or other error<br> >> > In some cases useful info is found in syslog - try<br>
>> > dmesg | tail or so<br> >> ><br> >> > $MFTMirr does not match $MFT (record 1).<br> >> > Failed to mount '/dev/sdb1': Input/output error<br> >> > NTFS is either inconsistent, or you have hardware faults, or you have a<br>
>> > SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows<br> >> > then reboot into Windows TWICE. The usage of the /f parameter is very<br> >> > important! If you have SoftRAID/FakeRAID then first you must activate<br>
>> > it and mount a different device under the /dev/mapper/ directory, (e.g.<br> >> > /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation<br> >> > for the details.<br> >> > NTFS signature is missing.<br>
>> > Failed to mount '/dev/sdd1': Invalid argument<br> >> > The device '/dev/sdd1' doesn't have a valid NTFS.<br> >> > Maybe you selected the wrong device? Or the whole disk instead of a<br>
>> > partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?<br> >> > root@THUNDERCAT1:/home/max#<br> >> ><br> >> > # /etc/fstab: static file system information.<br> >> > #<br>
>> > # -- This file has been automaticly generated by ntfs-config --<br> >> > #<br> >> > # <file system> <mount point> <type> <options> <dump> <pass><br>
>> ><br> >> > proc /proc proc defaults 0 0<br> >> > # Entry for /dev/sda1 :<br> >> > UUID=d053ecd0-1482-4cfc-8b34-1d821a41f843 / ext3<br> >> > relatime,errors=remount-ro<br> >> > 0 1<br>
>> > # Entry for /dev/sda5 :<br> >> > UUID=8c6a2356-9c6b-4ef1-9b65-8e6edbf76120 none swap sw 0 0<br> >> > /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0<br> >> > none /mnt/ramfs tmpfs defaults 0 0<br>
>> > # Entry for /dev/sdc1 :<br> >> > /dev/sdc1 /media/External/usb1 vfat rw,hard,intr 2 2<br> >> > # Entry for /dev/sdb1 :<br> >> > /dev/sdb1 /media/External/usb2 ntfs-3g rw,hard,intr 2<br>
>> > 2<br> >> > # Entry for /dev/sdd1 :<br> >> > /dev/sdd1 /media/External/usb3 ntfs-3g rw,hard,intr 2<br> >> > 2<br> >> ><br> >><br> >><br> >><br>
>><br> >> --------------------------------------------------------------------------------<br> >><br> >><br> >><br> >> > --<br> >> > ubuntu-users mailing list<br> >> > <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
>> > Modify settings or unsubscribe at:<br> >> > <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br> >> ><br> >><br>
>><br> >> --<br> >> ubuntu-users mailing list<br> >> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br> >> Modify settings or unsubscribe at:<br> >> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
>><br> ><br> <br> <br> <br>--------------------------------------------------------------------------------<br> <br> <br> > --<br> <br>> ubuntu-users mailing list<br> > <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at:<br> > <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br> ><br> <br> <br> --<br> ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div><br>