Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: FAT32 Live USB Question

  1. #1
    Join Date
    Sep 2010
    Beans
    8

    Question FAT32 Live USB Question

    I have a ginormous 32GB "Patriot" USB keychain drive, and I have done the following to it:

    1) Formatted it FAT32 in Windows
    2) Used the Universal-USB-Installer-1.7.9.1 to create a persistent Live USB (with 4GB Persistence casper-rw file), without reformatting, so it's still FAT32

    That works really well, and I have a flash drive with 22GB of free space on it.

    Next,

    3) I created a directory off of the root called zDATA ("z" so it shows up at the bottom)

    That is how I add/remove data to/from the drive from Windows

    Question:

    How can I mount the stick in Ubuntu so I can also access the zDATA directory?

    Thanks for your help!

    --Keith Brafford

  2. #2
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FAT32 Live USB Question

    Any data that you put to it from windows can be found in "cdrom" when you are booting from the USB drive.

    ie look in cdrom/zDATA

  3. #3
    Join Date
    Sep 2010
    Beans
    8

    Re: FAT32 Live USB Question

    Quote Originally Posted by C.S.Cameron View Post
    Any data that you put to it from windows can be found in "cdrom" when you are booting from the USB drive.

    ie look in cdrom/zDATA

    Looks like it's capital Z:

    ubuntu@ubuntu:~$ ls /cdrom
    ls: cannot access /cdrom/ZDATA: Input/output error
    autorun.inf install pool ubuntu ZDATA
    casper ldlinux.sys preseed Uni-USB-Installer-Copying.txt
    casper-rw md5sum.txt README.diskdefines Uni-USB-Installer-Readme.txt
    dists pics syslinux wubi.exe
    ubuntu@ubuntu:~$ ls /cdrom/ZDATA
    ls: cannot access /cdrom/ZDATA: Input/output error
    ubuntu@ubuntu:~$


    But still is not usable by me.

    Is there no way to make this drive accessible by me?

    --Keith Brafford

  4. #4
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FAT32 Live USB Question

    If you put stuff in /cdrom while booting the pendrive can you access it from windows?

    Open the thumb drive in nautilus do you see ZDATA?

  5. #5
    Join Date
    Sep 2010
    Beans
    8

    Re: FAT32 Live USB Question

    Quote Originally Posted by C.S.Cameron View Post
    If you put stuff in /cdrom while booting the pendrive can you access it from windows?

    Open the thumb drive in nautilus do you see ZDATA?
    No, nothing I do lets me see /cdrom/*

    And I *can't* open the thumb drive in nautilus. It doesn't show up as its own thing at all.

  6. #6
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FAT32 Live USB Question

    How about, start nautilus, click filesystem, then click cdrom.

  7. #7
    Join Date
    Jun 2008
    Location
    Doha
    Beans
    64

    Re: FAT32 Live USB Question

    pl give the output of fdisk -l

  8. #8
    Join Date
    Sep 2010
    Beans
    8

    Re: FAT32 Live USB Question

    Quote Originally Posted by C.S.Cameron View Post
    How about, start nautilus, click filesystem, then click cdrom.
    Ah, that works. I can see my ZDATA directory and read its files, but I can't write to it. Is there any way to change that?

  9. #9
    Join Date
    Sep 2010
    Beans
    8

    Re: FAT32 Live USB Question

    Quote Originally Posted by kgas View Post
    pl give the output of fdisk -l

    ubuntu@ubuntu:~$ fdisk -l
    ubuntu@ubuntu:~$ sudo fdisk -l

    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    240 heads, 63 sectors/track, 64601 cylinders
    Units = cylinders of 15120 * 512 = 7741440 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xde3973a0

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 14793 111835048+ 7 HPFS/NTFS
    /dev/sda2 14794 64601 376548480 5 Extended
    /dev/sda5 14794 64601 376548448+ 7 HPFS/NTFS

    Disk /dev/sdb: 32.0 GB, 32010928128 bytes
    255 heads, 63 sectors/track, 3891 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000d930a

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 3892 31260640 c W95 FAT32 (LBA)

  10. #10
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: FAT32 Live USB Question

    Quote Originally Posted by kbrafford View Post
    Ah, that works. I can see my ZDATA directory and read its files, but I can't write to it. Is there any way to change that?
    Try creating a directory named maybe XDATA in the cdrom directory while booted from the flash drive.
    It may not want to modify a folder created with Windows for some reason.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •