how can i access files/folders from other partitions and devices(flash drive) using ubuntu terminal? [closed]

Clash Royale CLAN TAG#URR8PPP up vote
-1
down vote
favorite
What i want is to use terminal to access my entire hard drive and other devices using terminal. this is because i store most of my data in other partitions other than the home directory. i want to play music, videos and manipulate data contained in other partitions on my hard drive using terminal.
partitioning bash hard-drive directory devices
closed as unclear what you're asking by dessert, David Foerster, Zanna, Eric Carvalho, karel Apr 21 at 9:35
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
-1
down vote
favorite
What i want is to use terminal to access my entire hard drive and other devices using terminal. this is because i store most of my data in other partitions other than the home directory. i want to play music, videos and manipulate data contained in other partitions on my hard drive using terminal.
partitioning bash hard-drive directory devices
closed as unclear what you're asking by dessert, David Foerster, Zanna, Eric Carvalho, karel Apr 21 at 9:35
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
I don't know what you're asking. I find it faster to access files from terminal than with gui, you justmountthem & navigate to them (cdetc), then do whatever you want with them (eg. I usecmusto play music, though if you want to play a single filempg123is faster as no UI to navigate) which can be done from anywhere (sshinto box). You may be asking how (how to use terminal, how tomountetc), what apps to use (eg.cmus,mpg123i used by example only) or something else?
â guiverc
Apr 20 at 2:26
Could you please edit your question to include the output oflsblkwith the external/additional drives connected and mounted? Thanks.
â David Foerster
Apr 20 at 9:19
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
What i want is to use terminal to access my entire hard drive and other devices using terminal. this is because i store most of my data in other partitions other than the home directory. i want to play music, videos and manipulate data contained in other partitions on my hard drive using terminal.
partitioning bash hard-drive directory devices
What i want is to use terminal to access my entire hard drive and other devices using terminal. this is because i store most of my data in other partitions other than the home directory. i want to play music, videos and manipulate data contained in other partitions on my hard drive using terminal.
partitioning bash hard-drive directory devices
asked Apr 20 at 0:35
user383762
1
1
closed as unclear what you're asking by dessert, David Foerster, Zanna, Eric Carvalho, karel Apr 21 at 9:35
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by dessert, David Foerster, Zanna, Eric Carvalho, karel Apr 21 at 9:35
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
I don't know what you're asking. I find it faster to access files from terminal than with gui, you justmountthem & navigate to them (cdetc), then do whatever you want with them (eg. I usecmusto play music, though if you want to play a single filempg123is faster as no UI to navigate) which can be done from anywhere (sshinto box). You may be asking how (how to use terminal, how tomountetc), what apps to use (eg.cmus,mpg123i used by example only) or something else?
â guiverc
Apr 20 at 2:26
Could you please edit your question to include the output oflsblkwith the external/additional drives connected and mounted? Thanks.
â David Foerster
Apr 20 at 9:19
add a comment |Â
2
I don't know what you're asking. I find it faster to access files from terminal than with gui, you justmountthem & navigate to them (cdetc), then do whatever you want with them (eg. I usecmusto play music, though if you want to play a single filempg123is faster as no UI to navigate) which can be done from anywhere (sshinto box). You may be asking how (how to use terminal, how tomountetc), what apps to use (eg.cmus,mpg123i used by example only) or something else?
â guiverc
Apr 20 at 2:26
Could you please edit your question to include the output oflsblkwith the external/additional drives connected and mounted? Thanks.
â David Foerster
Apr 20 at 9:19
2
2
I don't know what you're asking. I find it faster to access files from terminal than with gui, you just
mount them & navigate to them (cd etc), then do whatever you want with them (eg. I use cmus to play music, though if you want to play a single file mpg123is faster as no UI to navigate) which can be done from anywhere (ssh into box). You may be asking how (how to use terminal, how to mount etc), what apps to use (eg. cmus, mpg123 i used by example only) or something else?â guiverc
Apr 20 at 2:26
I don't know what you're asking. I find it faster to access files from terminal than with gui, you just
mount them & navigate to them (cd etc), then do whatever you want with them (eg. I use cmus to play music, though if you want to play a single file mpg123is faster as no UI to navigate) which can be done from anywhere (ssh into box). You may be asking how (how to use terminal, how to mount etc), what apps to use (eg. cmus, mpg123 i used by example only) or something else?â guiverc
Apr 20 at 2:26
Could you please edit your question to include the output of
lsblk with the external/additional drives connected and mounted? Thanks.â David Foerster
Apr 20 at 9:19
Could you please edit your question to include the output of
lsblk with the external/additional drives connected and mounted? Thanks.â David Foerster
Apr 20 at 9:19
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
To access them, you need to know where they are located. It sounds like you have multiple partitions, you can see where they are mounted using lsblk. Here's an example of the output from that command on one of my systems.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
âÂÂâÂÂsda1 8:1 0 800M 0 part
âÂÂâÂÂsda2 8:2 0 260M 0 part /boot/efi
âÂÂâÂÂsda3 8:3 0 128M 0 part
âÂÂâÂÂsda4 8:4 0 149.7G 0 part
âÂÂâÂÂsda5 8:5 0 350M 0 part
âÂÂâÂÂsda6 8:6 0 759.3G 0 part /media/Music
âÂÂâÂÂsda7 8:7 0 21G 0 part
sdb 8:16 0 1.8T 0 disk
âÂÂâÂÂsdb1 8:17 0 1.4T 0 part /home
âÂÂâÂÂsdb2 8:18 0 200M 0 part
âÂÂâÂÂsdb3 8:19 0 5.9G 0 part [SWAP]
âÂÂâÂÂsdb4 8:20 0 482.2G 0 part /
sdc 8:32 0 3.7T 0 disk
âÂÂâÂÂsdc1 8:33 0 1.7T 0 part /media/Movies
âÂÂâÂÂsdc2 8:34 0 2T 0 part /media/Pictures
sr0 11:0 1 1024M 0 rom
So if I wanted to play a music file located on partition sda6, I could either cd to /media/Music and look for it, or if I know it, I could use the full path in my music player /media/Music/Blondie/Rip_Her_To_Shreds.mp3
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
You have to double the like this:¯\_(ãÂÂ)_/¯which then gives this: ¯_(ãÂÂ)_/¯ ;-)
â Fabby
Apr 20 at 21:23
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
To access them, you need to know where they are located. It sounds like you have multiple partitions, you can see where they are mounted using lsblk. Here's an example of the output from that command on one of my systems.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
âÂÂâÂÂsda1 8:1 0 800M 0 part
âÂÂâÂÂsda2 8:2 0 260M 0 part /boot/efi
âÂÂâÂÂsda3 8:3 0 128M 0 part
âÂÂâÂÂsda4 8:4 0 149.7G 0 part
âÂÂâÂÂsda5 8:5 0 350M 0 part
âÂÂâÂÂsda6 8:6 0 759.3G 0 part /media/Music
âÂÂâÂÂsda7 8:7 0 21G 0 part
sdb 8:16 0 1.8T 0 disk
âÂÂâÂÂsdb1 8:17 0 1.4T 0 part /home
âÂÂâÂÂsdb2 8:18 0 200M 0 part
âÂÂâÂÂsdb3 8:19 0 5.9G 0 part [SWAP]
âÂÂâÂÂsdb4 8:20 0 482.2G 0 part /
sdc 8:32 0 3.7T 0 disk
âÂÂâÂÂsdc1 8:33 0 1.7T 0 part /media/Movies
âÂÂâÂÂsdc2 8:34 0 2T 0 part /media/Pictures
sr0 11:0 1 1024M 0 rom
So if I wanted to play a music file located on partition sda6, I could either cd to /media/Music and look for it, or if I know it, I could use the full path in my music player /media/Music/Blondie/Rip_Her_To_Shreds.mp3
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
You have to double the like this:¯\_(ãÂÂ)_/¯which then gives this: ¯_(ãÂÂ)_/¯ ;-)
â Fabby
Apr 20 at 21:23
add a comment |Â
up vote
4
down vote
To access them, you need to know where they are located. It sounds like you have multiple partitions, you can see where they are mounted using lsblk. Here's an example of the output from that command on one of my systems.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
âÂÂâÂÂsda1 8:1 0 800M 0 part
âÂÂâÂÂsda2 8:2 0 260M 0 part /boot/efi
âÂÂâÂÂsda3 8:3 0 128M 0 part
âÂÂâÂÂsda4 8:4 0 149.7G 0 part
âÂÂâÂÂsda5 8:5 0 350M 0 part
âÂÂâÂÂsda6 8:6 0 759.3G 0 part /media/Music
âÂÂâÂÂsda7 8:7 0 21G 0 part
sdb 8:16 0 1.8T 0 disk
âÂÂâÂÂsdb1 8:17 0 1.4T 0 part /home
âÂÂâÂÂsdb2 8:18 0 200M 0 part
âÂÂâÂÂsdb3 8:19 0 5.9G 0 part [SWAP]
âÂÂâÂÂsdb4 8:20 0 482.2G 0 part /
sdc 8:32 0 3.7T 0 disk
âÂÂâÂÂsdc1 8:33 0 1.7T 0 part /media/Movies
âÂÂâÂÂsdc2 8:34 0 2T 0 part /media/Pictures
sr0 11:0 1 1024M 0 rom
So if I wanted to play a music file located on partition sda6, I could either cd to /media/Music and look for it, or if I know it, I could use the full path in my music player /media/Music/Blondie/Rip_Her_To_Shreds.mp3
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
You have to double the like this:¯\_(ãÂÂ)_/¯which then gives this: ¯_(ãÂÂ)_/¯ ;-)
â Fabby
Apr 20 at 21:23
add a comment |Â
up vote
4
down vote
up vote
4
down vote
To access them, you need to know where they are located. It sounds like you have multiple partitions, you can see where they are mounted using lsblk. Here's an example of the output from that command on one of my systems.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
âÂÂâÂÂsda1 8:1 0 800M 0 part
âÂÂâÂÂsda2 8:2 0 260M 0 part /boot/efi
âÂÂâÂÂsda3 8:3 0 128M 0 part
âÂÂâÂÂsda4 8:4 0 149.7G 0 part
âÂÂâÂÂsda5 8:5 0 350M 0 part
âÂÂâÂÂsda6 8:6 0 759.3G 0 part /media/Music
âÂÂâÂÂsda7 8:7 0 21G 0 part
sdb 8:16 0 1.8T 0 disk
âÂÂâÂÂsdb1 8:17 0 1.4T 0 part /home
âÂÂâÂÂsdb2 8:18 0 200M 0 part
âÂÂâÂÂsdb3 8:19 0 5.9G 0 part [SWAP]
âÂÂâÂÂsdb4 8:20 0 482.2G 0 part /
sdc 8:32 0 3.7T 0 disk
âÂÂâÂÂsdc1 8:33 0 1.7T 0 part /media/Movies
âÂÂâÂÂsdc2 8:34 0 2T 0 part /media/Pictures
sr0 11:0 1 1024M 0 rom
So if I wanted to play a music file located on partition sda6, I could either cd to /media/Music and look for it, or if I know it, I could use the full path in my music player /media/Music/Blondie/Rip_Her_To_Shreds.mp3
To access them, you need to know where they are located. It sounds like you have multiple partitions, you can see where they are mounted using lsblk. Here's an example of the output from that command on one of my systems.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
âÂÂâÂÂsda1 8:1 0 800M 0 part
âÂÂâÂÂsda2 8:2 0 260M 0 part /boot/efi
âÂÂâÂÂsda3 8:3 0 128M 0 part
âÂÂâÂÂsda4 8:4 0 149.7G 0 part
âÂÂâÂÂsda5 8:5 0 350M 0 part
âÂÂâÂÂsda6 8:6 0 759.3G 0 part /media/Music
âÂÂâÂÂsda7 8:7 0 21G 0 part
sdb 8:16 0 1.8T 0 disk
âÂÂâÂÂsdb1 8:17 0 1.4T 0 part /home
âÂÂâÂÂsdb2 8:18 0 200M 0 part
âÂÂâÂÂsdb3 8:19 0 5.9G 0 part [SWAP]
âÂÂâÂÂsdb4 8:20 0 482.2G 0 part /
sdc 8:32 0 3.7T 0 disk
âÂÂâÂÂsdc1 8:33 0 1.7T 0 part /media/Movies
âÂÂâÂÂsdc2 8:34 0 2T 0 part /media/Pictures
sr0 11:0 1 1024M 0 rom
So if I wanted to play a music file located on partition sda6, I could either cd to /media/Music and look for it, or if I know it, I could use the full path in my music player /media/Music/Blondie/Rip_Her_To_Shreds.mp3
answered Apr 20 at 0:47
Organic Marble
9,87563154
9,87563154
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
You have to double the like this:¯\_(ãÂÂ)_/¯which then gives this: ¯_(ãÂÂ)_/¯ ;-)
â Fabby
Apr 20 at 21:23
add a comment |Â
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
You have to double the like this:¯\_(ãÂÂ)_/¯which then gives this: ¯_(ãÂÂ)_/¯ ;-)
â Fabby
Apr 20 at 21:23
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
Wow! you understood that from that question? Upvoted!
â Fabby
Apr 20 at 21:01
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
¯_(ãÂÂ)_/¯ took a shot.
â Organic Marble
Apr 20 at 21:21
1
1
You have to double the like this:
¯\_(ãÂÂ)_/¯ which then gives this: ¯_(ãÂÂ)_/¯ ;-)â Fabby
Apr 20 at 21:23
You have to double the like this:
¯\_(ãÂÂ)_/¯ which then gives this: ¯_(ãÂÂ)_/¯ ;-)â Fabby
Apr 20 at 21:23
add a comment |Â
2
I don't know what you're asking. I find it faster to access files from terminal than with gui, you just
mountthem & navigate to them (cdetc), then do whatever you want with them (eg. I usecmusto play music, though if you want to play a single filempg123is faster as no UI to navigate) which can be done from anywhere (sshinto box). You may be asking how (how to use terminal, how tomountetc), what apps to use (eg.cmus,mpg123i used by example only) or something else?â guiverc
Apr 20 at 2:26
Could you please edit your question to include the output of
lsblkwith the external/additional drives connected and mounted? Thanks.â David Foerster
Apr 20 at 9:19