How to save files from a live usb boot to computer?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
Here's the scenario: I would like to use a live USB to boot up my computer sometimes and access large programs that I want to run in Ubuntu only. However, I only have access to an 8gb USB drive, and the programs I'm looking at are around 50gb and upwards. From my research, I think I have to set up persistence, but instead of saving files to my USB, I want to be able to save files to my computer without messing up my current operating system and whatnot. How do I do that?
EDIT: If I mount my hard drive, is there anything I have to do to make my programs install there, and how can I do it so that my OS settings are stored on the USB (So I can take it with me), and my large programs are still on my OS.
EDIT: Errors with mkusb
Drive that contains source file: /dev/sda
Live drive, that is booted from: /dev/sda
cands=2
50G
50G
built-in device
sdb
SanDisk_Cruzer_Glide
7.5G
usb
USB or memory card
p_target: target=/dev/ 7.5G
No target device or bad target device
p_clean:
live-usb persistence mass-storage
add a comment |Â
up vote
1
down vote
favorite
Here's the scenario: I would like to use a live USB to boot up my computer sometimes and access large programs that I want to run in Ubuntu only. However, I only have access to an 8gb USB drive, and the programs I'm looking at are around 50gb and upwards. From my research, I think I have to set up persistence, but instead of saving files to my USB, I want to be able to save files to my computer without messing up my current operating system and whatnot. How do I do that?
EDIT: If I mount my hard drive, is there anything I have to do to make my programs install there, and how can I do it so that my OS settings are stored on the USB (So I can take it with me), and my large programs are still on my OS.
EDIT: Errors with mkusb
Drive that contains source file: /dev/sda
Live drive, that is booted from: /dev/sda
cands=2
50G
50G
built-in device
sdb
SanDisk_Cruzer_Glide
7.5G
usb
USB or memory card
p_target: target=/dev/ 7.5G
No target device or bad target device
p_clean:
live-usb persistence mass-storage
I often use NFS mounts (ie. network fs) even from 'live' media. I canmount
wherever I want it; though smaller stuff I just save locally &scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...
â guiverc
Feb 7 at 7:07
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Here's the scenario: I would like to use a live USB to boot up my computer sometimes and access large programs that I want to run in Ubuntu only. However, I only have access to an 8gb USB drive, and the programs I'm looking at are around 50gb and upwards. From my research, I think I have to set up persistence, but instead of saving files to my USB, I want to be able to save files to my computer without messing up my current operating system and whatnot. How do I do that?
EDIT: If I mount my hard drive, is there anything I have to do to make my programs install there, and how can I do it so that my OS settings are stored on the USB (So I can take it with me), and my large programs are still on my OS.
EDIT: Errors with mkusb
Drive that contains source file: /dev/sda
Live drive, that is booted from: /dev/sda
cands=2
50G
50G
built-in device
sdb
SanDisk_Cruzer_Glide
7.5G
usb
USB or memory card
p_target: target=/dev/ 7.5G
No target device or bad target device
p_clean:
live-usb persistence mass-storage
Here's the scenario: I would like to use a live USB to boot up my computer sometimes and access large programs that I want to run in Ubuntu only. However, I only have access to an 8gb USB drive, and the programs I'm looking at are around 50gb and upwards. From my research, I think I have to set up persistence, but instead of saving files to my USB, I want to be able to save files to my computer without messing up my current operating system and whatnot. How do I do that?
EDIT: If I mount my hard drive, is there anything I have to do to make my programs install there, and how can I do it so that my OS settings are stored on the USB (So I can take it with me), and my large programs are still on my OS.
EDIT: Errors with mkusb
Drive that contains source file: /dev/sda
Live drive, that is booted from: /dev/sda
cands=2
50G
50G
built-in device
sdb
SanDisk_Cruzer_Glide
7.5G
usb
USB or memory card
p_target: target=/dev/ 7.5G
No target device or bad target device
p_clean:
live-usb persistence mass-storage
live-usb persistence mass-storage
edited Feb 7 at 11:23
![](https://lh3.googleusercontent.com/-wN1vD1B8O3I/AAAAAAAAAAI/AAAAAAAAABM/BPZGU4dvnHw/photo.jpg?sz=32)
![](https://lh3.googleusercontent.com/-wN1vD1B8O3I/AAAAAAAAAAI/AAAAAAAAABM/BPZGU4dvnHw/photo.jpg?sz=32)
Yufenyuy Veyeh Dider
877823
877823
asked Feb 7 at 6:24
Led
387
387
I often use NFS mounts (ie. network fs) even from 'live' media. I canmount
wherever I want it; though smaller stuff I just save locally &scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...
â guiverc
Feb 7 at 7:07
add a comment |Â
I often use NFS mounts (ie. network fs) even from 'live' media. I canmount
wherever I want it; though smaller stuff I just save locally &scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...
â guiverc
Feb 7 at 7:07
I often use NFS mounts (ie. network fs) even from 'live' media. I can
mount
wherever I want it; though smaller stuff I just save locally & scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...â guiverc
Feb 7 at 7:07
I often use NFS mounts (ie. network fs) even from 'live' media. I can
mount
wherever I want it; though smaller stuff I just save locally & scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...â guiverc
Feb 7 at 7:07
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Persistent live with a casper-rw
partition in the internal drive
You can create a persistent live drive with mkusb according to the following links,
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
Ubuntu will search for a file with the name
casper-rw
or a partition with the labelcasper-rw
, and use the first one that it finds. So you can- remove or re-label the
casper-rw
partition on the USB pendrive (created by mkusb), - In Windows shrink the Windows partition (typically
C:
) and leave the freed drive space as 'unallocated'. - Boot live-only from the Ubuntu live drive, 'Try Ubuntu',
- start
gparted
and- create a partition in the unallocated drive space and
- in the partition create an
ext4
file system - set the label
casper-rw
on this partition
- start
- Now, when you reboot the Ubuntu live drive, you should be able to boot persistent live and it will use the
casper-rw
partition in the internal drive. It should be possible to install your large programs and they are stored (automatically) in thecasper-rw
partition in the internal drive.
- remove or re-label the
Test that it really works
As you can see in the screenshot, the casper-rw
partition in the internal drive /dev/sda
is 49 GiB, and it is used for persistence. The operating system is running from a [16 GB] USB pendrive /dev/sdb
, where the automatically created casper-rw
partition is re-labeled to casper-off
.
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label thecasper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).
â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
 |Â
show 7 more comments
up vote
0
down vote
You could probably mount the hard drive of the computer as it is.
To find what partitions you have on the system run
sudo fdisk -l
Then mount the apropriate partition
sudo mount /dev/device /mnt/mountpoint
You might need to specify type of the device. Use
-t type
where type can be ntfs or other file formats supported by your live USB.
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Persistent live with a casper-rw
partition in the internal drive
You can create a persistent live drive with mkusb according to the following links,
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
Ubuntu will search for a file with the name
casper-rw
or a partition with the labelcasper-rw
, and use the first one that it finds. So you can- remove or re-label the
casper-rw
partition on the USB pendrive (created by mkusb), - In Windows shrink the Windows partition (typically
C:
) and leave the freed drive space as 'unallocated'. - Boot live-only from the Ubuntu live drive, 'Try Ubuntu',
- start
gparted
and- create a partition in the unallocated drive space and
- in the partition create an
ext4
file system - set the label
casper-rw
on this partition
- start
- Now, when you reboot the Ubuntu live drive, you should be able to boot persistent live and it will use the
casper-rw
partition in the internal drive. It should be possible to install your large programs and they are stored (automatically) in thecasper-rw
partition in the internal drive.
- remove or re-label the
Test that it really works
As you can see in the screenshot, the casper-rw
partition in the internal drive /dev/sda
is 49 GiB, and it is used for persistence. The operating system is running from a [16 GB] USB pendrive /dev/sdb
, where the automatically created casper-rw
partition is re-labeled to casper-off
.
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label thecasper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).
â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
 |Â
show 7 more comments
up vote
1
down vote
accepted
Persistent live with a casper-rw
partition in the internal drive
You can create a persistent live drive with mkusb according to the following links,
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
Ubuntu will search for a file with the name
casper-rw
or a partition with the labelcasper-rw
, and use the first one that it finds. So you can- remove or re-label the
casper-rw
partition on the USB pendrive (created by mkusb), - In Windows shrink the Windows partition (typically
C:
) and leave the freed drive space as 'unallocated'. - Boot live-only from the Ubuntu live drive, 'Try Ubuntu',
- start
gparted
and- create a partition in the unallocated drive space and
- in the partition create an
ext4
file system - set the label
casper-rw
on this partition
- start
- Now, when you reboot the Ubuntu live drive, you should be able to boot persistent live and it will use the
casper-rw
partition in the internal drive. It should be possible to install your large programs and they are stored (automatically) in thecasper-rw
partition in the internal drive.
- remove or re-label the
Test that it really works
As you can see in the screenshot, the casper-rw
partition in the internal drive /dev/sda
is 49 GiB, and it is used for persistence. The operating system is running from a [16 GB] USB pendrive /dev/sdb
, where the automatically created casper-rw
partition is re-labeled to casper-off
.
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label thecasper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).
â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
 |Â
show 7 more comments
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Persistent live with a casper-rw
partition in the internal drive
You can create a persistent live drive with mkusb according to the following links,
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
Ubuntu will search for a file with the name
casper-rw
or a partition with the labelcasper-rw
, and use the first one that it finds. So you can- remove or re-label the
casper-rw
partition on the USB pendrive (created by mkusb), - In Windows shrink the Windows partition (typically
C:
) and leave the freed drive space as 'unallocated'. - Boot live-only from the Ubuntu live drive, 'Try Ubuntu',
- start
gparted
and- create a partition in the unallocated drive space and
- in the partition create an
ext4
file system - set the label
casper-rw
on this partition
- start
- Now, when you reboot the Ubuntu live drive, you should be able to boot persistent live and it will use the
casper-rw
partition in the internal drive. It should be possible to install your large programs and they are stored (automatically) in thecasper-rw
partition in the internal drive.
- remove or re-label the
Test that it really works
As you can see in the screenshot, the casper-rw
partition in the internal drive /dev/sda
is 49 GiB, and it is used for persistence. The operating system is running from a [16 GB] USB pendrive /dev/sdb
, where the automatically created casper-rw
partition is re-labeled to casper-off
.
Persistent live with a casper-rw
partition in the internal drive
You can create a persistent live drive with mkusb according to the following links,
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/persistent
Ubuntu will search for a file with the name
casper-rw
or a partition with the labelcasper-rw
, and use the first one that it finds. So you can- remove or re-label the
casper-rw
partition on the USB pendrive (created by mkusb), - In Windows shrink the Windows partition (typically
C:
) and leave the freed drive space as 'unallocated'. - Boot live-only from the Ubuntu live drive, 'Try Ubuntu',
- start
gparted
and- create a partition in the unallocated drive space and
- in the partition create an
ext4
file system - set the label
casper-rw
on this partition
- start
- Now, when you reboot the Ubuntu live drive, you should be able to boot persistent live and it will use the
casper-rw
partition in the internal drive. It should be possible to install your large programs and they are stored (automatically) in thecasper-rw
partition in the internal drive.
- remove or re-label the
Test that it really works
As you can see in the screenshot, the casper-rw
partition in the internal drive /dev/sda
is 49 GiB, and it is used for persistence. The operating system is running from a [16 GB] USB pendrive /dev/sdb
, where the automatically created casper-rw
partition is re-labeled to casper-off
.
edited Feb 7 at 12:02
answered Feb 7 at 7:25
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
![](https://i.stack.imgur.com/lcww5.png?s=32&g=1)
sudodus
20.5k32668
20.5k32668
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label thecasper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).
â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
 |Â
show 7 more comments
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label thecasper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).
â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
This is exactly what I was looking for! Thanks! I guess I have to rename my usb pendrive from casper-rw and back each time I want to use it on a different computer.
â Led
Feb 7 at 7:44
It is enough to re-label the
casper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).â sudodus
Feb 7 at 7:54
It is enough to re-label the
casper-rw
partition in the USB pendrive. I tested that it really works with a Lubuntu system (and I will add a screenshot to the answer).â sudodus
Feb 7 at 7:54
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
Also, do i have to partition the c drive in windows, or can i do it once i'm in ubuntu?
â Led
Feb 7 at 8:07
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
It is much safer to shrink the C: partition and the NTFS file system with Windows, and after that use Ubuntu to create a partition in it. 'Manage Windows file systems with Windows tools, and linux file systems with linux tools'.
â sudodus
Feb 7 at 8:09
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
I tried using mkusb, but I'm having the same problem as in this post: askubuntu.com/questions/899341/⦠I'm also using a sandisk usb, but only with 7.5gb. I get the same errors for both live installation and persistant. I'm using Ubuntu 17.10
â Led
Feb 7 at 8:16
 |Â
show 7 more comments
up vote
0
down vote
You could probably mount the hard drive of the computer as it is.
To find what partitions you have on the system run
sudo fdisk -l
Then mount the apropriate partition
sudo mount /dev/device /mnt/mountpoint
You might need to specify type of the device. Use
-t type
where type can be ntfs or other file formats supported by your live USB.
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
add a comment |Â
up vote
0
down vote
You could probably mount the hard drive of the computer as it is.
To find what partitions you have on the system run
sudo fdisk -l
Then mount the apropriate partition
sudo mount /dev/device /mnt/mountpoint
You might need to specify type of the device. Use
-t type
where type can be ntfs or other file formats supported by your live USB.
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You could probably mount the hard drive of the computer as it is.
To find what partitions you have on the system run
sudo fdisk -l
Then mount the apropriate partition
sudo mount /dev/device /mnt/mountpoint
You might need to specify type of the device. Use
-t type
where type can be ntfs or other file formats supported by your live USB.
You could probably mount the hard drive of the computer as it is.
To find what partitions you have on the system run
sudo fdisk -l
Then mount the apropriate partition
sudo mount /dev/device /mnt/mountpoint
You might need to specify type of the device. Use
-t type
where type can be ntfs or other file formats supported by your live USB.
answered Feb 7 at 6:44
ReineS
464
464
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
add a comment |Â
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
So if I mount the hard drive, are there any things I have to watch out for? Such as overwriting important files, or it will i be able to navigate files just like in windows, and when I boot up windows I can access those same files? Sorry about so many questions, I'm really new to linux so bear with me.
â Led
Feb 7 at 6:47
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
The windows disk will be a part of your ubuntu file system. As such it is possible to erase files, but it will not happen by itself or by just mounting the file system. Since you are running windows it will be necessary to use the falg -t ntfs to the mount command
â ReineS
Feb 7 at 7:08
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003773%2fhow-to-save-files-from-a-live-usb-boot-to-computer%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I often use NFS mounts (ie. network fs) even from 'live' media. I can
mount
wherever I want it; though smaller stuff I just save locally &scp
to a server for storage (SaMBa/cifs could be used also, so you don't have to use a local mounted hdd/persistence). Note: 'live' uses memory for everything & installing large programs/updates can run a 'live' out of memory in my experience...â guiverc
Feb 7 at 7:07